Skip to content

Commit

Permalink
v1.9.0 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 5, 2023
1 parent d461073 commit d5563d5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
32 changes: 19 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ $ igir --help
______ ______ ______ _______
| \ / \ | \| \
\$$$$$$| $$$$$$\ \$$$$$$| $$$$$$$\
| $$ | $$ __\$$ | $$ | $$__| $$
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$| \ | $$ | $$ $$ https://igir.io/
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v1.8.2
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v1.9.0
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand Down Expand Up @@ -93,18 +93,20 @@ DAT output options:
[boolean]
ROM output options:
-o, --output Path to the ROM output directory (supports replaceable symbols, see be
low) [string]
--dir-mirror Use the input subdirectory structure for the output directory[boolean]
-D, --dir-dat-name Use the DAT name as the output subdirectory [boolean]
--dir-letter Append the first letter of the ROM name as an output subdirectory
-o, --output Path to the ROM output directory (supports replaceable symbols, see
below) [string]
--dir-mirror Use the input subdirectory structure for the output directory
[boolean]
--dir-letter-limit Limit the number ROMs in letter subdirectories, splitting into multipl
e if necessary [number]
-O, --overwrite Overwrite any files in the output directory [boolean]
--overwrite-invalid Overwrite files in the output directory that are the wrong filesize, c
hecksum, or zip contents [boolean]
-C, --clean-exclude Path(s) to files to exclude from cleaning (supports globbing) [array]
-D, --dir-dat-name Use the DAT name as the output subdirectory [boolean]
--dir-dat-description Use the DAT description as the output subdirectory [boolean]
--dir-letter Append the first letter of the ROM name as an output subdirectory
[boolean]
--dir-letter-limit Limit the number ROMs in letter subdirectories, splitting into multi
ple if necessary [number]
-O, --overwrite Overwrite any files in the output directory [boolean]
--overwrite-invalid Overwrite files in the output directory that are the wrong filesize,
checksum, or zip contents [boolean]
-C, --clean-exclude Path(s) to files to exclude from cleaning (supports globbing)[array]
ROM zip command options:
-Z, --zip-exclude Glob pattern of files to exclude from zipping [string]
Expand Down Expand Up @@ -134,6 +136,7 @@ ROM filtering options:
--no-unlicensed Filter out unlicensed ROMs, opposite of --only-unlicensed [boolean]
--only-retail Filter to only retail releases, enabling all the following "no" opt
ions [boolean]
--no-debug Filter out debug ROMs, opposite of --only-debug [boolean]
--no-demo Filter out demo ROMs, opposite of --only-demo [boolean]
--no-beta Filter out beta ROMs, opposite of --only-beta [boolean]
--no-sample Filter out sample ROMs, opposite of --only-sample [boolean]
Expand All @@ -160,6 +163,8 @@ One game, one ROM (1G1R) options:
--prefer-revision-newer Prefer newer ROM revisions over older [boolean]
--prefer-revision-older Prefer older ROM revisions over newer [boolean]
--prefer-retail Prefer retail releases (see --only-retail) [boolean]
--prefer-ntsc Prefer NTSC ROMs over others [boolean]
--prefer-pal Prefer PAL ROMs over others [boolean]
--prefer-parent Prefer parent ROMs over clones [boolean]
Report options:
Expand All @@ -178,6 +183,7 @@ Advanced usage:
Tokens that are replaced when generating the output (--output) path of a ROM:
{datName} The name of the DAT that contains the ROM (e.g. "Nintendo - Game Boy")
{datDescription} The description of the DAT that contains the ROM
{datReleaseRegion} The region of the ROM release (e.g. "USA"), each ROM can have multiple
{datReleaseLanguage} The language of the ROM release (e.g. "En"), each ROM can have multiple
{gameType} The type of the game (e.g. "Retail", "Demo", "Prototype")
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igir",
"version": "1.8.2",
"version": "1.9.0",
"description": "🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.",
"keywords": [
"1g1r",
Expand Down

0 comments on commit d5563d5

Please sign in to comment.