[ext] Use more sensible defaults
Some checks failed
CI / pyright (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / pytest (3.13) (push) Has been cancelled
CI / ruff check (push) Has been cancelled
CI / ruff format (push) Has been cancelled
CI / pytest (3.14) (push) Has been cancelled

This commit is contained in:
2026-06-24 21:49:07 -04:00
parent a85d3bfe2d
commit 69943b0241

View File

@ -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