You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
After downloading a playlist the order of the songs changes because of the file name.
We should add an option to keep the order of songs in the playlist?
Possible Solution:
We are already getting/downloading the songs in order. We can just add number prefix in front of the song name
Example:
Fot the following list
Instead of dynamite.mp3 make it 01-dynamite.mp3 so it remains at the first place.
Issue:
After downloading a playlist the order of the songs changes because of the file name.
We should add an option to keep the order of songs in the playlist?
Possible Solution:
We are already getting/downloading the songs in order. We can just add number prefix in front of the song name
Example:
Fot the following list
Instead of
dynamite.mp3
make it01-dynamite.mp3
so it remains at the first place.https://github.com/vishaltelangre/music-dl/blob/master/lib/provider.js#L40
We can add a flag to make this behavior optional.
The text was updated successfully, but these errors were encountered: