Page 1 of 1

Sorting Anime???

Posted: July 26th, 2010, 9:16 pm
by brandonjcreek
Okay, so I'm about ready to pull my hair out over this issue. I have spent several hours searching to see if I can find a solution to my problem to no avail. So here it is.  I am trying to find an easy way to sort my anime episodes out using the "Absolute Ordering" scheme.  An example of the procedure that I am trying to achieve is this:

Download Directory: /Video/TV/Bleach/
[HorribleSubs] Bleach-279 [720p].mkv  {>>>Processed Into>>>}  Bleach - 279.mkv


Right now if I run it under standard TV sorting, I get this:

Download Directory: /Video/TV/Bleach/
[HorribleSubs] Bleach-279 [720p].mkv  {>>>Processed Into>>>}  Bleach - S02E79.mkv


And if I run download it with no sorting I get this result:

Download Directory: /Video/TV/[HorribleSubs] Bleach-279 [720p]/[HorribleSubs] Bleach-279 [720p].mkv

Does anyone know of a post processing script that would allow me to process my files and maintain their absolute order, and if so how exactly do I create/use it?  As of now, I have had no need for running post processing scripts since sabnzbd did everything I needed it to do right out of the gate. Thanks to anyone who is willing to help. BTW, I'm running on Os X, not sure if it makes a difference, but just thought I'd throw that in.

Re: Sorting Anime???

Posted: July 27th, 2010, 5:19 am
by shypike
Is your problem only that 279 gets converted to S2E79?
If so, modify the sort expression on Config->Sorting?

Re: Sorting Anime???

Posted: July 27th, 2010, 8:13 am
by brandonjcreek
The only problem with that is that if I modify the expression, it will change the naming up on the rest of my TV episodes as well, and I like them to be sorted out into S01E01. Is there a way to apply a different sorting expression to Anime and TV? The only ones that I see are for Series, Generic and Date.  I tried applying this sting into the Generic option, /%title/%title - %e%.ext/, but in the preview I got this /Movie Name/Movie Name - %e%.ext/. Any ideas?

Re: Sorting Anime???

Posted: July 27th, 2010, 4:40 pm
by shypike
Not possible, unless you write your own user script to rename the result.

Re: Sorting Anime???

Posted: July 27th, 2010, 6:02 pm
by brandonjcreek
Do you by any chance know of any scripts that may give me the results I'm looking for, or of any sites I could visit that may assist me in writing my own? I virtually know nothing when it comes to the various scripting languages that are out there, LOL.