Skip to content

nightly-61a4ba9a-ls272

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 19 Apr 21:32
· 2 commits to nightly since this release
66bf953

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.) at INFO level.
  • The --pretend flag produces the same output but reports "N
    playlists would be updated"
    instead of "N playlists updated".
  • Per-track details are shown only in DEBUG log level.
  • The --format option allows customizing the track line format.
  • The __apply_opts_to_config helper 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-paths option was removed since now the per-track log
    format is configurable anyway.