From 555b8f24e40e88f17169609b2370f5a50b3d743c Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 10 Feb 2025 00:57:13 +0100 Subject: [PATCH] quickfix: opus tag reader --- lib/tags/gettags | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tags/gettags b/lib/tags/gettags index 137be41..f541b7d 100644 --- a/lib/tags/gettags +++ b/lib/tags/gettags @@ -11,6 +11,10 @@ getTags() { type=Opus (( disableopusinfo )) && unset type ;; + 'audio/ogg opus') + type=Opus + (( disableopusinfo )) && unset type + ;; application/ogg*) type=soxi (( disablesoxi )) && unset type