Dingmatt / AMSA

A Plex anime agent using TVDB and AniDB data
GNU General Public License v3.0
262 stars 7 forks source link

Wrong metadata #45

Closed Saph1s closed 1 year ago

Saph1s commented 1 year ago

Issue:

When I try to match data, I get the wrong result. For example, I try to match anidb-15593 anime, but instead it uses data from anidb-11370 image

Logs:

Plex Media Scanner (custom ASS).log com.plexapp.agents.amsa.log com.plexapp.system.log Plex Media Scanner (custom ASS) - filelist .log

Dingmatt commented 1 year ago

Hi Saph1s, AMSA is working as intended. It is designed to mimic the standard Plex/TVDB show structure, so Re:Zero - Starting Life in Another World 2nd Season Part 2 (anidb-15593) will show as a season of Re:Zero - Starting Life in Another World (anidb-11370).

Saph1s commented 1 year ago

Re:Zero - Starting Life in Another World 2nd Season Part 2 (anidb-15593) will show as a season of Re:Zero - Starting Life in Another World (anidb-11370).

But the episodes are misidentified and the titles and images from the first season (anidb-11370) are used. While the first part of the second season is correctly detected (anidb-14792).

image image

Dingmatt commented 1 year ago

In that case it's likely also the way your files are structured. The AniDB standard (storing the show as a seperate folder) is still in testing, AMSA was designed to mimic the TVDB standard that Plex already uses (as a season folder of the existing show).

I'll start running more tests on the ANIDB standard to get it sorted asap.