#No AniDB ID to Convert for GUID
1 messages · Page 1 of 1 (latest)
Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.
Including the meta.log from the beginning is a huge help use !logs for more information.
All the anime-related conversion errors with means to address are listed here:
https://github.com/meisnate12/Plex-Meta-Manager-Anime-IDs
Yeah I'm familiar with this repo and actually confirmed the IDs are right in there. However the error provided is saying that the AniDB ID simply does not exist, which I know to be false. I've attached a screenshot from the json file that shows the IDs for Death Note (one of the anime's that get this error) all exist
Probably something for @steep rune to review; i guess that specific error isn't in there.
@dapper galleon you around
Yes I am
Yeah, what are you looking for
Sure, one sec
Ok, maybe I dont remember how to get the Show xml, so Id appreciate a quick walkthrough
This should be it
ok i expanded the error message in nightly13 can you run that
Looks like it is grabbing the wrong AniDB IDs probably
Yeah, the ID for Death Note should be 4563 https://anidb.net/anime/4563, but the one it grabs is 8147 https://anidb.net/anime/8147
its because that id is linked also linked to the same tvdb
That would be the problem then, those two shows arent related
and im sure its still lists as a death note special
Ah, I suppose I don’t totally understand how all of that relates yet. So is there any way to remove the link between the two?
Gotcha, I suppose that makes sense
ill need to think on this
Gotcha, I appreciate you looking into it!
Yea this happens with quite a few anime. Its because in Japan seasons aren't seasons. They are arcs and movies are considered specials and aren't separate things. This is why you see movies in sonarr under specials. It's kind of annoying when it comes to stuff like this but that's just how anime is
This also happens with ratings. It pulls latest season ratings for the entire show. This is due to a season being consider a new show in Japan and on sites like MAL and anidb they are listed as such and not like tvshows on imdb where all seasons are listed under one show
a fix could be to add season and epoffset to the pmm id list from anime-lists and always use the id from S1 and no episode offset (if the agent is plextv)
like this
"727": {
"tvdb_id": 100151,
"season": 0,
"epoffset": 2,
"imdb_id": "tt0185736",
"mal_id": 2470,
"anilist_id": 2470
},
Hey, just curious if there has been any update to this
im actully trying to fully revamp the list pmm uses
its taking some time but it should be better then ever once im done
Awesome! I really appreciate you working on it and can't wait for the end result!