Generated playlists doesn't use the correct paths when --output
is specified
#2246
Labels
Bug
Unexpected problem or unintended behavior that needs to be fixed
System OS
Windows
Python Version
3.10 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.2.10
Expected Behavior vs Actual Behavior
Expect playlists to use the correct paths to downloaded files, given the save path specified via
--output
. Instead, playlists uses some other "default" path format.Essentially, if
--output
is set, then also automatically set the "m3u_output" option as well.Steps to reproduce - Ensure to include actual links!
spotdl --m3u "{list}" --output "{album-artist}\{album}\{disc-number}-{track-number}. {title}.{output-ext}" download all-user-saved-albums
Traceback
Other details
From the debug info, can clearly see the mismatch between the
output
andm3u-output
keys:The text was updated successfully, but these errors were encountered: