nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.35k stars 209 forks source link

[BUG] lastfm option does not download tracks using filepath format #630

Open devlocalhost opened 4 months ago

devlocalhost commented 4 months ago

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