Hello,
I've encountered two significant issues with the latest build:
-
RTX Super Resolution Conflict: When "Video Super Resolution" is enabled in settings, playing HEVC 10-bit files results in a black screen (audio only) in the main window. However, the small preview in the playlist/menu works perfectly with 24 FPS. Disabling VSR fixes the issue.
-
Broken Media Info: The "Properties" window shows incorrect metadata (Resolution 0x0, Music 0 kbps) for working MKV files, especially when accessed via network (SMB).
Attached are screenshots showing the 0x0 resolution bug.
Update on Media Info Bug:
I tested the player with a local file (on an internal SSD) to rule out network issues. The metadata parser is completely broken:
Data Swap: The player shows the audio bitrate (192 kbps) in the video bitrate field.
Missing Audio Info: It shows "0 kbps" for music/audio, even though the file has a working AC-3 track.
Inconsistency: The real video bitrate is ~4800 kbps, but the player is unable to read it correctly.
It seems the metadata engine is just pulling the first bitrate value it finds and assigning it to the wrong category.

Hello,
I've encountered two significant issues with the latest build:
RTX Super Resolution Conflict: When "Video Super Resolution" is enabled in settings, playing HEVC 10-bit files results in a black screen (audio only) in the main window. However, the small preview in the playlist/menu works perfectly with 24 FPS. Disabling VSR fixes the issue.
Broken Media Info: The "Properties" window shows incorrect metadata (Resolution 0x0, Music 0 kbps) for working MKV files, especially when accessed via network (SMB).
Attached are screenshots showing the 0x0 resolution bug.
Update on Media Info Bug:
I tested the player with a local file (on an internal SSD) to rule out network issues. The metadata parser is completely broken:
Data Swap: The player shows the audio bitrate (192 kbps) in the video bitrate field.
Missing Audio Info: It shows "0 kbps" for music/audio, even though the file has a working AC-3 track.
Inconsistency: The real video bitrate is ~4800 kbps, but the player is unable to read it correctly.
It seems the metadata engine is just pulling the first bitrate value it finds and assigning it to the wrong category.