JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 31.03.2018, 13:24
gasparirob
Guest
 
Posts: n/a
Default MyJdownloader PackagizerSettings: Rule List

I'm not able to edit the PackagizerSettings Rule List: I would change the download destination but every value I set, it doesn't take effect. And after restart MyJdownloader it returns to default value: <jd:packagename>

I've tried to modify the org.jdownloader.controlling.packagizer.PackagizerSettings.rulelist.json too... but same effect

Am I wrong?

PS: I'm on a Qnap nas, with headless jdownloader

Thanks in advance
Reply With Quote
  #2  
Old 03.04.2018, 17:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Please make sure permissions are correct!
sudo chown -R user:group /path
Can you change other settings and they stay changed after restart?
What exactly are you trying to achieve?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 08.04.2018, 17:30
gasparirob
Guest
 
Posts: n/a
Default

PackagizerSettings.rulelist.json's permissions are 660, with user/group: admin/administrators

Do I have to change something?

I would my new downloads to go to "Incoming" folder, without creating subfolders (subpackages).

This happened until some time ago.

Now the only way to obtain this is to disable "PackagizerSettings: Packagizer" (in Advanced Settings)
But this way I lose the .rev ignoring part.
Reply With Quote
  #4  
Old 10.04.2018, 09:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

Paste this value into Settings-Advanced Settings-PackagizerSettings.rulelist
Code:
[ {
  "filetypeFilter" : {
    "enabled" : true,
    "audioFilesEnabled" : false,
    "matchType" : "IS",
    "useRegex" : false,
    "hashEnabled" : false,
    "videoFilesEnabled" : false,
    "docFilesEnabled" : false,
    "archivesEnabled" : false,
    "imagesEnabled" : false,
    "customs" : "rev"
  },
  "staticRule" : true,
  "originFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "origins" : null
  },
  "hosterURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "onlineStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "onlineStatus" : "OFFLINE"
  },
  "created" : 1523346216377,
  "sourceURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "conditionFilter" : {
    "enabled" : false,
    "matchType" : "IS_TRUE",
    "conditions" : null
  },
  "iconKey" : "extract",
  "enabled" : true,
  "linkEnabled" : false,
  "valid" : true,
  "packagenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "filenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "matchAlwaysFilter" : {
    "enabled" : false
  },
  "name" : "Disable Archive *.rev Files",
  "pluginStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "pluginStatus" : "PREMIUM"
  },
  "id" : "DisableRevFilesPackageRule",
  "filesizeFilter" : {
    "enabled" : false,
    "from" : 0,
    "matchType" : "BETWEEN",
    "to" : 0
  }
}, {
  "filetypeFilter" : {
    "enabled" : true,
    "audioFilesEnabled" : false,
    "matchType" : "IS",
    "useRegex" : false,
    "hashEnabled" : false,
    "videoFilesEnabled" : false,
    "docFilesEnabled" : false,
    "archivesEnabled" : false,
    "imagesEnabled" : false,
    "customs" : "par,par2"
  },
  "staticRule" : true,
  "originFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "origins" : null
  },
  "hosterURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "onlineStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "onlineStatus" : "OFFLINE"
  },
  "created" : 1523346216377,
  "sourceURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "conditionFilter" : {
    "enabled" : false,
    "matchType" : "IS_TRUE",
    "conditions" : null
  },
  "iconKey" : "extract",
  "enabled" : true,
  "linkEnabled" : false,
  "valid" : true,
  "packagenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "filenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "matchAlwaysFilter" : {
    "enabled" : false
  },
  "name" : "Disable Parity Archive *.par(2) Files",
  "pluginStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "pluginStatus" : "PREMIUM"
  },
  "id" : "DisableParFilesPackageRule",
  "filesizeFilter" : {
    "enabled" : false,
    "from" : 0,
    "matchType" : "BETWEEN",
    "to" : 0
  }
}, {
  "filetypeFilter" : {
    "enabled" : false,
    "audioFilesEnabled" : false,
    "matchType" : "IS",
    "useRegex" : false,
    "hashEnabled" : false,
    "videoFilesEnabled" : false,
    "docFilesEnabled" : false,
    "archivesEnabled" : false,
    "imagesEnabled" : false,
    "customs" : null
  },
  "downloadDestination" : "<jd:packagename>",
  "staticRule" : true,
  "originFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "origins" : null
  },
  "hosterURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "onlineStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "onlineStatus" : "OFFLINE"
  },
  "created" : 1523346216377,
  "sourceURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "conditionFilter" : {
    "enabled" : false,
    "matchType" : "IS_TRUE",
    "conditions" : null
  },
  "iconKey" : "folder",
  "valid" : true,
  "packagenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "filenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "matchAlwaysFilter" : {
    "enabled" : true
  },
  "name" : "Create Subfolder by Packagename",
  "pluginStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "pluginStatus" : "PREMIUM"
  },
  "id" : "SubFolderByPackageRule",
  "filesizeFilter" : {
    "enabled" : false,
    "from" : 0,
    "matchType" : "BETWEEN",
    "to" : 0
  }
}, {
  "filetypeFilter" : {
    "enabled" : false,
    "audioFilesEnabled" : false,
    "matchType" : "IS",
    "useRegex" : false,
    "hashEnabled" : false,
    "videoFilesEnabled" : false,
    "docFilesEnabled" : false,
    "archivesEnabled" : false,
    "imagesEnabled" : false,
    "customs" : null
  },
  "downloadDestination" : "<jd:subfolderbyplugin>",
  "staticRule" : true,
  "originFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "origins" : null
  },
  "hosterURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "onlineStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "onlineStatus" : "OFFLINE"
  },
  "created" : 1523346216377,
  "sourceURLFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "conditionFilter" : {
    "enabled" : false,
    "matchType" : "IS_TRUE",
    "conditions" : null
  },
  "iconKey" : "folder",
  "enabled" : true,
  "valid" : true,
  "packagenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "filenameFilter" : {
    "enabled" : false,
    "matchType" : "CONTAINS",
    "regex" : null,
    "useRegex" : false
  },
  "matchAlwaysFilter" : {
    "enabled" : true
  },
  "name" : "Adopt folder structure",
  "pluginStatusFilter" : {
    "enabled" : false,
    "matchType" : "IS",
    "pluginStatus" : "PREMIUM"
  },
  "id" : "SubFolderByPluginRule",
  "filesizeFilter" : {
    "enabled" : false,
    "from" : 0,
    "matchType" : "BETWEEN",
    "to" : 0
  }
} ]
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 10.04.2018, 09:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

It's the default list with subfolder rule disabled
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 10.04.2018, 19:48
gasparirob
Guest
 
Posts: n/a
Default

Yes!! It works!! Thanks!!!
Reply With Quote
  #7  
Old 10.04.2018, 19:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

You're welcome
__________________
JD-Dev & Server-Admin
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 22:40.
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.