You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing the Title metadata for the game, the change is automatically reverted on Enter.
Also, the Restore button becomes enabled, even though the change was already reverted automatically.
Also, the game is moved to the bottom of the library (but not always the very bottom) list regardless of the actual title value until library re-scan/application restart.
Also, there's no way to set Sorting Title metadata unless it was already provided by redump metadata and set automatically.
Reproduction Steps
Right-click on any game, select Properties, change Title in the Summary tab, hit Enter to apply.
Expected Behavior
Custom metadata value is applied on Enter/closing the Properties dialog and is not reset on game library re-scan/application restart (this is probably shared with Duckstation).
Also, there's a way to set the sorting title value for any game regardless of available built-in information.
PCSX2 Revision
v2.3.119
Operating System
Windows 11
If Linux - Specify Distro
No response
Logs & Dumps
Changing the title two times: 1) committing with Enter, 2) closing the dialog: emulog.zip
The text was updated successfully, but these errors were encountered:
I did some digging, and the problem seems to stem from improper file path escaping in inis\custom_properties.ini if the path contains [ and/or ] characters, which produces malformed ini file with truncated paths, so the properties never match the full path.
Also, as a result, changing the title multiple times results in multiple duplicate values stored under malformed sections in the ini file.
Example:
[E:\FakeCDs\PS2 Games\Ace Combat 04 - Shattered Skies [SLUS20152]Title = Ace Combat 04: Shattered Skies
Title = Ace Combat 04: Shattered Skies
Title = Ace Combat 04: Shattered Skies
[E:\FakeCDs\PS2 Games\Ace Combat 5 - The Unsung War [SLUS20851]Title = Ace Combat 5: The Unsung War
[E:\FakeCDs\PS2 Games\Ace Combat Zero - The Belkan War [SLUS21346]Title = Ace Combat Zero: The Belkan War
[E:\FakeCDs\PS2 Games\Ar tonelico - Melody of Elemia [SLES54586]Title = Ar tonelico: Melody of Elemia
Title = Ar tonelico: Melody of Elemia
Title = Ar tonelico: Melody of Elemia
[E:\FakeCDs\PS2 Games\Ar Tonelico - Melody of Elemia [SLUS21445]Title = Ar tonelico: Melody of Elemia (undub)
Title = Ar tonelico: Melody of Elemia
Title = Ar tonelico - Melody of Elemia (undub)
[E:\FakeCDs\PS2 Games\Ar tonelico II - Melody of Metafalica [SLES55444]Title = Ar tonelico II: Melody of Metafalica
[E:\FakeCDs\PS2 Games\.hack//Infection [SLES52237]Title = .hack//Infection
[E:\FakeCDs\PS2 Games\Ace Combat 04 - Shattered Skies [SLUS20152].iso]
Title = Ace Combat 04: Shattered Skies
Describe the Bug
When changing the Title metadata for the game, the change is automatically reverted on Enter.
Also, the Restore button becomes enabled, even though the change was already reverted automatically.
Also, the game is moved to the bottom of the library (but not always the very bottom) list regardless of the actual title value until library re-scan/application restart.
Also, there's no way to set Sorting Title metadata unless it was already provided by redump metadata and set automatically.
Reproduction Steps
Right-click on any game, select Properties, change Title in the Summary tab, hit Enter to apply.
Expected Behavior
Custom metadata value is applied on Enter/closing the Properties dialog and is not reset on game library re-scan/application restart (this is probably shared with Duckstation).
Also, there's a way to set the sorting title value for any game regardless of available built-in information.
PCSX2 Revision
v2.3.119
Operating System
Windows 11
If Linux - Specify Distro
No response
Logs & Dumps
Changing the title two times: 1) committing with Enter, 2) closing the dialog: emulog.zip
The text was updated successfully, but these errors were encountered: