From 88821e42bd69c89497c6630fb30917e1a215efbf Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 10 Feb 2025 01:20:20 +0100 Subject: [PATCH] quickfix: Opus: remove " kbit/s*" from bitrate --- lib/tags/opus | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tags/opus b/lib/tags/opus index 2f6c662..ead9e7e 100644 --- a/lib/tags/opus +++ b/lib/tags/opus @@ -28,5 +28,6 @@ getInfos::Opus() { rate=${rate% Hz} channels=$(gettag channels|head -n1) bitrate=$(gettag 'average bitrate') + bitrate=${bitrate% kbit/s*} bitrate=${bitrate%%.*} }