skyscraper
skyscraper copied to clipboard
Custom Path configuration option
Right now the tool assumes you are scraping on the device you will be running the games. The only option to change this behavior is relativePaths="true" and have the media and gamelist folders be the same.
It would be nice to have another configuration option on platform and main that overrides the default behavior on setting the paths. If I'm generating for my Android device vs my HTPC, the path prefix could be set to the appropriate absolute path.
Example config for generating for Android on Linux PC [main] frontend="pegasus"
[nes] inputFolder="/home/user/roms/nes" inputFolderOverride="/storage/emulated/0/roms/nes"
mediaFolder="/home/user/roms/nes/media" mediaFolderOverride="/storage/emulated/0/roms/nes/media"