TV and Season sorting

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
manks
Newbie
Newbie
Posts: 36
Joined: January 22nd, 2008, 7:47 am

TV and Season sorting

Post 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!?!?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: TV and Season sorting

Post by switch »

If this happened recently could you zip up your logs and send them over to [email protected] please so we can see what went wrong.
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: TV and Season sorting

Post 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.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: TV and Season sorting

Post 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.
Post Reply