glomatico / spotify-web-downloader

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.
378 stars 43 forks source link

Position of songs in a playlist #49

Open AlexPaterson77 opened 1 month ago

AlexPaterson77 commented 1 month ago

This script is really great, I just can not find a way to rename the downloaded songs using a number stating its position, when I download from an URL directing to a playlist. It's a piece of data you should already have, as I see strings like "(Track 1/22 from URL 1/1)", "(Track 2/22 from URL 1/1)" being prompted when the scripts executes the download. Though, when using the track tag, it refers to its position in the album it originally comes from, not the position in the playlist.