/RhythmRoid

The Android remote client for linux rhythmbox

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Rhythmroid is a remote android application for Rhythmbox on Linux. Rhythmroid helps you control the music playing in the rhythmbox on your Android phone.

Using Rhythmroid

  1. Download the Rhythmroid APK file from the latest release page and install it on your Android phone.
  2. Clone the repository and open a terminal and cd in the api folder.
  3. Find your computer's local IP through the hostname -I | awk '{print $1}' command in the terminal.
  4. Add your IPv4 to the api/rhythmroid/settings.py file and to the ALLOWED_HOSTS variable. For example : ALLOWED_HOSTS = ['192.168.1.6']
  5. Run the api service using the python3 manage.py runserver 0.0.0.0:8000 command.
  6. Open Rhythmbox on your computer and Rhythmroid on Android and put your Local IP (IPv4) in Rhythmroid.
  7. All done!

Screenshots

Screenshot-1

Screenshot-2

License

This project is under GNU GPLv3 license and be sure to pay attention to the conditions and rules mentioned when using this project.