nightly-61a4ba9a-ls272
Pre-release
Pre-release
·
2 commits
to nightly
since this release
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-61a4ba9a-ls272/index.html
LinuxServer Changes:
No changes
Remote Changes:
smartplaylist: Enrich original "Creating output" with track counts; CLI output overhaul (#6493)
Description
- The per-playlist summary now includes a track count (
Creating playlist X: N tracks.) atINFOlevel. - The
--pretendflag produces the same output but reports "N
playlists would be updated" instead of "N playlists updated". - Per-track details are shown only in
DEBUGlog level. - The
--formatoption allows customizing the track line format. - The
__apply_opts_to_confighelper was removed and instead defaults
provided when defining CLI options - Fix a tiny bug: Deduplicate playlist entries by URI and only increment
matched counts when a new entry is added. - The
--pretend-pathsoption was removed since now the per-track log
format is configurable anyway.