View Single Post
  #20  
Old 28.07.2021, 13:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,121
Default

Hi again,
here is a list of possible properties for pluralsight.com:
  • module - orderID of module
  • module_clip_order_id - orderID of clip
  • duration - duration of clip in seconds
  • clipID - Internal clipID
  • version - Internal version
  • directurl - Direct URL to the video (only available after full linkcheck/download)
  • module_title - title of module
  • module_clip_title - title of clip as part of module
Yes, this list also includes properties which might not be useful for you - I just wanted it to be complete.
For better understanding - here is a filename example:
Code:
03-04 - Here is a module title -- Name of the clip.mp4
Corresponds to this scheme:
Code:
module-module_clip_order_id - module_title -- module_clip_title.mp4
Some of the properties might have strange name but this is due to legacy (it is complicated to just change them to more meaningful names).

The bold ones are not yet available but will be after the next CORE-update.
Please note that using the packagizer, you can also take parts of the filename and do whatever you want with them so what you want is already possible (with any name of any plugin!) without the need of an update but it's 'harder' to accomplish as Regular expressions are involved.

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-
EDIT

Here is a simple path-example which will put all items into "downloadfolder/packagename/moduleNumber":
Code:
C:\Users\example\Downloads\jdtest\<jd:orgpackagename>\<jd:prop:module>
You can also use relative paths.
__________________
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; 28.07.2021 at 14:03.
Reply With Quote