Joseph Milazzo
|
07fd959b22
|
Fixed some errors being thrown when not needed on Cache.Ensure(). Added ability to send actual mangafile information on the volume() api so we can display to the user.
|
2021-01-26 07:55:40 -06:00 |
|
Joseph Milazzo
|
6cc11d5c4c
|
Tried SharpCompress but had 20x speed decrement. Not using.
|
2021-01-25 18:18:07 -06:00 |
|
Joseph Milazzo
|
51d4014e11
|
Forgot to fix some unit tests.
|
2021-01-25 16:04:52 -06:00 |
|
Joseph Milazzo
|
fe88467d8b
|
More regex tweaking and use cases for real library.
|
2021-01-25 14:45:23 -06:00 |
|
Joseph Milazzo
|
7cd0b80ac2
|
More regex tweaking and use cases for real library.
|
2021-01-24 14:08:09 -06:00 |
|
Joseph Milazzo
|
8498d25aa7
|
Fixed some use cases where Edition tags weren't being cleaned up.
|
2021-01-24 10:57:09 -06:00 |
|
Joseph Milazzo
|
6097a2acf0
|
Some crazy regex for parsing chapters for poorly named files.
|
2021-01-24 10:37:02 -06:00 |
|
Joseph Milazzo
|
8683c81361
|
There is a theme...more regex changes. Moved the logic around parsing and falling back into Parser.Parse() and setup testing for it.
|
2021-01-24 10:05:53 -06:00 |
|
Joseph Milazzo
|
a315feb569
|
More Parser tests and more cases! Added ability to parse Editions for Manga (Omnibus, Color, etc). To be stripped from Series if present. Future can be stored on MangaFile.
|
2021-01-24 08:34:57 -06:00 |
|
Joseph Milazzo
|
9030b8de96
|
More Parser tests and more cases!
|
2021-01-23 18:45:14 -06:00 |
|
Joseph Milazzo
|
a057e3ce1d
|
Lots of bug fixes around publishing and handling weird cases on a real manga library. Implemented ability to have Volumes number 0 aka just latest chapters. Refactored DirectoryService code for scanning into it's own service. Lots of debug code, will be cleaned up later.
|
2021-01-23 17:44:48 -06:00 |
|
Joseph Milazzo
|
7f404a0ce9
|
Implemented the ability to flatten directories, esp useful with nested folders in archives.
|
2021-01-14 10:02:56 -06:00 |
|
Joseph Milazzo
|
56e8a0059e
|
Implemented ability to delete a series. Refactored some operations to remove unneeded parameters.
|
2021-01-12 16:51:23 -06:00 |
|
Joseph Milazzo
|
f737f662df
|
Added a sorting mechanism to emulate how windows sorts files. Refactored cache to support chapter folders as well.
|
2021-01-10 12:47:34 -06:00 |
|
Joseph Milazzo
|
7f5a1d0518
|
Refactored GetCoverImage to a static class and unit tested it. Enhanced the method by defaulting to folder.jpg file if exists, else takes first entry.
|
2021-01-05 15:00:49 -06:00 |
|
Joseph Milazzo
|
521eac266a
|
Removed a Unit test that we don't support yet for ranged volumes. Added a new case for Parser for v1.1 chapter parsing.
|
2021-01-01 16:10:35 -06:00 |
|
Joseph Milazzo
|
0a49b07570
|
Implemented a parallelized, rough, scanning loop which parses out information and leaves us with an immutable dictionary mapping series to parsed infos for each file.
Added some Entities to help translate this into DB.
|
2020-12-29 10:47:10 -06:00 |
|
Joseph Milazzo
|
8c80ed090d
|
Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git.
|
2020-12-27 11:14:45 -06:00 |
|