Skip to content

Request: Add option to customize romnom queries #166

@eilefsen

Description

@eilefsen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions