/cmus-android-remote

An android application for remotely controlling cmus music player.

Primary LanguageJava

cmus-android-remote

alt image

This is an Android application to remotely control your cmus music player. This project was originally a fork of seriousben's cmus-droid-remote.

How to use this

  1. Start your cmus like so
cmus --listen 0.0.0.0
  1. Set a cmus password (if you have not already)
:set passwd=<Your Password>
  1. Install the apk on your android phone via Play Store, this signed apk or cloning this repo and deploying it yourself.

  2. Add your ip address and password in settings and press 'okay'.

Features

  • Save multiple cmus host configurations.
  • Implemented functions include: mute/unmute, volume up/down, shuffle, repeat track/all/none, seek track, previous, forward, stop, play and pause.
  • Current track information is displayed.
  • Theme changes depending on Android OS version.
  • Supports landscape and portrait mode.
  • Automatically fetches album artwork from google (can be disabled).

More functionality to come.