diff --git a/ComicRack-metadata.md b/ComicRack-metadata.md index cf9212b..35a295e 100644 --- a/ComicRack-metadata.md +++ b/ComicRack-metadata.md @@ -1,19 +1,19 @@ KCC read XML file called ```ComicInfo.xml``` in the root of the CBZ/CBR/CB7 archive. Currently following [ComicRack](http://comicrack.cyolito.com/) metadata fields are used: -* _Series_ field is used as book title. -* _Volume_ number and chapter _Number_ is added to book title. +* _Series_ field is used as a book title. +* _Volume_ number and chapter _Number_ is added to the book title. * Names declared in fields: _Writer_, _Penciller_, _Inker_ and _Colorist_ will be used as book authors. -* _Bookmarks_ will be used to create TOC if input archive have flat directory structure. +* _Bookmarks_ will be used to create TOC if input archive have a flat directory structure. * _Summary_ field will be used as book description. * _ScanInformation_ field can store [[MCD series ID|Manga Cover Database support]]. KCC have build-in simple metadata editor. -If [ComicRack](http://comicrack.cyolito.com/) is used **make sure that metadata are saved inside comic package!** -Right click comic in library and choose _Update Book Files_ option to do that. +If [ComicRack](http://comicrack.cyolito.com/) is used **make sure that metadata is saved inside comic package!** +Right click comic in the library and choose _Update Book Files_ option to do that. -[ComicTagger](https://code.google.com/p/comictagger/) can also be used to write metadata inside CBZ/CBR file. Just make sure you writing them in [ComicRack](http://comicrack.cyolito.com/) format. +[ComicTagger](https://code.google.com/p/comictagger/) can also be used to write metadata inside CBZ/CBR file. Just make sure you write them in [ComicRack](http://comicrack.cyolito.com/) format. ***