mpd/src/playlist/plugins
Max Kellermann d63e2c2641 db/update: scan CUE playlist contents
This commit adds a PlaylistPlugin attribute "as_folder" which for now
is only enabled in the "CUE" playlist plugin (which handles separate
"*.cue" files).  If a playlist with this flag set is being scanned
during database update, it will be parsed and its contents will be
added to the database.  This allows clients to inspect them like
directories and its contents will be searchable.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/39
2019-09-08 00:39:53 +02:00
..
AsxPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
AsxPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
CuePlaylistPlugin.cxx db/update: scan CUE playlist contents 2019-09-08 00:39:53 +02:00
CuePlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
EmbeddedCuePlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
EmbeddedCuePlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
ExtM3uPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
ExtM3uPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
FlacPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
FlacPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
M3uPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
M3uPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
meson.build build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
PlsPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
PlsPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
RssPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
RssPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
SoundCloudPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
SoundCloudPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00
XspfPlaylistPlugin.cxx playlist/Plugin: add constructors 2019-09-01 15:01:58 +02:00
XspfPlaylistPlugin.hxx playlist/Plugin: rename with CamelCase 2019-09-01 14:58:49 +02:00