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.
Using tvsort.py independently of SABnzbd
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.
Re: Using tvsort.py independently of SABnzbd
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.
Re: Using tvsort.py independently of SABnzbd
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.
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.
Re: Using tvsort.py independently of SABnzbd
There is currently no transforming to upper-case support. 0.5 does however have transformation to lower-case support by surrounding text in {}

