forked from detain/skyscraper
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I use es-de with .desktop files on linux to launch native pc games. These files do not match screenscraper's crc queries, and they also do not match the text queries due to the extension. I would like to see an option to customize the romnom query per platform.
So far i have been working around this with a simple posix for loop: for f in ~/ROMs/steam/*; do Skyscraper -f esde -p steam -s screenscraper --query "$(basename -s .desktop $f)" $f; done
, but it is both slow and inconvenient. It would be very cool if i could set the --query workaround in Skyscraper's config.ini. Maybe something similar to nameTemplate
.
Metadata
Metadata
Assignees
Labels
No labels