A quick and probably dirty web2py interface to allow searching google music and adding found songs to the current MPD playlist.
Licence : GPLv3 (Ask if other is needed).
By pointing your web browser to the web2py application (http://localhost:777 with the default configuration of the provided systemd service)/, you get the following form:
And after submitting a request, you get a result list looking like the following:
You then can select the songs you want and add them to the current mpd playlist by clicking on the submit button.
- Install the web2py framework (downloading the code at web2py may be enough).
- Install gmusicproxy as explained on the web site.
cd web2py/applications
.- Clone the web2py-mpd-gmproxy application:
hg clone https://bitbucket.org/matclab/web2py-mpd-gmproxy gmproxy
orgit clone https://github.com/matclab/web2py-mpd-gmproxy.git
. cp gmproxy/models/conf.py.sample gmproxy/models/conf.py
and editgmproxy/models/conf.py
to match your configuration.- Launch gmusicproxy (with
--extended-m3u
option) and web2py. You may use the systemd services provided in thesystemd
directory as information on how to do it.
A lot of thanks to the authors of the great piece of software used by this application.