streamrip
streamrip copied to clipboard
[BUG] lastfm option does not download tracks using filepath format
Describe the bug
When you download a lastfm playlist, streamrip will not follow the file path format, for example:
track_format = "{title}"
folder_format = "{albumartist}/{title}"
Instead, it'll just put all the tracks in one single location
Command Used
rip lastfm https://www.last.fm/user/dev64/playlists/12906263
Debug Traceback
Output too long
Config File
[downloads]
folder = "/sdcard/Music"
...
...
[filepaths]
folder_format = "{albumartist}/{title}"
track_format = "{title}"
Operating System
Android
streamrip version
2.0.5
Screenshots and recordings
No response
Additional context
No response