Ever wanted to play music in your TV or Music System that does not support over-the-air, but you are too lazy to write songs into a USB?
Well, DropTune is your buddy here.
Upload songs from one device and have it played in another device.
I had a Raspberry Pi 2 Model A which had no Wi-Fi module but can connect to internet by using tethering from an old Nokia. But the internet was slow, and the Pi cannot handle quite heavy pieces of software. Hence, this.
DropTune has two modes: DJ and Player, to drop a song for playback, and to play the dropped song, respectively.
Requires python3 and pip3 installed in the Laptop/PC.
Go to Releases and download the source code.
OR
Clone using
git clone https://github.com/GameGodS3/DropTune.git
and
cd DropTune
Then
chmod +x install.sh
./install.sh
./launch.sh
install.bat
launch.bat
Or double click on install.bat
and then launch.bat
For connecting a mobile phone or other device, click on the small play button at the bottom right corner and scan the QR Code or enter the shown IP address on the other device.
If the page doesn't load in your browser after 15-20 seconds, press reload
If it still doesn't, close the terminal that opened when you launched the launch.bat
/ launch.sh
.
Open a fresh terminal in the folder and type
python3 manage.py runserver 6969
python manage.py runserver 6969
And then try the URL that comes after it loads.