Refactored ScanLibrary to produce page numbers on the Manga File, Format and to update existing series/volumes rather than always create new entries.
This commit is contained in:
parent
6b4617bab3
commit
59a4921ba9
12 changed files with 709 additions and 38 deletions
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
using API.Entities;
|
||||
|
||||
namespace API.Parser
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -11,7 +13,11 @@ namespace API.Parser
|
|||
public string Series { get; set; }
|
||||
// This can be multiple
|
||||
public string Volumes { get; set; }
|
||||
public string File { get; init; }
|
||||
public string Filename { get; init; }
|
||||
public string FullFilePath { get; set; }
|
||||
/// <summary>
|
||||
/// Raw (image), Archive
|
||||
/// </summary>
|
||||
public MangaFormat Format { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue