Skip to content

Commit

Permalink
feat: add missing file extensions for filesystem provider (#1922)
Browse files Browse the repository at this point in the history
feat: add missing file extensions
  • Loading branch information
maximmaxim345 authored Jan 30, 2025
1 parent 631e6ce commit 4c03f97
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions music_assistant/providers/filesystem_local/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,26 @@
"dsf",
"opus",
"aac",
"wv",
"amr",
"awb",
"spx",
"tak",
"ape",
"mpc",
"mp2",
"mp1",
"dra",
"mpeg",
"mpg",
"ac3",
"ec3",
"aif",
"oga",
"dff",
"ts",
"m2ts",
"mp+",
)
PLAYLIST_EXTENSIONS = ("m3u", "pls", "m3u8")
SUPPORTED_EXTENSIONS = TRACK_EXTENSIONS + PLAYLIST_EXTENSIONS
Expand Down

0 comments on commit 4c03f97

Please sign in to comment.