We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394a6e0 commit 336dac6Copy full SHA for 336dac6
1 file changed
docs/changelog.rst
@@ -38,6 +38,13 @@ New features
38
- Metadata source plugin searches and lookups are now executed concurrently,
39
speeding up lookups when multiple plugins (e.g. MusicBrainz and Spotify) are
40
enabled.
41
+- :doc:`plugins/smartplaylist`: The ``splupdate`` command output is
42
+ restructured. The per-playlist summary now includes a track count. Per-track
43
+ details are shown only when ``-v`` flag is provided (``beet -v splupdate``).
44
+ The ``--pretend`` flag produces the same output but reports *"N playlists
45
+ would be updated"* instead of *"N playlists updated"*. The ``--format`` option
46
+ allows customizing the track line format. The ``--pretend-paths`` option was
47
+ removed (use ``--format='$path'`` instead). :bug:`6183`
48
49
Bug fixes
50
~~~~~~~~~
0 commit comments