Joseph Milazzo
|
154b30c3fd
|
Implemented fallback functionality. Try to use System.IO.Compression.ZipArchive then fallback to SharpCompress (which is extremely slow).
Currently this hits disk 3 times per operation, needs performance tuning.
|
2021-03-23 14:12:28 -05:00 |
|
Joseph Milazzo
|
d724a8f178
|
A lot of random changes to try and speed up SharpCompress.
|
2021-03-23 12:22:50 -05:00 |
|
Joseph Milazzo
|
265f7dcc8c
|
Implemented ability to generate Series summary from ComicInfo.xml (if present)
|
2021-02-17 16:41:42 -06:00 |
|
Joseph Milazzo
|
922c0153d3
|
Added series progress/rating information back in. Left attempts at doing via a JOIN or raw SQL.
|
2021-02-17 15:28:57 -06:00 |
|
Joseph Milazzo
|
83b9394b17
|
Implemented ability to mark a series as Read/Unread.
|
2021-02-16 12:48:04 -06:00 |
|
Joseph Milazzo
|
2887fab53f
|
Implements search functionality and prepares for upcoming paging in v0.3.
|
2021-02-15 13:08:30 -06:00 |
|
Joseph Milazzo
|
d8d01ffaf6
|
More refactoring around ScannerService. Moved metadata into its own service. Focusing on cleaning up ScanLibrary code to work 100%.
|
2021-02-08 16:44:18 -06:00 |
|