Skip to content

Commit

Permalink
Minor doc updates after PR gamelistfilename (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemba committed Jan 3, 2025
1 parent 3ee664e commit 3b0b90a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
;emulator=""
;launch=""
;gameListFolder="/home/pi/RetroPie/roms/amiga"
;gameListFilename="metadata.txt"
;gameListBackup="false"
;mediaFolder="/home/pi/RetroPie/roms/amiga/media"
;skipped="false"
Expand Down
10 changes: 10 additions & 0 deletions docs/CLIHELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,16 @@ Skyscraper -p amiga --flags forcefilename,nosubdirs,skipexistingwheels
Skyscraper -p nes --flags videos,nomarquees
```

### --gamelistfilename <PATH>

Overrides the default gamelist filename of the frontend. If you are using a variant of a frontend, this switch may come in handy. Consider setting this in [`config.ini`](CONFIGINI.md#gamelistfilename) instead.

**Example(s)**

```
Skyscraper -p megadrive --gamelistfilename metadata.txt
```

### --includefrom <FILENAME>

Tells Skyscraper to only include the files listed in FILENAME. One filename per line (with _absolute_ path, eg. '/home/pi/RetroPie/roms/snes/subdir/somefile.zip').
Expand Down

0 comments on commit 3b0b90a

Please sign in to comment.