stop SABnzbd from downloading files into a folder named after the nzb file
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
-
steve51184
stop SABnzbd from downloading files into a folder named after the nzb file
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
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
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.
There isn't a option to do that but i guess if you can program in python, you can change it.
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
yeah all in 1 folder but i don't know python and this is why i'm asking 
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
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
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
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
correctpair of dimes wrote:Are you just trying to get all your TV shows in the same folder? Or something more?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
Re: stop SABnzbd from downloading files into a folder named after the nzb file
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.
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
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.
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
not sure what you mean by: put a cut and paste commands on line 120?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.
SABnzbd 0.4 ohh my!!pair of dimes wrote:Just use the new TV sorting in SABnzbd 0.4 -- you can grab the source code from the SourceForge SVN trunk.steve51184 wrote: linux![]()
is it stable to use daily on a productive system?
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
is it this one?
http://sabnzbdplus.svn.sourceforge.net/ ... bd-tvsort/
also is it stable to use daily on a productive system?
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
In the upper script from the link that is in the quote, go to line 118. Here you will find:steve51184 wrote:not sure what you mean by: put a cut and paste commands on line 120?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.
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
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.
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
well yeh but like i've said i can't get that script to work so i can't modify it yetDeXeS wrote:In the upper script from the link that is in the quote, go to line 118. Here you will find:steve51184 wrote:not sure what you mean by: put a cut and paste commands on line 120?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.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.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
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.
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
ohhh..... Thought you did get it to work but didn't know how the editing worked or something. My bad 
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
na can't get it to work 
-
steve51184
Re: stop SABnzbd from downloading files into a folder named after the nzb file
so where's this svn as i think i've got the wrong one?
also how do i download it and is it stable?
also how do i download it and is it stable?
