Difference between revisions of "Relaxx"
Jump to navigation
Jump to search
Kynikos.bot (talk | contribs) (Template:i18n is deprecated, use interlanguage links, see Help talk:I18n#"Dummy" interlanguage links and deprecation of Template:i18n) |
Lahwaacz.bot (talk | contribs) (fix header, update interlanguage links (https://github.com/lahwaacz/wiki-scripts/blob/master/update-interlanguage-links.py)) |
||
Line 1: | Line 1: | ||
− | [[Category:Audio/Video]] | + | {{DISPLAYTITLE:RelaXX}} |
+ | [[Category:Audio/Video]] | ||
From [http://relaxx.dirk-hoeschen.de/ RelaXXPlayer - Home of the easy listening mpd client]: | From [http://relaxx.dirk-hoeschen.de/ RelaXXPlayer - Home of the easy listening mpd client]: | ||
Revision as of 20:27, 18 July 2015
From RelaXXPlayer - Home of the easy listening mpd client:
- AJAX-based web-frontend for the Music Player Daemon (MPD). RelaXX includes features like keyboard-control, drag and drop, context-menus, sortable tracklists and more using JavaScript. Can be used as a public jukebox for MP3 or OGG. The server uses PHP.
Installation
RelaXX requires the JSON extension:
# pecl install json
Edit /etc/php/php.ini
and add or uncomment the following line to enable the extension:
extension=json.so