NZB TV v1.37 folder ?

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
alton987
Newbie
Newbie
Posts: 5
Joined: May 15th, 2011, 9:06 pm

NZB TV v1.37 folder ?

Post by alton987 »

Sorry I can't seem to search for the right title but if I'm using NZBTV to autoload shows how do I stop it or SABNZB from automatically crating folders?  Instead of downloading every show into its own dir I would prefer all the shows go into one folder.

Thanks
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: NZB TV v1.37 folder ?

Post by shypike »

Use the sorting features or write your own little user script
to be run at the end of post processing.

Code: Select all

@echo off
move /y %1\* %1\..
rmdir %1
alton987
Newbie
Newbie
Posts: 5
Joined: May 15th, 2011, 9:06 pm

Re: NZB TV v1.37 folder ?

Post by alton987 »

Thanks for the reply can I use that script at the same time as the +Delete post processing option?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: NZB TV v1.37 folder ?

Post by shypike »

Yes, you can. It's run at the very end of post-processing.
alton987
Newbie
Newbie
Posts: 5
Joined: May 15th, 2011, 9:06 pm

Re: NZB TV v1.37 folder ?

Post by alton987 »

I'm a complete noob and can't seem to figure this out.  I have my default processing set to +delete in the switching settings.  Where would I add the folder script you mentioned above for the my TV downloads.  Basically I want my TV downloads to be only the media file and all files in one directory.

Thanks
Alton
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: NZB TV v1.37 folder ?

Post by shypike »

Here's some more info:
http://wiki.sabnzbd.org/user-scripts

You first need to set the scripts folder in Config-Folder
and put at least one script in it.
That will add a column in the queue table.
Post Reply