mount samba fileshares by default with utf-8 encoding
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 16 Oct 2025 22:15:03 +0000 (00:15 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 16 Oct 2025 22:15:03 +0000 (00:15 +0200)
music_assistant/providers/filesystem_smb/__init__.py

index 240a9a85d908bc5a1d85019f5b0ae92df3e1d545..6c73b370487f1c1e792d65938547e045107d8854 100644 (file)
@@ -121,7 +121,7 @@ async def get_config_entries(
             label="Mount options",
             required=False,
             category="advanced",
-            default_value="noserverino,file_mode=0775,dir_mode=0775,uid=0,gid=0",
+            default_value="noserverino,file_mode=0775,dir_mode=0775,uid=0,gid=0,iocharset=utf8",
             description="[optional] Any additional mount options you "
             "want to pass to the mount command if needed for your particular setup.",
         ),