diff --git a/src/mopidy_smartplaylists/ext.conf b/src/mopidy_smartplaylists/ext.conf index 197c495..5fd5d3f 100644 --- a/src/mopidy_smartplaylists/ext.conf +++ b/src/mopidy_smartplaylists/ext.conf @@ -1,13 +1,13 @@ [smartplaylists] enabled = true # Comma-separated list of decades to auto-generate playlists for on startup. -# Example: 1960,1970,1980,1990,2000,2010,2020 +# Example: 1960,1970,1980,1990,2000,2010,2020 # Leave empty to disable auto-generation of decade mixes. -decades = +decades = 1960,1970,1980,1990,2000,2010,2020 # Comma-separated list of genres to auto-generate playlists for on startup. # Example: Jazz,Classical,Rock,Electronic,Hip Hop # Leave empty to disable auto-generation of genre mixes. -genres = +genres = Jazz,Classical,Rock,Electronic,Hip Hop # Comma-separated list of artists to auto-generate playlists for on startup. # Leave empty to disable auto-generation of artist mixes. artists = @@ -18,11 +18,11 @@ refresh_interval = 0 # Comma-separated list of URI schemes to restrict searches to. # Example: local:, file: # Leave empty to search all backends. -search_uris = +search_uris = local # Directory to write .m3u8 playlist files into (e.g. for mopidy-m3u). # Leave empty to use Mopidy's core.playlists.save() API instead. playlist_dir = # Maximum number of tracks per generated playlist (0 = no limit) max_tracks = 75 # Maximum tracks per album in a mix (0 = no limit) -max_per_album = 1 +max_per_album = 2