{{ metadata.filename }}
- - - -- {{ $strings.LabelSize }} -
-{{ $bytesPretty(metadata.size) }}
-- {{ $strings.LabelDuration }} -
-{{ $secondsToTimestamp(audioFile.duration) }}
-{{ $strings.LabelFormat }}
-{{ audioFile.format }}
-- {{ $strings.LabelChapters }} -
-{{ audioFile.chapters?.length || 0 }}
-- {{ $strings.LabelEmbeddedCover }} -
-{{ audioFile.embeddedCoverArt || '' }}
-- {{ $strings.LabelCodec }} -
-{{ audioFile.codec }}
-- {{ $strings.LabelChannels }} -
-{{ audioFile.channels }} ({{ audioFile.channelLayout }})
-- {{ $strings.LabelBitrate }} -
-{{ $bytesPretty(audioFile.bitRate || 0, 0) }}
-{{ $strings.LabelTimeBase }}
-{{ audioFile.timeBase }}
-- {{ $strings.LabelLanguage }} -
-{{ audioFile.language || '' }}
-{{ metadata.filename }}
+{{ $strings.LabelMetaTags }}
+ +- {{ key.replace('tag', '') }} -
-{{ value }}
++ {{ $strings.LabelSize }} +
+{{ $bytesPretty(metadata.size) }}
++ {{ $strings.LabelDuration }} +
+{{ $secondsToTimestamp(audioFile.duration) }}
+{{ $strings.LabelFormat }}
+{{ audioFile.format }}
++ {{ $strings.LabelChapters }} +
+{{ audioFile.chapters?.length || 0 }}
++ {{ $strings.LabelEmbeddedCover }} +
+{{ audioFile.embeddedCoverArt || '' }}
++ {{ $strings.LabelCodec }} +
+{{ audioFile.codec }}
++ {{ $strings.LabelChannels }} +
+{{ audioFile.channels }} ({{ audioFile.channelLayout }})
++ {{ $strings.LabelBitrate }} +
+{{ $bytesPretty(audioFile.bitRate || 0, 0) }}
+{{ $strings.LabelTimeBase }}
+{{ audioFile.timeBase }}
++ {{ $strings.LabelLanguage }} +
+{{ audioFile.language || '' }}
+{{ $strings.LabelMetaTags }}
+ ++ {{ key.replace('tag', '') }} +
+{{ value }}
+{{ label }}
-