Skip to content
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

Merging multiple seasons into one anilist entry only works once for a show #144

Open
AlexaRawr opened this issue Jul 4, 2022 · 2 comments

Comments

@AlexaRawr
Copy link

It only works for the first merge in a show.
Easy to replicate with Fairy Tail.
My mappings:
RickDB/PlexAniSync-Custom-Mappings@6d15cc4
image

This should combine seasons 1-4 and 5-7, but it only counts the episodes for seasons 1-4 together. For seasons 5-7, the number of episodes seen for the highest season in that range is taken and put on anilist.

Here are my watched episodes in Plex:
image

And heres is what the tool puts on anilist:
image

As you can see, the episodes for seasons 1-4 are added up correctly, but for seasons 5-7 it takes the episode number from season 6. When I mark season 7 as completed, it takes that episode number (12) and tries to put it on the list.

@AlexaRawr
Copy link
Author

Any update on this? After looking through the code I found out that it actually just checks once for a merge and handles every season after the merge separately. Unfortunately im not familiar with python so i can't fix this myself.

@reconman
Copy link
Collaborator

Can you try the latest master branch version or ghcr.io/rickdb/plexanisync:master docker image?

Should work now, hopefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants