A webapp which plays music on the device hosting it, which can route it to AUX, Bluetooth or another device.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
I wanted to create an app with which I can play music on my bluetooth speakers from my phone but withouth it coming from my phone. I created an webapp which lists albums and songs, and can play music from the device that is hosting the app. That device can connect to any bluetooth speaker thus being able to play music on it. I personally host it on a RaspberryPI and connect the PI to my bluetooth speakers.
The app has a really similar style to Poweramp a music player I use on a daily basis.
The project currently only supports music in the .flac format.
Here is an example of how you can configure an run the project
- Install and configure MPD (Arch wiki)
- Put your music albums in
.flacformat in the~/Musicfolder
- Clone the repo
git clone https://github.com/duja446/BluetoothAmp
- Install the dependancies
mix deps.get
- Configure the database
mix ecto.create mix ecto.migrate
- Run the project
mix phx.server
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Scan songs
- Playlists functionality
- Shuffle
- More pages:
- Library
- All songs
- Artists
- Liked songs
- Write the usage page
- Support .mp3 files
- Music seek
- Bluetooth connection from the app
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Dusan Veljkovic - duja446@gmail.com
Project Link: https://github.com/duja446/BluetoothAmp
