Page 1 of 1

Problem with abs2sxe

Posted: 27 Oct 2015, 12:49
by galahan
Hi,

I have a problem with the script abs2sxe. Indeed, the number generated is wrong for episode 410(see log below). I have no problem for 414...

Code: Select all

------------------- abs2sxe --------------------
One Piece - [00410].mp4 ->      One Piece - [00004] - Luffy's Past! The Red-Haired Shanks Appears! - [1999-12-08].mp4   ->      One Piece - 1x04.mp4

Re: Problem with abs2sxe

Posted: 27 Oct 2015, 12:53
by rednoah
The original filename is bad:

Code: Select all

One Piece - [00410].mp4
Use something more standard:

Code: Select all

One Piece - 410.mp4

[00000] is not a valid episode number pattern. The reason the abs2sxe script renames the original filename into [00000] - [title] - [airdate] at the intermediate step is so that in the final step it will ignore [00000] and use only [airdate] and [title] for matching.

Re: Problem with abs2sxe

Posted: 27 Oct 2015, 13:10
by galahan
Thank a lot