Page 1 of 1

TV and Season sorting

Posted: April 9th, 2008, 3:35 pm
by manks
Using Linux NAS box, I've enabled TV sorting and episode folding, with the naming as "S01E01 - EpName" (although I have tried Episode 1 - EpName too) and when I try and download something, it unpacks the download successfully, but the TV sorting seems to fail.

All I get is "_UNPACKING_prog name - 1x11 - episode name" and not sorted into season folders either.  Anyone one else experiencing this problem or is it just me and my NAS!?!?

Re: TV and Season sorting

Posted: April 9th, 2008, 5:40 pm
by switch
If this happened recently could you zip up your logs and send them over to bugs@sabnzbd.org please so we can see what went wrong.

Re: TV and Season sorting

Posted: April 9th, 2008, 8:10 pm
by auskento
I was getting same thing on my Ubuntu server, i disabled it and just let my processing script handle it.

Didn't know this was the cause, just disabled the inbuilt TV sorting.

Re: TV and Season sorting

Posted: April 10th, 2008, 5:43 am
by switch
Looking into this I believe it is a documentation error or bug with "shutil.move()" with python on Linux systems where an empty directory already exists.

I'm doing an overhaul of the TV Sorting code after some feedback so the user has more control:

Code: Select all

%show/Season %season/%show - %seasonx%episode2 - %epname.%ext
I will have buttons to re-create the current presets in the dropdown.

I'll make sure the final folder isn't created if it doesn't need to be.