Release Highlights
Feature: {category}
token
You can now use a {category}
output token with DATs that provide category information (primarily Redump; not No-Intro or TOSEC).
Fix: resolving tokens that can have multiple values
v3.3.1's major internal factor broke how the {region}
and {language}
tokens could expand to multiple values, creating duplicate files—except it never really worked right anyway. Now, these three tokens (and likely more in the future) will expand to all possible values for a given game:
{region}
{language}
{category}
(it's not standard for DATs to provide multiple, but they do anyway)
As always stated in the docs, usage of these tokens may produce duplicate files. For example, the GBA game 007 - NightFire (USA, Europe) (En,Fr,De)
has two regions and three languages, so usage of {region}
will double the number of files written, and usage of {language}
will triple the number of files written.
All changes
19 April 2025 - a7e12c4
- v3.4.2 (#1551)
19 April 2025 - b25a4a3
- Feature: {category} output token (#1550)