Kavita+ Comic Metadata Matching (#3740)
This commit is contained in:
parent
4521965315
commit
ed154e4768
46 changed files with 4207 additions and 98 deletions
|
@ -5,6 +5,7 @@
|
|||
/// </summary>
|
||||
public enum MetadataSettingField
|
||||
{
|
||||
#region Series Metadata
|
||||
Summary = 1,
|
||||
PublicationStatus = 2,
|
||||
StartDate = 3,
|
||||
|
@ -13,5 +14,18 @@ public enum MetadataSettingField
|
|||
LocalizedName = 6,
|
||||
Covers = 7,
|
||||
AgeRating = 8,
|
||||
People = 9
|
||||
People = 9,
|
||||
#endregion
|
||||
|
||||
#region Chapter Metadata
|
||||
|
||||
ChapterTitle = 10,
|
||||
ChapterSummary = 11,
|
||||
ChapterReleaseDate = 12,
|
||||
ChapterPublisher = 13,
|
||||
ChapterCovers = 14,
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue