Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Android version of cmus-remote to control your Cmus music player

License

Notifications You must be signed in to change notification settings

seriousben/cmus-droid-remote

Repository files navigation

CMUS-droid-remote

Android version of cmus-remote to control your Cmus music player

How to have fun!

1. Download and install the last release

2. Setup Cmus settings

set passwd=<Your Password>

3. Run Cmus with a network socket and not a Unix file socket:

cmus --listen 0.0.0.0

4. Connect to it with cmus-droid-remote!

5. Listen to some good music while impressing your friends or neighbors (depending on volume) by controlling the music with your Android

Debugging

1. Is Cmus listening on the right port?

sudo netstat -tunl -p tcp

2. Try with cmus-remote

cmus-remote --server localhost --passwd password -C status

3. What is going on the network

sudo tcpdump -i lo tcp -X -v

or

sudo tcpdump -i wlan0 tcp -X -v

About

Android version of cmus-remote to control your Cmus music player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages