Skip to content

Commit

Permalink
Added a note about blocked pages [#112]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 27, 2021
1 parent 80b9908 commit bf6ab53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ To achieve this goal, the project will:
* converting files from one format to another between the supported types,
* adding and removing images that make up the pages of the comic,
* managing what type a page is (front cover, alternate cover, story, back cover, advertisement, etc.)
* blacklisting pages based on hash identifiers so that they are ignored,
* deleting blacklisted pages from comics,
* blocking pages based on hash identifiers so that they are ignored,
* sharing of blocked page files,
* deleting blocked pages from comics,
* consolidating the library, including performing any or all of the following steps:
* moving all files into a well-defined directory structure,
* converting comics to a single archive type,
* removing files from each comic that have been blacklisted, and
* removing files from each comic that have been blocked, and
* updating the ComicInfo.xml file within each comic with the current metadata.
* administrators can quickly import new comics into their library,
* scraping metadata for comics from various sources, such as [ComicVine](https://comicvine.gamespot.com/).
Expand Down

0 comments on commit bf6ab53

Please sign in to comment.