Auto etract after download?

Share your awesome tips and tricks here.
Post Reply
BadAS302T
Posts: 116
youtube meble na wymiar Warszawa
Joined: Tue Dec 03, 2013 12:11 am

Auto etract after download?

Post by BadAS302T »

Hello

is ther a way to auto extract files i have downloaded with the utorrent app?
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Auto etract after download?

Post by clinton.hall »

A PostProcessing script can do this.
My TorrentToMedia.py will do it, but it is designed to be used primarily with SickBeard and CouchPotato. It also requires that you have unrar and 7zip installed (these are installed as part of my NZBGet App)....

There are no doubt several other postprocess scripts that will do this...
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
BadAS302T
Posts: 116
Joined: Tue Dec 03, 2013 12:11 am

Re: Auto etract after download?

Post by BadAS302T »

thank you...

i have no idea how to do make a script or where to download any....
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Auto etract after download?

Post by clinton.hall »

My scripts are here
https://github.com/clinton-hall/nzbToMedia/

installation tips etc are here
https://github.com/clinton-hall/nzbToMedia/wiki

have a go, let me know if you need help on any specific item.
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
romme
Posts: 2
Joined: Sat Oct 04, 2014 9:24 pm

Re: Auto etract after download?

Post by romme »

clinton.hall wrote:My scripts are here
https://github.com/clinton-hall/nzbToMedia/

installation tips etc are here
https://github.com/clinton-hall/nzbToMedia/wiki

have a go, let me know if you need help on any specific item.
I'm totally novice coming to programing but well motivated and inspired. Despite my stupidity, could you elaborate how to apply your script to work with transmission or either uTorrent. I don't get the part where you edit the script.

For example: "First step is to set the torrent client you are using. This tells the script which variables to expect when the script is called.

clientAgent = transmission"

Would appreciate all kind of input, i don't need a step by step guide just a little help on where to start. I see this as a fun learning process too!
romme
Posts: 2
Joined: Sat Oct 04, 2014 9:24 pm

Re: Auto etract after download?

Post by romme »

Okey, i think i've managed to set the script. Now, how do i manage transmission settings to run the script from my NAS (202TE)?
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Auto etract after download?

Post by clinton.hall »

You need to edit /usr/local/AppCentral/transmission/settings.json (while Transmission App is disabled)
change:

Code: Select all

"script-torrent-done-enabled": true, 
"script-torrent-done-filename": "/volume1/Download/nzbToMedia/TorrentToMedia.py",
Make sure the path is correct if nzbToMedia is installed anywhere other than /volume1/Download
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Post Reply

Return to “Tips & Tricks”