Add audiobooks and podcasts support to local filesystem provider (#1937)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 4 Feb 2025 11:35:01 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 11:35:01 +0000 (12:35 +0100)
commit5c345d88d87a213edd4bd846652027f114fccccd
treeec6f87d5049be7f93593ad1db6990757a987e78d
parent23050870741b7393edfd74603e0c1c73230a52c1
Add audiobooks and podcasts support to local filesystem provider (#1937)
music_assistant/controllers/media/podcasts.py
music_assistant/helpers/ffmpeg.py
music_assistant/helpers/process.py
music_assistant/helpers/tags.py
music_assistant/providers/filesystem_local/__init__.py
music_assistant/providers/filesystem_local/constants.py [new file with mode: 0644]
music_assistant/providers/filesystem_local/helpers.py
music_assistant/providers/filesystem_smb/__init__.py