-
Notifications
You must be signed in to change notification settings - Fork 23
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
Sequel anime pull incorrect metadata #30
Comments
I think I know what you mean. Two (or more) separate shows get "linked" so they share the watched count and episode metadata. Right ? |
More or less, and the only way to fix it is to rename to season 2 and dump along side the previous season |
I tried "soft" fixing this by turning off some Providers and doing a refresh/identify but it didn't work. The watched count got "unlinked" but the episode metadata is still the same as before (even removing Provider IDs on each episode didn't help). So I guess your solution is the only way right now. As far as I can tell it seems like almost all metadata problems are related to mixing "Anime" Providers and "TV Show" Providers. Maybe it would be better if they were mutually exclusive ? |
The problem comes as andiv depends on tvdb for so Mapping to SxxExx even if you aren't using it (I believe) as well as depends on tvdb for episode metadata
Now this is probably the core problem here, but it'll also be the hardest to fix. |
Guess so. I wouldn't even know where to begin. But if there's something I can do to help I'll try. Is this even something we can do without adding anything to jellyfin ? I've poked around a bit and as far as I understand we are using MediaBrowser.Controller.Entities.TV which dictates how the Library is structured or am I wrong ? |
Basically it boils down to trying to identify the sequel as season 1, I think this has something to do with the tvdb mapper.
I'm having trouble explaining it but I'm sure you users of the plugin have also encountered this problem
For example
Rosario + Vampire: https://anidb.net/perl-bin/animedb.pl?show=anime&aid=5273 and the sequel https://anidb.net/perl-bin/animedb.pl?show=anime&aid=5873
Another example:
Mob Psycho 100: https://anidb.net/perl-bin/animedb.pl?show=anime&aid=11803 and sequel https://anidb.net/perl-bin/animedb.pl?show=anime&aid=13939
The text was updated successfully, but these errors were encountered: