beets/beetsplug
Max Goltzsche 385c05f98e
smartplaylist: change option --extm3u to --output
The boolean flags `--extm3u` and `--no-extm3u` are replaced with a string option `--output=m3u|m3u8`.
This reduces the amount of options and allows to evolve the CLI to support more playlist output formats in the future (e.g. JSON) without polluting the CLI at that point.
2023-12-16 00:23:03 +01:00
..
bpd Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
lastgenre Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
metasync Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
web Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
__init__.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
absubmit.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
acousticbrainz.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
advancedrewrite.py advancedrewrite: Apply same rewrite to more corresponding album fields 2023-12-15 17:23:40 +01:00
albumtypes.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
aura.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
autobpm.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
badfiles.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
bareasc.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
beatport.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
bench.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
bpm.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
bpsync.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
bucket.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
chroma.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
convert.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
deezer.py Changed debug logs to error 2023-12-01 12:09:47 -05:00
discogs.py Merge pull request #4974 from fhchl/master 2023-10-26 10:09:07 -04:00
duplicates.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
edit.py Use gender-neutral language 2023-10-23 17:41:38 -04:00
embedart.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
embyupdate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
export.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
fetchart.py PR feedback: fix formatting 2023-10-23 09:47:19 +08:00
filefilter.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
fish.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
freedesktop.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
fromfilename.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
ftintitle.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
fuzzy.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
gmusic.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
hook.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
ihate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
importadded.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
importfeeds.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
info.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
inline.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
ipfs.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
keyfinder.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
kodiupdate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
lastimport.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
limit.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
loadext.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
lyrics.py Add config option to prefer synced lyrics over plain 2023-11-05 11:26:33 -05:00
mbcollection.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
mbsubmit.py mbsubmit: Add picard PromptChoice 2023-12-05 13:49:03 +02:00
mbsync.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
missing.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
mpdstats.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
mpdupdate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
parentwork.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
permissions.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
play.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
playlist.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
plexupdate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
random.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
replaygain.py replaygain: typings 2023-11-05 08:25:39 +01:00
rewrite.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
scrub.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
smartplaylist.py smartplaylist: change option --extm3u to --output 2023-12-16 00:23:03 +01:00
sonosupdate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
spotify.py Formatting fixes 2023-12-04 11:38:34 -05:00
subsonicplaylist.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
subsonicupdate.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
substitute.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
the.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
thumbnails.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
types.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
unimported.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
zero.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00