https://github.com/moonwave99/cmusremote
OSX GUI for cmus - Apple Remote control supported.
https://github.com/moonwave99/cmusremote
Last synced: over 1 year ago
JSON representation
OSX GUI for cmus - Apple Remote control supported.
- Host: GitHub
- URL: https://github.com/moonwave99/cmusremote
- Owner: moonwave99
- Created: 2012-04-19T18:46:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-19T16:25:14.000Z (over 13 years ago)
- Last Synced: 2024-04-08T00:09:09.178Z (about 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 271 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CMusRemote
==========
This is just a simple Cocoa GUI for brilliant terminal music player [cmus](http://cmus.sourceforge.net/).
The only thing I missed from it was the Apple Remote support, so I provided on my own.
It makes use of ```cmus-remote``` command to interact with the main program, so you can play/pause/seek/adjust volume as you wish.
The Remote bindings are:
* Up button: turns volume up by 5%;
* Up button (Hold): sets volume at max;
* Down button: turns volume down by 5%;
* Down button (Hold): mutes volume;
* Right button: next song;
* Left button: prev song;
* Center button: toggles play/pause;
* Menu button: toggles Status window.
Works in **10.6** / **10.7** as far as I tested.
If you have volume adjusting issues, you'll have to fix your ```~/.cmus/autosave``` settings somehow [I did months ago and I don't remember what I changed right now, sorry].
In cmus, type `:set softvol=true` to be able to adjust the volume via the app.
You can include the ```CMus.h``` / ```CMus.m``` files in your project if you need cmus bindings.
Well that's it, long live cmus!