jellyfin / jellyfin-plugin-anidb

This plugin adds the metadata provider for aniDB to Jellyfin
GNU General Public License v2.0
31 stars 13 forks source link

Getting lots of "undefined" entries from Anidb #53

Open tknx opened 1 year ago

tknx commented 1 year ago

This is happening for a bunch of shows whether I use name matching or Anidb matching.

undefined

nalsai commented 1 year ago

Same issue as #39. You got banned from the API, as it is very restrictive and you now have files that just contain <error code="500">banned</error> in the cache for anidb. They will only be replaced if you try again in a week, or you manually delete them. Some info on the size of your library and how many files you recently scanned would be nice.

43 is also about this issue.

gurnarok commented 2 weeks ago

There is a UDP API for AniDB, as stated in their wiki:

The UDP API is a public UDP based read/write API which can be used to obtain information about specific files and database entries. This API is the best choice for all file related activities as well as for many others.

Source: https://wiki.anidb.net/API

This could be a development point