Manual link with old series info
Before submitting your issue, please verify the following.
- [x] You're using the latest Stable or Daily version of Shoko Server.
- [x] You're using the latest and correct (Stable:Stable, Daily:Daily) Web UI for the version of Shoko you're using.
- [x] You've searched this repository (top of the page) for the issue you are reporting.
Shoko Version
5.1.0.93
Shoko Version - Daily Commit
f36b2b1
Install Type
Linux (cachyOS) - Docker
Description
Shoko pulled a series info from AniDB at some point without a single episode being added to database either by CRC or manually linking. Now That I'm adding my personal encodes to Shoko manual linking isn't syncing with anidb for updated info on linking screen. Also can't force update series without adding at least 1 episode
Steps to Reproduce
This probably is a behavior that takes a lot of time to happen so I don't think this is reproduceable in a short period of time. I'll tell what is the state of shoko until now:
- add around 400 series
- leave shoko running without human intervention for at least 2 month
- try to add all episodes of a just finished series (last episode is 2 or 3 days old).
Log File
Screenshots
An example:
This is when I select the series:
+1
Possible issue with the Regex, @revam would know more about the black magic used here as he wrote it.
They're talking about the case where the episode metadata for a series is out of date and missing current episodes. This prevents you from manually linking the episodes which are missing. Generally you have to navigate to the series in the collection and force refresh it to resolve this problem (which is fairly common when manually linking).
That's not a regex issue. It only has 4 episodes available so it's most likely that the web ui isn't requesting that the previously existing data is updated before linking.
I'll also note that the problem will not occur in the offline importer for the PoC plugin-based system, as the provider will ensure the data is available before using it.