Kavita/API/Services/Tasks/Scanner
Joe Milazzo 3f51cb2a02
v0.6.1 Hotfix RC (#1635)
* Swapped out SQLite for Memory, but the one from hangfire. Added DisableConcurrentExecution on ProcessChange to avoid duplication when multiple threads execute at once.

* Fixed the Hangfire SQL issues with CPU/ram utilization some users are facing

* Fixed a case in SharpCompress fallback where an invalid ComicInfo wasn't picked up.

* When parsing epubs, if there is a volume in the epub title, try to parse and group. This is beneficial for Light Novels which are generally tagged this way.

* Fixed delete series in series detail not triggering

* Fixed some parsing logic for how we treat specials, like Annual and Omnibus.

* When scanning files, if the file is the cover image (loose leaf image), we reject it more quickly than previously.

* Added a potential bug marker

* Fixed a bug where Info was only showing Error level loggers

* Code smells
2022-11-05 06:56:48 -07:00
..
Parser v0.6.1 Hotfix RC (#1635) 2022-11-05 06:56:48 -07:00
LibraryWatcher.cs v0.6.1 Hotfix RC (#1635) 2022-11-05 06:56:48 -07:00
ParseScannedFiles.cs v0.6.1 Hotfix RC (#1635) 2022-11-05 06:56:48 -07:00
ProcessSeries.cs Scan Loop Fortification (#1573) 2022-10-09 09:23:41 -07:00