Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3.1 #131

Merged
merged 1 commit into from
Oct 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 23 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Here is the full `igir --help` message which shows all available options and a n
| $$ | $$ __\$$ | $$ | $$__| $$
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v0.3.0
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v0.3.1
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$

Expand All @@ -103,35 +103,18 @@ Path options (inputs support globbing):
-o, --output Path to the ROM output directory [string]

Input options:
-H, --header Glob pattern of files to force header processing for [string]
--header Glob pattern of files to force header processing for [string]

Output options:
--dir-mirror Use the input subdirectory structure for output subdirectories [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
[boolean]
-s, --single Output only a single game per parent (1G1R) (requires parent-clone DAT fi
les) [boolean]
-Z, --zip-exclude Glob pattern of files to exclude from zipping [string]
--remove-headers Remove known headers from ROMs, optionally limited to a list of comma-sep
arated file extensions (supported: .a78, .lnx, .nes, .fds, .smc) [string]
-H, --remove-headers Remove known headers from ROMs, optionally limited to a list of comma-sep
arated file extensions (supported: .a78, .fds, .lnx, .nes, .smc) [string]
-O, --overwrite Overwrite any ROMs in the output directory [boolean]

Priority options (requires --single):
--prefer-good Prefer good ROM dumps over bad [boolean]
-l, --prefer-language List of comma-separated languages in priority order (supported: DA
, DE, EL, EN, ES, FI, FR, IT, JA, KO, NL, NO, PT, RU, SV, ZH)
[string]
-r, --prefer-region List of comma-separated regions in priority order (supported: ARG,
ASI, AUS, BRA, CAN, CHN, DAN, EUR, FRA, FYN, GER, GRE, HK, HOL, I
TA, JPN, KOR, MEX, NOR, NZ, POR, RUS, SPA, SWE, TAI, UK, UNK, USA)
[string]
--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-parent Prefer parent ROMs over clones (requires parent-clone DAT files)
[boolean]

Filtering options:
-L, --language-filter List of comma-separated languages to limit to (supported: DA, DE, EL, EN
, ES, FI, FR, IT, JA, KO, NL, NO, PT, RU, SV, ZH) [string]
Expand All @@ -150,8 +133,27 @@ Filtering options:
--no-test-roms Filter out test ROMs [boolean]
--no-aftermarket Filter out aftermarket ROMs [boolean]
--no-homebrew Filter out homebrew ROMs [boolean]
--no-unverified Filter out un-verified ROMs [boolean]
--no-bad Filter out bad ROM dumps [boolean]

Priority options:
-s, --single Output only a single game per parent (1G1R) (required for all opti
ons below, requires parent/clone DAT files) [boolean]
--prefer-verified Prefer verified ROM dumps over not [boolean]
--prefer-good Prefer good ROM dumps over bad [boolean]
-l, --prefer-language List of comma-separated languages in priority order (supported: DA
, DE, EL, EN, ES, FI, FR, IT, JA, KO, NL, NO, PT, RU, SV, ZH)
[string]
-r, --prefer-region List of comma-separated regions in priority order (supported: ARG,
ASI, AUS, BRA, CAN, CHN, DAN, EUR, FRA, FYN, GER, GRE, HK, HOL, I
TA, JPN, KOR, MEX, NOR, NZ, POR, RUS, SPA, SWE, TAI, UK, UNK, USA)
[string]
--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-parent Prefer parent ROMs over clones (requires parent-clone DAT files)
[boolean]

Help options:
-v, --verbose Enable verbose logging, can specify twice (-vv) [count]
-h, --help Show help [boolean]
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.3.0",
"version": "0.3.1",
"description": "A ROM collection manager designed to make one game, one rom (1G1R) sets.",
"keywords": [
"1g1r",
Expand Down