scdl
scdl copied to clipboard
where are the format definitions for --name-format?
I can't seem to find them anywhere.
https://github.com/7x11x13/soundcloud.py/blob/main/soundcloud/resource/track.py#L35
Here is an example which adds the tracknumber and title:
scdl --playlist-name-format "{playlist[tracknumber]:0>2} - {title}" -l URL
thanks!
how would i download from a playlist without attaching the playlist name to the title of the song?
how would i download from a playlist without attaching the playlist name to the title of the song?
Go to your config file and set playlist_name_format = {title}
Is there anything that I need to do to make changes to my config file take effect? I changed my config file as you suggested, but am still getting the playlist name and artist name at the front of my filename when I download a playlist
I was able to get it to work with the following: scdl --playlist-name-format "{title}" -l URL