wubloader/playlist_manager
Mike Lang 467edf3d19 Read dynamic playlist manager config from sheet
The sheetsync loads playlist ids and tags into a new table `playlists`.
playlist manager reads this table and merges it with the playlists given on the command line.
..
playlist_manager Read dynamic playlist manager config from sheet
Dockerfile Link images to github repo by adding a LABEL
setup.py Unpin gevent as that was a workaround for a py2 issue