Page 1 of 4

stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 12:26 pm
by steve51184
hi there how do i stop SABnzbd from downloading files into a folder named after the .nzb files?

i do like this option but it'd be nice to turn it on and off

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 12:36 pm
by DeXeS
How would you like to see it? just all files in 1 folder?

There isn't a option to do that but i guess if you can program in python, you can change it.

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 12:39 pm
by steve51184
yeah all in 1 folder but i don't know python and this is why i'm asking :P

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:14 pm
by steve51184
i've looked but can't find anything that works :(

can i get help getting this script to work please as i have no idea lol

http://forums.sabnzbd.org/index.php?topic=61.0

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:17 pm
by steve51184
pair of dimes wrote:
steve51184 wrote: i've looked but can't find anything that works :(

can i get help getting this script to work please as i have no idea lol

http://forums.sabnzbd.org/index.php?topic=61.0
Are you just trying to get all your TV shows in the same folder? Or something more?
correct

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:20 pm
by DeXeS
And what operating system are you running? Windows XP or Vista or a UNIX OS?
For Windows your best shot is to make a command prompt (dos) batch file.
See http://sabnzbdplus.wiki.sourceforge.net/External+Script for the variables you can put into the script.

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:21 pm
by steve51184
linux :)

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:27 pm
by DeXeS
If you want to use the "TV & Movie Script" that was made by Rascalli (http://pastebin.com/f20152ed3) put a cut and paste commands on line 120.

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:33 pm
by steve51184
DeXeS wrote: If you want to use the "TV & Movie Script" that was made by Rascalli (http://pastebin.com/f20152ed3) put a cut and paste commands on line 120.
not sure what you mean by: put a cut and paste commands on line 120?
pair of dimes wrote:
steve51184 wrote: linux :)
Just use the new TV sorting in SABnzbd 0.4 -- you can grab the source code from the SourceForge SVN trunk.
SABnzbd 0.4 ohh my!!

is it stable to use daily on a productive system?

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:41 pm
by steve51184
is it this one?

http://sabnzbdplus.svn.sourceforge.net/ ... bd-tvsort/

also is it stable to use daily on a productive system?

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:43 pm
by DeXeS
steve51184 wrote:
DeXeS wrote: If you want to use the "TV & Movie Script" that was made by Rascalli (http://pastebin.com/f20152ed3) put a cut and paste commands on line 120.
not sure what you mean by: put a cut and paste commands on line 120?
In the upper script from the link that is in the quote, go to line 118. Here you will find:

Code: Select all

116. else
117. echo "Couldn't copy(too many files or no files?)" >> /var/log/sab_proc.log
118. fi
119. 
120. 
121. 
122. echo "Done!" >> /var/log/sab_proc.log
123. fi
Between line 119 and 121 you can add your own commands AFTER the postprosessing script has done all the things it does with tv shows.
So, you need to copy the files from the nzb name folder to the main TV folder and remove the files and folder that are left in the original place.

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:47 pm
by steve51184
DeXeS wrote:
steve51184 wrote:
DeXeS wrote: If you want to use the "TV & Movie Script" that was made by Rascalli (http://pastebin.com/f20152ed3) put a cut and paste commands on line 120.
not sure what you mean by: put a cut and paste commands on line 120?
In the upper script from the link that is in the quote, go to line 118. Here you will find:

Code: Select all

116. else
117. echo "Couldn't copy(too many files or no files?)" >> /var/log/sab_proc.log
118. fi
119. 
120. 
121. 
122. echo "Done!" >> /var/log/sab_proc.log
123. fi
Between line 119 and 121 you can add your own commands AFTER the postprosessing script has done all the things it does with tv shows.
So, you need to copy the files from the nzb name folder to the main TV folder and remove the files and folder that are left in the original place.
well yeh but like i've said i can't get that script to work so i can't modify it yet


can i get a reply on my last post plz dimes

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:49 pm
by DeXeS
ohhh..... Thought you did get it to work but didn't know how the editing worked or something. My bad  ;)

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:50 pm
by steve51184
na can't get it to work :P

Re: stop SABnzbd from downloading files into a folder named after the nzb file

Posted: March 25th, 2008, 1:55 pm
by steve51184
so where's this svn as i think i've got the wrong one?

also how do i download it and is it stable? :)