Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriousben/cmus-droid-remote
Android version of cmus-remote to control your Cmus music player
https://github.com/seriousben/cmus-droid-remote
Last synced: 3 months ago
JSON representation
Android version of cmus-remote to control your Cmus music player
- Host: GitHub
- URL: https://github.com/seriousben/cmus-droid-remote
- Owner: seriousben
- License: gpl-2.0
- Archived: true
- Created: 2011-07-02T04:40:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T17:50:36.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T00:58:06.241Z (7 months ago)
- Language: Java
- Homepage: http://blog.bboudreau.ca/
- Size: 146 KB
- Stars: 19
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
- License: COPYING
Awesome Lists containing this project
README
h1. CMUS-droid-remote
Android version of cmus-remote to control your Cmus music player
h2. How to have fun!
1. Download and install "the last release":https://github.com/downloads/dreur/cmus-droid-remote/cmus-droid-remote-1.0.apk
2. Setup Cmus settings
@set passwd=@
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
h3. 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@