Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download only one file at a time / Song download order #228

Open
nethew opened this issue Aug 10, 2022 · 4 comments
Open

Download only one file at a time / Song download order #228

nethew opened this issue Aug 10, 2022 · 4 comments

Comments

@nethew
Copy link

nethew commented Aug 10, 2022

Right now the file download is started in the order the songs are listed on the page, but as they are downloaded simultaneously, they are not finished in order, which results in the file times not matching the order of the songs on the album. This is a problem when playing the album on devices that don't sort files by name, such as some TVs or MP3 players.

Could there please be a switch that would make the program download one file at a time? Or wait for the whole album to download and then save the files in the order on the album.

@Otiel
Copy link
Owner

Otiel commented Aug 10, 2022

IMO this is out of scope.

You should modify the "Date modified" (I guess your TV / MP3 player sorts files by this metadata?) by yourself after the songs have been downloaded to your liking.

@nethew
Copy link
Author

nethew commented Aug 12, 2022

Ok, thank you, I understand.
What about a "Download one file at a time" switch? This could perhaps be useful to more people to lower the bandwidth.

@Otiel
Copy link
Owner

Otiel commented Aug 12, 2022

Sure, I'll think about adding this option. I'd also like to add a setting to choose the max bandwidth available, but when I'll find the time.

@nethew
Copy link
Author

nethew commented Aug 13, 2022

Thank you. And also thank you very much for the application itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants