hama3254 / Crunchyroll-Downloader-v3.0

Downloader for Crunchyroll
850 stars 109 forks source link

question about the process queue #948

Closed Vorffeed closed 1 month ago

Vorffeed commented 2 months ago

is there any way to leave the process queue automatically activated all the time, and not have to activate it every time I try to put many links at once?

hama3254 commented 2 months ago

If you understand you correctly, you add episode after episode and the downloader does not keep up and they get added to queue. This means you have to open the queue and start it from there. I am not sure how the queue behaves, you can not use the season download with the queue because it gaves problems. Depending on what you want to achieve and the documentation being practical non existent I would recommend to use a overview url for the download. This gives you a selection for the Dub and season from what is available to just add it all.

Vorffeed commented 2 months ago

I was referring to this option that if there is some way to initialize it directly activated without having to always open it and activate it, because it is much more comfortable when putting links of different series and not as the default way that you have to delete the link you just added to put the next link because it does not disappear as when you activate this mode. Since I usually download all the daily episodes I am interested in watching, and I put them all at once, and with this mode activated it is much faster when adding them. Although I would appreciate a mode like the process queue where you could see all the links added, but where you could paste all the links of the single chapters at once and hit start and it would process everything as this mode does after adding them one by one. I hope I have explained well image

hama3254 commented 2 months ago

After some tests i don't understand this request. Once enabled the queue processes links that got postponed capped by the download limit. The queue also stays on after it is empty, so you can start the queue from the very beginning and add all episodes you need.

Vorffeed commented 2 months ago

Let's see if I explain well, when you put a link it stays when you click on download, and you have to delete it to put the next one, instead when you activate the proces Queue mode, you add links more comfortably because you don't have to delete the link you have put first because it disappears, to put the next one, that's why I was asking if there was an option to leave this mode activated. because you have to leave the tab open because if you close it the process does not continue and you must reopen it and click again on the process queue to continue, it seems to me a more comfortable process for those who put 10-15 links in a row at once, because for those who only download an episode or two the normal mode will be fine, but for those who put many single episodes every day at once is fatal, that's why I also said to enable a box to put all the links at once and hit accept and process in the same way that appears in the process queue.

hama3254 commented 1 month ago

you don't have to delete the link you have put first because it disappears

oh this is your issue. i never noticed that since i use ctrl+a (shortcut select all) and ctrl+v (shortcut paste) to copy into about every text field.

But as far as i can test with the queue running it should check for that https://github.com/hama3254/Crunchyroll-Downloader-v3.0/blob/536c0b3dfd2b8855b8ecf7aa3091ad3a4e3953b0/Crunchyroll%20Downloader/Anime_Add.vb#L226

and add the url to the queue regardless of if the download count is at max or not. https://github.com/hama3254/Crunchyroll-Downloader-v3.0/blob/536c0b3dfd2b8855b8ecf7aa3091ad3a4e3953b0/Crunchyroll%20Downloader/Anime_Add.vb#L235

and then it resets the textbox https://github.com/hama3254/Crunchyroll-Downloader-v3.0/blob/536c0b3dfd2b8855b8ecf7aa3091ad3a4e3953b0/Crunchyroll%20Downloader/Anime_Add.vb#L236

hama3254 commented 1 month ago

Just as idea, adding a "hidden queue" that can be activated in the settings. This could make the downloader run like in the queue without the queue window visible (cheating by removing the icon in the taskbar and moving the window to -10000px -10000px) Any feedback is welcomed.

Vorffeed commented 1 month ago

That was exactly one of the options I was asking for.🥰

hama3254 commented 1 month ago

You can test out v3.23.2 the settings now has the hidden Queue option. This will toggel and lock the orange option since the Queue is not compatible with the multi download.

grafik

The queue is not visible on the screen but the window is inside the taskbar, also if you click on the queue button the queue will appear. grafik

if the queue is visible (after you open it manuel) it behaves the same as usuall.

acteiaa commented 1 month ago

I also really wanted this option; every time I had to open several CR Downloads to download dual-audio. Thanks <3

Vorffeed commented 1 month ago

Thank you I will try it 😍

jesuspkane commented 1 month ago

the rrequested url retorned errror 403 that is the error it gives

acteiaa commented 1 month ago

image

hama3254 commented 1 month ago

since there are no further questions or issues with this feature i will close this.