Page 1 of 1

0.40 TV folder sorting name issue

Posted: March 17th, 2008, 4:36 am
by neilt0
Not sure if you really want to see this report, but may be of use. I'm running the trunk from the SVN on one of my machines. The other two are running 0.31.

0.34, when it creates a group folder like "TV" creates it as "tv" (lower case). On my Linux NAS, this then creates a separate folder from the existing "TV" folder.

Re: 0.34 bug

Posted: March 17th, 2008, 5:03 am
by shypike
Unix happens to have a case-sensitive file-system, so this is unavoidable.
Whatever choice we make for this folder, it's always arbitrary.
Do you suggest we should use "TV" instead of "tv" ?

Re: 0.34 bug

Posted: March 17th, 2008, 2:51 pm
by neilt0
Doesn't happen with 0.31. I have both versions installed on the same machine.

Re: 0.34 bug

Posted: March 17th, 2008, 3:29 pm
by neilt0
P.S. I turned on the TV series folder creating thing, so that may be related.

Re: 0.34 bug

Posted: March 17th, 2008, 3:30 pm
by switch
Trunk = 0.4.0
branches/sabnzbd-0.3.x = 0.3.4

Can you please verify which one of these you are using.
Do you have TV Folder sorting enabled?
How are you adding your downloads, newzbin or by nzb file.

Re: 0.34 bug

Posted: March 17th, 2008, 3:40 pm
by evidenceunseen
I use the tv sorting on both an ubuntu machine and a dd-wrt linux router and don't have this problem (also running off svn /trunk btw)

Re: 0.34 bug

Posted: March 17th, 2008, 7:19 pm
by switch
Shypike, maybe use title() to pretty up the category names, with TV hard-coded to be upper case?
That way they will match the current newzbin categories people will currently have their media sorted by.

Re: 0.34 bug

Posted: March 18th, 2008, 12:56 am
by neilt0
switch wrote: Trunk = 0.4.0
branches/sabnzbd-0.3.x = 0.3.4

Can you please verify which one of these you are using.
Do you have TV Folder sorting enabled?
How are you adding your downloads, newzbin or by nzb file.
Trunk - 0.40.

If I rename TV to TVx, 0.31 will create "TV" and 0.40 will create "tv" -- different folders on a Linux box, but of course my Windows client can't handle this. TV sorting is on -- "of course I'm trying out all the new features"  ;D

Re: 0.40 TV folder sorting name issue

Posted: March 21st, 2008, 6:16 pm
by evidenceunseen
Yah I've noticed it now doing this, wasn't before but now is.

Re: 0.40 TV folder sorting name issue

Posted: March 27th, 2008, 3:54 pm
by neilt0
Just updated to latest svn trunk.

Another issue in addition to the creation of "tv" instead of "TV" is that when creating "tv", this folder doesn't use the permissions in sabnzbd.ini so isn't accessible.

Subfolders inside "tv" have the correct permissions.