Parsing Issue
Opened this issue · 0 comments
Vodes commented
if you have the Filename [Vodes] Fumetsu no Anata e - S01E15.mkv
it outputs
kElementFileExtension=mkv
kElementFileName=[Vodes] Fumetsu no Anata e - S01E15
kElementEpisodePrefix=e
kElementAnimeSeason=01
kElementEpisodeNumber=15
kElementAnimeTitle=Fumetsu no Anata
kElementReleaseGroup=Vodes
In which the episode prefix is actually part of the name.
Both the python port anitopy and the javascript bindings here dont have this issue.
On a side note: @tabratton's C# Port seems to have the same issue