Need help with automation script with Deluge
Posted: 30 Dec 2016, 02:24
Hey guys
I've been really succesful with the GUI and the filebot plugin with deluge . I'm trying now to fully automate my set up and i need a bit of help . I've been readnig a lot on the forum and trying here and there some scripts but nothings works completely. there is always something that fails.
Here's what i'm trying to accomplish
From my setup in the filebot plugin in deluge
For movies :
format expression : Films/{n} ({y})/{n} ({y}){' CD'+pi}{'.'+lang}
Output folder : /home/pi/myfilms/Shared Videos/
For my tv shows :
Format expression : TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
Output folder :/home/pi/mytvshows/Shared Videos/
What i want to do is to have those manipulation within a single post process script ( ie: deluge-postprocess.sh )
any help will be appreciated
Thanks
I've been really succesful with the GUI and the filebot plugin with deluge . I'm trying now to fully automate my set up and i need a bit of help . I've been readnig a lot on the forum and trying here and there some scripts but nothings works completely. there is always something that fails.
Here's what i'm trying to accomplish
From my setup in the filebot plugin in deluge
For movies :
format expression : Films/{n} ({y})/{n} ({y}){' CD'+pi}{'.'+lang}
Output folder : /home/pi/myfilms/Shared Videos/
For my tv shows :
Format expression : TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
Output folder :/home/pi/mytvshows/Shared Videos/
What i want to do is to have those manipulation within a single post process script ( ie: deluge-postprocess.sh )
any help will be appreciated
Thanks