Just keep in mind that Folder Watch alone will
not do what you want - it will process each job only once hence you need more external scripts to accomplish what you want.
Also for adding only "new" items from linkgrabber to downloadlist you'd need a script.
...though I guess if you setup JD to auto move added items from linkgrabber to downloadlist and configure JD to auto delete dupes when moving items to downloadlist, your script wouldn't need to do a lot other than re-adding the link or crawljob every X time.
Settings:
Auto add items added to linkgrabber to downloadlist:
Code:
LinkgrabberSettings.linkgrabberautoconfirmenabled
-> Enable this
Auto delete duplicates when moving items from linkgrabber to downloadlist:
Code:
LinkgrabberSettings.handledupesonconfirmlatestselection
--> Set to "do not add, but remove from linkgrabber"
Those settings are also available in GUI but for me it was easier to look them up in advanced settings atm.