Inrixia / Floatplane-Downloader

Project for automatically organizing and downloading Floatplane videos for plex.
https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e
GNU Affero General Public License v3.0
152 stars 41 forks source link

[Feature] Add download-order option to configuration #201

Closed AltriusRS closed 2 months ago

AltriusRS commented 2 months ago

This feature would be a simple string option in the config file, which would allow the use to specify their preferred download order for content. You could have it set to download oldest content first, or newest first (which appears to be the current default).

At the moment, I cannot see a purpose for this except for making it so that if the downloader has been off for a while, the downloads are populated in the order that they were uploaded, instead of reverse chronologically. Allowing folk to catch up while downloading.

Inrixia commented 2 months ago

Due to how the downloader pushes videos into the queue asynchronously to support re-ordering would require fetching all videos, sorting and then queueing.

While doable I don't think the added complexity of having two pipelines to facilitate that is worth it for a feature most people would not use sorry.

But thanks for the suggestion