noeRls / medal-downloader

Download all your public medal videos
MIT License
27 stars 4 forks source link

Random download order #26

Open PlainOlSoapBar opened 11 months ago

PlainOlSoapBar commented 11 months ago

My clips seem to download the newest ones first, and then it starts becoming random, although sometimes related clips that were made around the same time frame are downloaded together. It also tries to download the same clip twice (I assume this is because of rng). I don't know why it works like this. I would appreciate it if the clips were downloaded chronologically, specifically (oldest --> newest).

noeRls commented 11 months ago

What's your username? (so I can debug)

I understand that downloading twice the same file is a bug. However how is the download order important?

PlainOlSoapBar commented 11 months ago

What's your username? (so I can debug) My username is plainolsoapbar, but my clips are unlisted.

I understand that downloading twice the same file is a bug. However how is the download order important?

I would like to be able to chronologically order the clips I downloaded. I also have some clips that are meant to be with each other because they're in the same session or they're a part of a type of clip, if that makes any sense. It's not a big deal, but I would appreciate it.

noeRls commented 11 months ago

Got it, chronologically download order should be easy to implement. So start downloading from oldest one to the more recent one.

Do you also want to have the date included in the file name?

Edit: I will implement it when I have some time

PlainOlSoapBar commented 11 months ago

Do you also want to have the date included in the file name?

Not necessary, thank you so much though!