Date sorting not working
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.
Date sorting not working
I'm on 0.6.14 and in both Windows XP and Mac OS X 10.7, I can't get the date sorting to work. I don't use categories, so everything is in the default category and I've made sure that it is selected. TV sorting works great for me, but somehow each episode of daily shows just get put into their own folder inside my completed folder with the dots in the name converted to underscores. For example, the folder is called the_daily_show_2011_12_14_hdtv_xvid-fqm, and the file name is the original file name (the.daily.show.2011.12.14.hdtv.xvid-fqm.avi). Am I missing something?
Re: Date sorting not working
How big is the AVI file?
SABnzbd won't rename the file if it's below 300M.
(Yes, rather arbitrary, we must have another look at this).
SABnzbd won't rename the file if it's below 300M.
(Yes, rather arbitrary, we must have another look at this).
Re: Date sorting not working
Yes, it's a little under 200MB. Thanks!
-
- Newbie
- Posts: 5
- Joined: April 10th, 2011, 11:55 am
Re: Date sorting not working
Hi,
looking at tvsort.py, the lower limit appears to be 130000000, so that's actually 130mb, not 300mb, right?
That certainly looks to be the relevant line of code.
Cheers
looking at tvsort.py, the lower limit appears to be 130000000, so that's actually 130mb, not 300mb, right?
That certainly looks to be the relevant line of code.
Cheers
Re: Date sorting not working
Yeah, in the next major release it will be a user setting.