JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 28.07.2019, 17:52
nonogo nonogo is offline
Baby Loader
 
Join Date: May 2019
Posts: 6
Question Save movies to one folder and TV shows to a different folder?

Hi, I've been trying to set this up for JDownloader 2 in the packagizer rules but I cant figure it out.

Here's what Iv'e tried recenty:

for 'TV':
File Name - Contains - S**E**
Package Name - Contains - S**E**
Download Directory - .../TV Shows


For Movies
File Name - Contains Not - S**E**
Package Name - Contains Not - S**E**
Download Directory - .../Movies

The TV shows rule seems to work well, but the 'Movies' rule doesn't always work for movies... I thought that as long as the file didn't have something like s01e01 in it (hence 'contains not' S**E**), the file would be saved to the 'movies' folder, but that isn't the case.

Does anyone know why this might be? Or even have a better solution for this that's still automated?

Cheers!
Reply With Quote
  #2  
Old 30.07.2019, 11:55
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Example rule to match TV Series:

Code:
If > File Name > contains > s\d{1,3}e\d{1,3}(?:$|\D) (Enable the regex button at the end of the field)
Then set > Download Directory > TV Series

To accurately identify movie files, you will need to use additional criteria (use other strings in filename or url), and not just negate the above rule.
Reply With Quote
  #3  
Old 02.08.2019, 17:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,289
Default

avoid using 'package name' because this information is only available when the links are result of a decrypter plugin that sets this meta information.

It would help to provide example links for both, so we can test/help to improve the rules
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 03.08.2019, 01:58
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I would add some other checks and balances like filetype = video. That way if you download like a txt document it doesn't get placed into movies.

observation from the original post, negative rule effectively isn't required as its the same as default location since it has no other checks and balances (Hence the first paragraph).
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
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 15:07.
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.