Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kstep/ajenti-mpd
MPD plugin for Ajenti
https://github.com/kstep/ajenti-mpd
Last synced: 15 days ago
JSON representation
MPD plugin for Ajenti
- Host: GitHub
- URL: https://github.com/kstep/ajenti-mpd
- Owner: kstep
- Created: 2014-03-23T11:54:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T17:10:31.000Z (over 10 years ago)
- Last Synced: 2024-11-07T02:39:17.241Z (2 months ago)
- Language: Python
- Size: 316 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MPD control plugin for Ajenti
This is an [Ajenti][] plugin to control [MPD][] music player.
It also requires [models][] Ajenti plugin.Install **models** plugin into `/var/lib/ajenti/plugins` along with this plugin and restart **Ajenti**:
```
# git clone https://github.com/kstep/ajenti-models.git /var/lib/ajenti/plugins/models
# git clone https://github.com/kstep/ajenti-mpd.git /var/lib/ajenti/plugins/mpd
# service restart ajenti
```You will also need to compile `content/js/main.coffee` file with [CoffeeScript][] compiler:
```
# cd /var/lib/ajenti/plugins/mpd/content/js
# coffee -c main.coffee && mv main.js main.coffee.js && cp main.coffee.js main.coffee.c.js
```Now login to your Ajenti panel and go to new **MPD** menu item in **Software** section. You may need to configure it.
[Ajenti]: http://ajenti.org/
[MPD]: http://www.musicpd.org/
[models]: http://github.com/kstep/ajenti-models
[CoffeeScript]: http://coffeescript.org/