-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept/Parse standard Anime naming convention without requiring renaming #6
Comments
This is a change that would need to be made in the server itself, as the file name parsing is handled by the server and is currently not extensible via plugins. If it were, I would likely use the hash to assist in identification, but that is not possible at the moment. MBS currently ignores anything inside square brackets, so it may actually be the Accel_World-01 part which is breaking it, as that is not one of the naming formats supported. It should work if you named your file something like: MBS is supposed to also support absolute episode numbers without season folders, but last time I tested it, it was not working correctly. It may be fixed now, but if not, I'll add it to my to do list. |
Thats what I thought however I was referred to you for the change when it was being discussed as a feature request for an Anime media type. Thread link below. |
Smokey, are you organizing your animes inside a season folder like in thetvdb? Because if you are, I have a plugin that will fix your issue. I created it because I keep the original names of my downloaded animes. |
I replied on the MB forum but do you need the season folder to get your plugin to work? Or would it work with the content in the root folder for each show? Adam Zucker ----- Original Message ----- From: "Luis Almanzar" [email protected] Smokey, are you organizing your animes inside a season folder like in thetvdb? Because if you are, I have a plugin that will fix your issue. I created it because I keep the original names of my downloaded animes. — |
Can the parsing code be adapted to support the standard naming/release convention being used by every fansub group out there?
The convention is: [< fansub group name >]< title >-[< episide >][< quality >][< crc >].mkv
(the format is getting screwed up by github's parsing and its removing the underscores. I'm sure though you have seen the way they are named and the example below is correct except for the underscores around the episode name and number.
For example this is one that does not currently parse:
[UTW]Accel_World-01[h264-720p][F574698F].mkv
anidb, trakt and others all show Accel World as a valid show and display all of its info but due to the parsing in this plugin, it does not accept it. I for one would prefer not having to change the naming as I am then unable to track the fansub group who released it for example at a minimum. The quality and crc could be embedded in metadata but that would end up editing all of my hundreds/thousands of episodes that are currently not being parsed.
The text was updated successfully, but these errors were encountered: