-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Series Covers and Summary being reset when new Chapter Added to series #1578
Comments
This is an easy issue, you are not meeting the scanner's requirement, hence why you're getting resets happening. You cannot have series spread into multiple folders from the Library Root. I'm going to close it. Once you correct your Scan loop and if you still see this occurring, come back and open the issue or comment and I can provide support or investigation. https://wiki.kavitareader.com/en/guides/managing-your-files/scanner#file-layout |
Ahh indeed it did not. I am going to guess this is due to some instability with the scan loop. Unfortunately, the nightly has fixed many issues with the scan loop (as v0.5.6 was the first version of the new loop), so debugging this issue isn't possible. Although, the next release is right around the corner, so it should be fixed for you soon. I'll reopen the ticket for you and can follow up post v0.6 release. |
Okay, so this issue has become a bit messy. First off, your first issue is due to the bugs in the stable. So I'm going to leave that as that, as it's fixed on nightly and a stable is right around the corner. For your second issue, it indeed was an issue and thank you for bringing it up. I have corrected the issue where Scan Series on a Series with a custom name in Kavita would cause a deletion. Next time throw that up on a separate issue. |
If this is a feature request, request here instead. Feature requests will be deleted from Github.
Please put as much information as possible to help me understand your issue. OS, browser, version are very important!
Describe the bug
When a library scan is run , series with new chapter added to their folders have Series Covers (manually set) and Summary (manually set) changed. Series Covers are changed to chapter 1 cover.
Library Named: Webtoons
Type: Comics
File Structure is
Library Root
┠── Series Name A
┖── Series Name A - Episode 1.cbz
┖── Series Name B
┖── Series Name B - Episode 1.cbz
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Library scan should lead to new chapters being updated in Series. Keeping all previous series settings intact.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Previously series would sometime be recognized as name plus episode in title, (example: Cape of Spirits - Episode). I would change name, sort name, and localized name to remove "- Episode" from series title. Cape of Spirits - Episode ==> Cape of Spirits
Repeated error
2022-08-28T15:47:32.8423455-05:00 CRIT [API.Services.Tasks.ScannerService] [0] [ScannerService] There are multiple series that map to normalized key capeofspirits. You can manually delete the entity via UI and rescan to fix it. This will be skippedSystem.InvalidOperationException: Sequence contains more than one matching element
at System.Linq.ThrowHelper.ThrowMoreThanOneMatchException()
at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable
1 source, Func
2 predicate, Boolean& found)at API.Services.Tasks.ScannerService.UpdateLibrary(Library library, Dictionary`2 parsedSeries)
2022-08-28T15:47:32.8496583-05:00 CRIT [API.Services.Tasks.ScannerService] [0] [ScannerService] Duplicate Series Found: cape-of-spirits maps with Cape of Spirits - Episode
2022-08-28T15:47:32.8585765-05:00 CRIT [API.Services.Tasks.ScannerService] [0] [ScannerService] Duplicate Series Found: cape-of-spirits maps with cape-of-spirits
kavita.log
The text was updated successfully, but these errors were encountered: