Jump to content

State of Anime plugin


Loke

Recommended Posts

Hello,

 

last few times I have tried installing the anime plugin (tried in few stable / beta), it either broke something or it just didn't work. Reading a bit on the forums and the git page it seems it's not being actively maintained (outside Lukes work on it).

 

Anyone can really comment on its status?

Link to comment
Share on other sites

KMBanana

I have found naming everything to match tvdb's structure and just using it as the primary metadata downloader has worked best.  When everything is named that way you can change the series metadata to display and sort by absolute episode number, but I usually just leave it to with tvdb's S##E## structure.  

  • Like 1
Link to comment
Share on other sites

I think it would be best to split the anime plugin into separate plugins for each metadata provider. I started to look at doing that but it turned out to be harder than I thought because they're all kind of intertwined with each other.

Link to comment
Share on other sites

I have found naming everything to match tvdb's structure and just using it as the primary metadata downloader has worked best.  When everything is named that way you can change the series metadata to display and sort by absolute episode number, but I usually just leave it to with tvdb's S##E## structure.  

 

 

I think it would be best to split the anime plugin into separate plugins for each metadata provider. I started to look at doing that but it turned out to be harder than I thought because they're all kind of intertwined with each other.

 

For me the main reason behind using the anime plugin is changing the title of the series from the English names to the Japanese ones. I faintly remember that it mentioned specifically on the settings AniDB, which it also added as a metadata provider?

Link to comment
Share on other sites

To be honest I don't really know the particulars of the plugin very well, I am just helping to keep it compatible with newer versions of Emby Server. That's one reason why I think separating it will be a good way forward as it will be easier for all of us to understand.

Link to comment
Share on other sites

  • 1 month later...
ken-ji

It seems with the current plugin in the latest stable Emby 4.1.1.0, when a new entry is added, the initial identify will fail to get any data from AniDB and always return results from other providers.

I have to manually assign the AniDB series ID, for the show to be identified as such from AniDB.

Link to comment
Share on other sites

It seems with the current plugin in the latest stable Emby 4.1.1.0, when a new entry is added, the initial identify will fail to get any data from AniDB and always return results from other providers.

I have to manually assign the AniDB series ID, for the show to be identified as such from AniDB.

 

Can you please attach the emby server log from an example? Thanks.

Link to comment
Share on other sites

Here we go. I removed a series, deleted the nfo files, rescanned the library.

Then I replaced the series, and scanned the library.

5cef104fe8a4f_ScreenShot20190530at70535A

 

Logfile attached.

 

It looks like anidb api only supports searching by anidb id, so that's why it has to be there in order for anything to be retrieved.

Link to comment
Share on other sites

ken-ji

Accdg to the code of some older version of the Anime plugin, specifically the anidb provider, I see the plugin downloading / caching a DB from anidb containing the anidb id + the various titles (cache/anidb/titles.xml). The provider would then do some title matching against this database, then using the resulting id to check against the anidb API. Currently it seems the titles.xml is 0 bytes. I guess the plugin is failing to download the titles xml file for some reason.

 

I downloaded the titles.xml file and placed it in the cache location and it seems to work already.

Edited by ken-ji
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
ken-ji

@@Luke It seems the plugin is currently broken for AniDB, as they now require a "valid" User-Agent to pull download the titles.xml file

I'm not yet up to speed with the Emby Plugin as I'm a complete nood with C#, but I guess the equivalent of the HTTP client used to get the titles.xml is not showing a "valid" User-Agent

 

Thought you'd like to know.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...