Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Add info for --migrate
  • Loading branch information
bpepple authored Dec 1, 2024
1 parent 68f0b78 commit f6d7639
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ Help

::

usage: metron-tagger [-h] [-r] [-o] [-m] [-c] [--id ID] [-d] [--ignore-existing] [-i] [--missing] [-s] [-z] [--validate] [--remove-non-valid] [--delete-original] [--duplicates] [--version] path [path ...]
usage: metron-tagger [-h] [-r] [-o] [-m] [-c] [--id ID] [-d] [--ignore-existing] [-i] [--missing] [-s] [-z] [--validate] [--remove-non-valid] [--delete-original]
[--duplicates] [--migrate] [--version]
path [path ...]


Read in a file or set of files, and return the result.

Expand All @@ -70,6 +73,7 @@ Help
--remove-non-valid Remove metadata xml from comic if not valid. Used with --validate option (default: False)
--delete-original Delete the original archive after successful export to another format. (default: False)
--duplicates Identify and give the option to delete duplicate pages in a directory of comics. (Experimental) (default: False)
--migrate Migrate information from a ComicInfo.xml into a *new* MetronInfo.xml (default: False)
--version Show the version number and exit

Examples
Expand All @@ -90,6 +94,11 @@ To validate any metadata, ComicInfo.xml and MetronInfo.xml, would be done by run

metron-tagger -cm --validate /path/to/comics

To write MetronInfo.xml metadata from comics with ComicInfo.xml data, and migrate data for comics that don't exist at the Metron Comic Database:
::

metron-tagger -om --migrate /path/to/comics


Bugs/Requests
-------------
Expand Down

0 comments on commit f6d7639

Please sign in to comment.