Using tvsort.py independently of SABnzbd

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
Zarigis
Newbie
Newbie
Posts: 1
Joined: July 16th, 2009, 11:36 pm

Using tvsort.py independently of SABnzbd

Post by Zarigis »

I only recently discovered the TV sorter, but I've got a bunch of files already that I'd like sorted.

I'm wondering if there's a way to use tvsort.py independently of sabnzbd, so I could just sort/name everything I've already got.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Using tvsort.py independently of SABnzbd

Post by switch »

Not easily, no. tvsort.py works on the name of the nzb file whn deciding sorting. It would take quite a bit of modification to make it work with pre-existing files.
thatcoder
Newbie
Newbie
Posts: 2
Joined: November 30th, 2008, 12:00 pm

Re: Using tvsort.py independently of SABnzbd

Post by thatcoder »

Is it possible to support renaming the season name of each tv show to uppercase?

My current library does something like this SEASON.NAME/S01/SEASON.NAME.S01E01.ext

I was able to use a plug-in post-processing script to support renaming the file name, but now I'm having trouble with the primary directory.

Since I am running this on a debian box, it creates a brand new directory with the mixed case Season.Name instead of putting it in my existing directory like it does on my Mac box which is case-insensitive.

Thanks.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Using tvsort.py independently of SABnzbd

Post by switch »

There is currently no transforming to upper-case support. 0.5 does however have transformation to lower-case support by surrounding text in {}
Post Reply