JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 02.08.2024, 07:21
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 342
Default Download queue location

Hi,

Unfortunately, I accidentally added all queued links to download, and there's no way back :-(

So, first a feature request.

It would be great to have an option to control whether a confirmation should be displayed when attempts to start downloading everything from the Link Grabber tab.

Second, just requesting some information.

Where can I find the current download queue?
I'd like to write a small script to pars it and generate links that can be copied, so I'll have a more or less automated process to regenerate my link grabber links.

Thanks in advance,
M
Reply With Quote
  #2  
Old 02.08.2024, 11:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,455
Default

Welcome back Maelcum

Quote:
Originally Posted by Maelcum View Post
Unfortunately, I accidentally added all queued links to download, and there's no way back :-(
* no easy/official way.
There are EventScripter scripts which can "put links from downloadlist back to linkgrabber".
You will need to search in our forums to find them though.

Also you could check your backups and re-add a backup of your old linkgrabberlist, see:
https://support.jdownloader.org/de/k...nkgrabber-list
--> That depends on your settings and how long ago the event "move linkgrabber items to downloadlist" happened.

Quote:
Originally Posted by Maelcum View Post
It would be great to have an option to control whether a confirmation should be displayed when attempts to start downloading everything from the Link Grabber tab.
So you would like to have a confirmation dialog when moving items from linkgrabber to downloadlist or you do not want them to start downloading immediately?
You can disable the "autostart downloading of added links" in the linkgrabber quick settings, see:
https://support.jdownloader.org/de/k...w-to-add-links

Quote:
Originally Posted by Maelcum View Post
Where can I find the current download queue?
Please rephrase.
Technically, all enabled and not yet downloaded links in your downloadlist are part of the "download queue".


Quote:
Originally Posted by Maelcum View Post
I'd like to write a small script to pars it and generate links that can be copied, so I'll have a more or less automated process to regenerate my link grabber links.
Doing CTRL + C on a link should already give you what you need, see:
https://support.jdownloader.org/de/k...iew-added-urls
EDIT

Looks like the requests you have in this thread are a duplicate of this old thread of yours:
https://board.jdownloader.org/showthread.php?t=65994
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 02.08.2024 at 12:01. Reason: EDIT
Reply With Quote
  #3  
Old 02.08.2024, 19:01
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 342
Default

Hi,

Quote:
* no easy/official way.
Yeah, I already asked for something like this before (about 10 years ago), as you noted at the end of your reply :-)

I guess the models describing links are more or less the same for both queues, so moving between them shouldn't be too hard, the rest should be taken care of the underlying MVC architecture.

The easiest way would be adding a functionality to move selected links back to link grabber, preferably preserving attributes like date added, etc., which is not preserved by copy/paste.

Quote:
So you would like to have a confirmation dialog when moving items from linkgrabber to downloadlist or you do not want them to start downloading immediately?
I'd say there should be a few options for this kind of functionality:
- enable confirmation
- a threshold for package count for confirmation (e.g. if threshold > 100 the confirmation dialog should pop up)

Quote:
Please rephrase.
Technically, all enabled and not yet downloaded links in your download list are part of the "download queue".
There must be an external file for persistent storage, to keep queues intact between application sessions. But it's kind of irrelevant, because my method wouldn't be able to preserve old add date, for example.

Thanks,
M
Reply With Quote
  #4  
Old 02.08.2024, 21:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,241
Default

Quote:
Originally Posted by Maelcum View Post
There must be an external file for persistent storage
There is, see previous response, see https://support.jdownloader.org/de/k...nkgrabber-list
this method should preserve as many attributes as possible. if there are some missing, please let me know and I will check/try to fix it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 02.08.2024, 21:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,241
Default

Quote:
Originally Posted by Maelcum View Post
I'd say there should be a few options for this kind of functionality:
- enable confirmation
- a threshold for package count for confirmation (e.g. if threshold > 100 the confirmation dialog should pop up)
I think such a confirmation dialog is no longer needed once you can always *move back* links from download list to linkgrabber list, don't you agree? Issue with threshold...too high and won't *rescue* you in case you have few links. too low and it will get annoying very fast.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 02.08.2024, 21:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,241
Default

Quote:
Originally Posted by Maelcum View Post
The easiest way would be adding a functionality to move selected links back to link grabber, preferably preserving attributes like date added, etc., which is not preserved by copy/paste.
I agree ! Maybe pspzockerscene will find fun in working on this as he lately started coding actions that work on list/controller
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 02.08.2024, 23:43
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 342
Default

Quote:
Originally Posted by Jiaz View Post
There is, see previous response, see **External links are only visible to Support Staff**...
this method should preserve as many attributes as possible. if there are some missing, please let me know and I will check/try to fix it
Hi Jiaz,

I'll bookmark this one for future references.
The latest available backup was a bit dated, but it helped with the majority of the links.

Thanks,
M
Reply With Quote
  #8  
Old 02.08.2024, 23:44
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 342
Default

Quote:
Originally Posted by Jiaz View Post
I think such a confirmation dialog is no longer needed once you can always *move back* links from download list to linkgrabber list, don't you agree? Issue with threshold...too high and won't *rescue* you in case you have few links. too low and it will get annoying very fast.
I agree, it would be a better solution.

Thanks,
M
Reply With Quote
  #9  
Old 02.08.2024, 23:44
Maelcum Maelcum is offline
JD VIP
 
Join Date: Nov 2014
Posts: 342
Default

Quote:
Originally Posted by Jiaz View Post
I agree ! Maybe pspzockerscene will find fun in working on this as he lately started coding actions that work on list/controller
Sounds good!

Thanks,
M
Reply With Quote
  #10  
Old 03.08.2024, 01:07
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,241
Default

Quote:
Originally Posted by Maelcum View Post
The latest available backup was a bit dated, but it helped with the majority of the links.
You can also import download list back into linkcollector that way. when importing download list,JDownloader asks if import to download list or linkcollector list. Just in case that was not clear enough. That way you can *move back* the items and just have to delete the not wanted ones
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 05.08.2024, 12:21
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,455
Default

I got some ideas on my mind but I will not provide any ETA and my idea does not include 'moving back stuff from downloadlist to linkgrabber'.

If you need that functionality, I highly recommend to:
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 05.08.2024 at 17:48. Reason: Added link to linkgrabberlist backup instructions
Reply With Quote
  #12  
Old 08.08.2024, 18:11
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,455
Default

@Maelcum
Next CORE-update will contain an optional (disabled by default) linkgrabber "move items to downloadlist confirmation dialog".
I've added a preview-description of the upcoming feature here, including screenshots.
I will let you know here once the update with that feature gets released.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #13  
Old 23.08.2024, 16:32
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,455
Default

Said update has just been released.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 06:30.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.