diff --git a/config.ini.example b/config.ini.example index 8740efcc..80fff417 100644 --- a/config.ini.example +++ b/config.ini.example @@ -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" diff --git a/docs/CLIHELP.md b/docs/CLIHELP.md index 7c62b9cf..f86e167d 100644 --- a/docs/CLIHELP.md +++ b/docs/CLIHELP.md @@ -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').