JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 05.06.2021, 13:36
HydroLogic HydroLogic is offline
Linkgrabbing Monster
 
Join Date: Sep 2019
Posts: 84
Lightbulb Remember last saved folder for specific links?

I think this would be very useful for sites like Instagram and Twitter. These are profiles that are continually updated so a bit more automation would save a lot of time.

I imagine it working like this:

1. Use JDownloader to get Instagram links from Username.
2. Set a specific download folder location like "Username Instagram".
3. Download normally.
Then.... Next time you want to update with new Instagram posts:
4. JDownloader recognizes you've saved this profile before and automatically sets the folder "Username Instagram" from last time.

Is this possible?
Reply With Quote
  #2  
Old 05.06.2021, 13:50
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

well not automatically in the sense of user actions in the past, but if you decrypt from a profile you could use sourceurl (as it would have unique information) and specify the save path in a package customiser rule.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 05.06.2021, 15:22
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,529
Default

Packagizer rule:
Code:
if -> sourceurl(s) -> contains -> instagram.com
then set -> Download Directory -> <jd:prop:uploader>
Reply With Quote
  #4  
Old 07.06.2021, 12:03
HydroLogic HydroLogic is offline
Linkgrabbing Monster
 
Join Date: Sep 2019
Posts: 84
Default

Quote:
Originally Posted by mgpai View Post
Packagizer rule:
Code:
if -> sourceurl(s) -> contains -> instagram.com
then set -> Download Directory -> <jd:prop:uploader>
I don't see an option for jd:prop:uploader and typing it in manually does nothing...
Reply With Quote
  #5  
Old 07.06.2021, 13:13
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,529
Default

Quote:
Originally Posted by HydroLogic View Post
I don't see an option for jd:prop:uploader and typing it in manually does nothing...
Some placeholders have to be typed manually. This placeholder will set uploader name as download directory for instagram links. It will be applied only to those links which have been added after the rule was created. It will not change the download directory of links which already exist in the linkgrabber list.
Reply With Quote
  #6  
Old 07.06.2021, 16:25
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Quote:
Originally Posted by HydroLogic View Post
I don't see an option for jd:prop:uploader and typing it in manually does nothing...
See also our explanation in our Packagizer Knowledgebase article (plugin specific properties).

Feedback regarding support articles is also alyways welcome

-psp-
__________________
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
  #7  
Old 07.06.2021, 16:56
HydroLogic HydroLogic is offline
Linkgrabbing Monster
 
Join Date: Sep 2019
Posts: 84
Default

Quote:
Originally Posted by mgpai View Post
Some placeholders have to be typed manually. This placeholder will set uploader name as download directory for instagram links. It will be applied only to those links which have been added after the rule was created. It will not change the download directory of links which already exist in the linkgrabber list.
I tried this for an Instagram account but the download directory was literally set as "jd:prop:uploader". It didn't grab the Instagram account name at all... :\
Reply With Quote
  #8  
Old 07.06.2021, 17:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

So you expect this to return the name of your account instead of the name of the one who uploaded it??

Please post a screenshot of the rule you've created.

-psp-
__________________
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
  #9  
Old 07.06.2021, 17:54
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,235
Default

Quote:
Originally Posted by HydroLogic View Post
I tried this for an Instagram account but the download directory was literally set as "jd:prop:uploader". It didn't grab the Instagram account name at all... :\
I've just tested and worked fine here. Please provide a screenshot of your non working rule
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 08.06.2021, 19:14
HydroLogic HydroLogic is offline
Linkgrabbing Monster
 
Join Date: Sep 2019
Posts: 84
Default

Quote:
Originally Posted by pspzockerscene View Post
So you expect this to return the name of your account instead of the name of the one who uploaded it??

Please post a screenshot of the rule you've created.

-psp-
No...? I want the name of the one who uploaded it.

Quote:
Originally Posted by Jiaz View Post
I've just tested and worked fine here. Please provide a screenshot of your non working rule
For some reason it just randomly started working. No idea how or why.

Also, what is the difference between <jd:prop:uploader> and <jd:orgpackagename>? They seem to do the same thing...
Reply With Quote
  #11  
Old 09.06.2021, 10:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,235
Default

<jd:orgpackagename> -> the original package name set by plugin
<jd:prop:uploader> -> a link specific property 'uploader' set by plugin. in this case the name of the uploader of the post
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 09.06.2021, 13:59
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

I've updated our support article on this topic to include the full list of properties:
https://support.jdownloader.org/Know...the-packagizer

(Based on this old forum post)
__________________
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 11:34.
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.