Веб-интерфейс к MPD.
authorRoman Bazalevsky <rvb@rvb.name>
Wed, 28 Sep 2016 16:50:21 +0000 (19:50 +0300)
committerRoman Bazalevsky <rvb@rvb.name>
Wed, 28 Sep 2016 16:50:21 +0000 (19:50 +0300)
commite05325ceb8b812fc40b7c3475c59602dde9efdae
tree50efcd0960cdf53ee789611de666603f2bf8bb11
Веб-интерфейс к MPD.

Серверная часть - PHP + libmpc.

Клиентская часть - AJAX без библиотек.
50 files changed:
ajax/command.php [new file with mode: 0644]
ajax/editplaylist.php [new file with mode: 0644]
ajax/mpd.js [new file with mode: 0644]
ajax/mpd.php [new file with mode: 0644]
ajax/playerstate.php [new file with mode: 0644]
ajax/playlist-command.php [new file with mode: 0644]
ajax/playlist.php [new file with mode: 0644]
ajax/repeatstate.php [new file with mode: 0644]
ajax/trackinfo.php [new file with mode: 0644]
ajax/volume.php [new file with mode: 0644]
config/config.php [new file with mode: 0644]
css/general.css [new file with mode: 0644]
images/addall.png [new file with mode: 0755]
images/addselected.png [new file with mode: 0755]
images/bg.png [new file with mode: 0755]
images/control_bg.png [new file with mode: 0755]
images/down.png [new file with mode: 0755]
images/highlight.png [new file with mode: 0755]
images/left.png [new file with mode: 0755]
images/minus.png [new file with mode: 0755]
images/next.png [new file with mode: 0755]
images/pause.png [new file with mode: 0755]
images/play.png [new file with mode: 0755]
images/playing_bg.png [new file with mode: 0755]
images/playlist.png [new file with mode: 0755]
images/plus.png [new file with mode: 0755]
images/prev.png [new file with mode: 0755]
images/previous.png [new file with mode: 0755]
images/remall.png [new file with mode: 0755]
images/remove.png [new file with mode: 0755]
images/removeall.png [new file with mode: 0755]
images/removeselected.png [new file with mode: 0755]
images/remselected.png [new file with mode: 0755]
images/repeatoff.png [new file with mode: 0755]
images/repeaton.png [new file with mode: 0755]
images/right.png [new file with mode: 0755]
images/songs.png [new file with mode: 0755]
images/stop.png [new file with mode: 0755]
images/up.png [new file with mode: 0755]
images/update.png [new file with mode: 0755]
index.php [new file with mode: 0644]
model/player.php [new file with mode: 0644]
model/tracklist.php [new file with mode: 0644]
system/helper.php [new file with mode: 0644]
system/mpd_class.php [new file with mode: 0644]
view/default/tmpl/default.php [new file with mode: 0644]
view/default/tmpl/playlistmenu.php [new file with mode: 0644]
view/default/view.php [new file with mode: 0644]
view/player/tmpl/default.php [new file with mode: 0644]
view/player/view.php [new file with mode: 0644]