MaxChinni / mpdinterface2

Version 2 of my MPD webinterface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpdinterface2

Version 2 is still under development

You may encounter issues, so please have a look into the open tickets or file a new one. If you like to use a more stable version, you can grab v1 here

Screenshot

Documentation

Installation

  1. Clone the repo under a web root, i.e.

     git clone https://github.com/MaxChinni/mpdinterface2 ~/public_html/mpdinterface2
    
  2. Make that directory writable to the web server user, i.e.

     chown www-data: ~/public_html/mpdinterface2
    
  3. Visit the page via browser

data/config.ini

main settings

  • mpd_host
  • mpd_port
  • mpd_password (leave blank, is MPD is not password protected)

in-browser streaming settings

  • mpd_httpd_host
  • mpd_httpd_port

About

Version 2 of my MPD webinterface


Languages

Language:CSS 61.9%Language:PHP 36.3%Language:Hack 1.0%Language:JavaScript 0.7%