Search found 3 matches
- October 9th, 2011, 2:32 pm
- Forum: Bug Reports
- Topic: Series sorting (SSEE)
- Replies: 5
- Views: 2365
Re: Series sorting (SSEE)
Didn't realize you could have movies and series in the same category. How do you handle if both movie and series sorting is enabled for a category, does sab test one first and the other if no match? I agree that the SSEE notation is bad but the problem for me is when I use the RSS feed from a indexe...
- October 8th, 2011, 3:58 pm
- Forum: Bug Reports
- Topic: Series sorting (SSEE)
- Replies: 5
- Views: 2365
Re: Series sorting (SSEE)
No side effect check yet, just tried it out for a couple of posts.
I guess it will detect years also but i don't see how that could be avoided for this kind of episode notation. Since it's only used for categories marked as series it could be ok anyway.
I can evaluate it for a while if you wish.
I guess it will detect years also but i don't see how that could be avoided for this kind of episode notation. Since it's only used for categories marked as series it could be ok anyway.
I can evaluate it for a while if you wish.
- October 8th, 2011, 11:36 am
- Forum: Bug Reports
- Topic: Series sorting (SSEE)
- Replies: 5
- Views: 2365
Series sorting (SSEE)
Hi, The series sorting don't match releases with the season/episode format SSEE. I did the following fix to the series_match in constants.py (line 126). From: (r'[ \-_\.](\d)(\d{2,2})[ \-_\.]', # .101. / _101_ / etc. [ ] ), (r'[ \-_\.](\d)(\d{2,2})$', # .101 at end of title [ ] ) To: (r'[ \-_\.](\d{...