JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 21.01.2023, 05:07
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default Packagizer issue at redtube.com

Hi!

Somehow <jd:prop:username> or <jd:prop:channelname> do not work at redtube.com. Is there a way to make it work?

Example links:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Thanks!
Reply With Quote
  #2  
Old 23.01.2023, 15:11
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Hi Tolde1963,
this is not a bug.

I've updated our redtube.com plugin to set the channelname as property "username".

Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-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
  #3  
Old 24.03.2023, 14:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

CORE-Updates have been released!
All announced bugfixes and features are live!
Please update your JDownloader and report any issues you find asap.
If this thread gets marked as "[Solved]" by our forum staff you can still post in it and we will read- and reply to it!

CORE-Updates wurden released!
Alle angekündigten Bugfixes/Features sind nun verfügbar!
Bitte JDownloader updaten und eventuelle Bugs schnellstmöglich an uns melden.
Falls dieser Thread vom Team als "[Erledigt]" markiert wird, kannst du weiterhin darin antworten und wir lesen/beantworten auch solche Threads!

-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
  #4  
Old 30.03.2024, 20:08
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

Hi pspzockerscene! Thanks for fixing this issue last time.

Can you do the same for YouPorn.com? My Packagizer "<jd:prop:username> -<jd:orgfilename>" does not add the channel/creator name in the downloaded filenames.

Example **External links are only visible to Support Staff**link

Thank you!
Reply With Quote
  #5  
Old 30.03.2024, 20:14
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

@pspzockerscene

Also, Is there a way to list several URL hosts in the same rule?
Like: <If DownloadURL contains 'youporn.com' , 'xvideos.com' , 'xhamster.com'> or so?

TY!
Reply With Quote
  #6  
Old 30.03.2024, 22:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Quote:
Originally Posted by Tolde1963 View Post
Also, Is there a way to list several URL hosts in the same rule?
Like: <If DownloadURL contains 'youporn.com' , 'xvideos.com' , 'xhamster.com'> or so?
Yes, via regex,
downloadURL - contains -
(youporn\.com|xvideox\.com|xhamster\.com)
and enable the regex checkbox on the right
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 30.03.2024, 22:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Quote:
Originally Posted by Tolde1963 View Post
Can you do the same for YouPorn.com? My Packagizer "<jd:prop:username> -<jd:orgfilename>" does not add the channel/creator name in the downloaded filenames.
Will be available with next update. Also fixed for redtube users and added users support for youporn too.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 06.04.2024, 22:16
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

Thank you so much! Your support is awesome as always!
Reply With Quote
  #9  
Old 07.04.2024, 12:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

@Tolde1963: You're welcome
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 12.04.2024, 01:07
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

Dear @Jiaz,
I'd continue my self-education on the Packagizer and have the following question:

my current rule says:
Filename <jd:prop:username>_ <jd:orgfilename>
and the latter usually trails with "_1080p.mp4" as for the bitrate.

How can I make it do:
Filename: <jd:orgfilename>_<jd:prop:username>_%bitrate%.mp4 ?
I.e. "videoName_authorName_bitrate.extension" ?

As always, I appreciate your time and answers!
Reply With Quote
  #11  
Old 12.04.2024, 10:56
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Site does not provide any bitrate information and thus cannot be stored/provided via property.
Do you really mean bitrate? not resolution?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 12.04.2024, 19:38
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

yeah, resolution it is, sorry for the wrong term. My question is basically - how do I insert the author name in between the default %videoname%_%resolution%.mp4 to have it like %videoname%_%author%_%resolution%.mp4
Reply With Quote
  #13  
Old 12.04.2024, 20:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

@Tolde1963: you can parse resolution from filename, eg
filename - contains -
Code:
_(\d+p)\.
(enable regex checkbox)
and then can use rightclick menu to access the matched part of filename
Please give it a try
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 14.04.2024, 12:59
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

and how does the Filename construction should look like?
Reply With Quote
  #15  
Old 14.04.2024, 13:14
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

@Tolde1963: can you please provide example links? must be links that do provide resolution in filename and of course must have support for username/author property
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 14.04.2024 at 13:17.
Reply With Quote
  #16  
Old 14.04.2024, 16:24
Tolde1963 Tolde1963 is offline
Junior Loader
 
Join Date: Apr 2020
Posts: 14
Default

1. **External links are only visible to Support Staff**URL 1 - PH plugin works awesome, resulting in the filename format:
<jd:orgfilename>_<jd:prop:username>.ext
i.e.: "HANDJOB FROM BEHIND while i LICK HIS ASS_Sophie with a cam_1080p.mp4"

Others, like xHamster.com, spankbang.com, or xvideos.com do not:
2. **External links are only visible to Support Staff**URL 2 - maximum the Packagizer does for me: <jd:prop:username>_ <jd:orgfilename>
resulting in the filename: "boyxxx23_ My new massage therapist is a pervert_xhU8wDb.mp4"
While I want it like "<jd:orgfilename>_<jd:prop:username>.ext" as the PH plugin does.

3. Another example:
**External links are only visible to Support Staff**URL 3
gives the filename: "jamesb031 - American Camgirl Flaunting Her Cookie Pussy_720p.mp4"
whilst the desired is: <jd:orgfilename>_<jd:prop:username>_resolution.ext

If the resolution is supported - I'd like to see it in the end of filename before the extension, otherwise - I don't care.
Reply With Quote
  #17  
Old 15.04.2024, 18:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

@Tolde1963
Just to clarify some things.
Our plugins currently do not have standardized properties and there is no list of which plugin sets which properties.
Reference:
https://support.jdownloader.org/know...the-packagizer

Feel free to discuss the topic of better modifyable, standardized filenames here:
https://board.jdownloader.org/showthread.php?t=90744

Now about your last post and the [potentially missing] properties:
As explained, due to missing standardization, each plugin can have its own properties and they can have a different meaning for each plugin.

Also, each plugin may have different default filenames.
I can see that you seem to be trying to use the same filename format for different websites.
That is possible but it will require us to add some plugin properties for the respective websites/plugins so let's do this one by one:

xhamster.com:
username property is available so your rule should work. If it doesn't, please provide a screenshot of your rule.

spankbang.com:
Here, the property is called "uploader".

xvideos.com:
username property is available so your rule should work. If it doesn't, please provide a screenshot of your rule.

Quote:
Originally Posted by Tolde1963 View Post
3. Another example:
**External links are only visible to Support Staff**URL 3
gives the filename: "jamesb031 - American Camgirl Flaunting Her Cookie Pussy_720p.mp4"
whilst the desired is: <jd:orgfilename>_<jd:prop:username>_resolution.ext
Please provide a screenshot or a file to the exported rule which you've tried to use here.

Quote:
Originally Posted by Tolde1963 View Post
If the resolution is supported - I'd like to see it in the end of filename before the extension, otherwise - I don't care.
As said all plugins may have different properties.

If you want to have a "resolution" property available for some plugins, please provide the following information:
- Example URLs
- Wished outcome e.g. "withxheight" -> "1920x1080" or just height "1080p"

In details, this is again a topic which should be discussed here:
https://board.jdownloader.org/showthread.php?t=90744

It makes more sense for us to put time into standardizing customized filenames in the long term than to add properties for single plugins.
__________________
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 01:55.
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.