From bb7f427074463457f88aaf3c0abddcf94c5270bf Mon Sep 17 00:00:00 2001 From: jmberg Date: Mon, 16 Jun 2025 09:35:42 +0200 Subject: [PATCH] Add Opus to audiobook extensions (#2216) --- music_assistant/providers/filesystem_local/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/providers/filesystem_local/constants.py b/music_assistant/providers/filesystem_local/constants.py index 98d95a6d..1a553b20 100644 --- a/music_assistant/providers/filesystem_local/constants.py +++ b/music_assistant/providers/filesystem_local/constants.py @@ -101,7 +101,7 @@ TRACK_EXTENSIONS = { } PLAYLIST_EXTENSIONS = {"m3u", "pls", "m3u8"} IMAGE_EXTENSIONS = {"jpg", "jpeg", "png", "gif"} -AUDIOBOOK_EXTENSIONS = {"aa", "aax", "m4b", "m4a", "mp3", "mp4", "flac", "ogg"} +AUDIOBOOK_EXTENSIONS = {"aa", "aax", "m4b", "m4a", "mp3", "mp4", "flac", "ogg", "opus"} PODCAST_EPISODE_EXTENSIONS = {"aa", "aax", "m4b", "m4a", "mp3", "mp4", "flac", "ogg"} PLAYLIST_EXTENSIONS = {"m3u", "pls", "m3u8"} SUPPORTED_EXTENSIONS = { -- 2.34.1