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

Custom Path configuration option #9

Open
gtaforever00 opened this issue Dec 24, 2022 · 0 comments
Open

Custom Path configuration option #9

gtaforever00 opened this issue Dec 24, 2022 · 0 comments

Comments

@gtaforever00
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant