feat(queue): show ReplayGain metadata in current-track tech strip

Display track gain, album gain, and peak from file tags next to format,
bitrate, and sample rate so missing ReplayGain tags are obvious.

Refs: https://github.com/Psychotoxical/psysonic/issues/195
This commit is contained in:
Maxim Isaev
2026-04-16 23:15:13 +03:00
parent b6812de26b
commit 572eb81927
9 changed files with 57 additions and 16 deletions
+3
View File
@@ -847,6 +847,9 @@ export const nlTranslation = {
trackPlural: 'nummers',
showRemaining: 'Resterende tijd tonen',
showTotal: 'Totale tijd tonen',
rgTrack: 'T {{db}} dB',
rgAlbum: 'A {{db}} dB',
rgPeak: 'Piek {{pk}}',
},
statistics: {
title: 'Statistieken',