Currently, if you change the metadata for a game and then do a scrape, the scraping still uses the filename to determine the results. For example, if I have Game (EN,JP).zip
it may scrape the Japanese release. I can go into the metadata editor for the game and change it to EN
, but if I trigger a new scrape, the scraping process still prefers the structure of the filename over the information provided in the metadata.
Ideally, if the metadata is changed for a specific game, scraping would prefer using that information over any information present in the filename itself. Otherwise, I have to manually change the filename in order to get it to scrape the right file.
If there is an existing workaround for this use case, I’ll happily give it a go.