Problem with abs2sxe

Support for Ubuntu and other Desktop Linux distributions
Post Reply
galahan
Posts: 5
Joined: 27 Oct 2015, 12:42

Problem with abs2sxe

Post 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
User avatar
rednoah
The Source
Posts: 23056
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problem with abs2sxe

Post 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.
:idea: Please read the FAQ and How to Request Help.
galahan
Posts: 5
Joined: 27 Oct 2015, 12:42

Re: Problem with abs2sxe

Post by galahan »

Thank a lot
Post Reply