beets/beetsplug/bpd
Carl Suster 71e7621642 bpd: no-op support for persistent playlists
The real MPD offers persistent playlist manipulation, storing the
playlists in a directory set in the config file. If that directory is
not available then the feature is disabled and the relevant commands all
respond with errors. Based on this, the initial support in bpd just
returns errors matching the MPD server in the disabled mode.

For playlistadd, extend the _bpd_add helper to work with playlists other
than the queue in order to support testing the real implementations of
these commands in the future.
2019-04-01 16:30:02 +11:00
..
__init__.py bpd: no-op support for persistent playlists 2019-04-01 16:30:02 +11:00
gstplayer.py bpd: Use integers for time values (fix 2394) 2017-01-17 11:37:10 -08:00