ImAiiR / QobuzDownloaderX

QBDLX is a program that downloads streams directly from Qobuz
677 stars 118 forks source link

[Feature Request] Album queueing #162

Open Gamer4Life2020 opened 1 month ago

Gamer4Life2020 commented 1 month ago

This great thanks for the new version. No biggie but is there a way or will there ever be a que or way to que albums?

ImAiiR commented 1 month ago

At the moment this isn't a plan, but maybe in the future I'll get around to it. If anyone wants to look on the code and try to work on this yourself, happy to see how someone else would get it to work!

TheParaTiger commented 4 weeks ago

Maybe this is something you want to look into: Automation programm for QbdlX. Idk if it works tho haven't tested it.

formeo14 commented 2 weeks ago

I've implemented a Queue for the Mod. If anyone wants to integrate a queue it into this project, you might find some useful hints in my code on how to do that. I used a NuGet package for this. My code isn't fully refined, but it works: Link to Pull Request.

TheParaTiger commented 2 weeks ago

Technically you can post multiple lines into Qbdlx which are below eachother. Qbdlx will always download the lowest one. I use it as a trick so i don't have to delete and paste every single one in it. This way you only have to delete the lowest album link to the next one once the download has been finished. Maybe something that could allow for multiple URLs to be posted in which get downloaded after oneanother could be a more easy way than to have to develop an entire system for it.

It's definitely not intended to be able to post multiple links into the link bar at the top but it works and i use it as a workaround xD

TheParaTiger commented 2 weeks ago

I'm thinking of the way how downloading artists themself looks like. In that case, Qbdlx downloads one Album and automatically goes to the next one.