/
/
/
1{
2 "config_entries": {
3 "host": {
4 "label": "Server",
5 "description": "The (fqdn) hostname of the SMB/CIFS/DFS server to connect to. For example mynas.local."
6 },
7 "share": {
8 "label": "Share",
9 "description": "The name of the share/service you'd like to connect to on the remote host, For example 'media'."
10 },
11 "username": {
12 "label": "[%key:common::config_entries::username::label%]",
13 "description": "The username to authenticate to the remote server. Leave as 'guest' or empty for anonymous access."
14 },
15 "password": {
16 "label": "[%key:common::config_entries::password::label%]",
17 "description": "The password to authenticate to the remote server. Leave empty for anonymous/guest access."
18 },
19 "subfolder": {
20 "label": "Subfolder",
21 "description": "[optional] Use if your music is stored in a sublevel of the share. E.g. 'collections' or 'albums/A-K'."
22 },
23 "smb_version": {
24 "label": "SMB Version",
25 "description": "The SMB protocol version to use. SMB 3.0 or higher is recommended for better performance and security. Use Auto to let the system negotiate.",
26 "options": {
27 "": "Auto",
28 "1.0": "SMB 1.0",
29 "2.0": "SMB 2.0",
30 "2.1": "SMB 2.1",
31 "3.0": "SMB 3.0",
32 "3.1.1": "SMB 3.1.1"
33 }
34 },
35 "cache_mode": {
36 "label": "Cache Mode",
37 "description": "Cache mode affects performance and consistency. 'Loose' provides better performance for read-heavy workloads and is recommended for music libraries.",
38 "options": {
39 "strict": "Strict",
40 "loose": "Loose (Recommended)",
41 "none": "None"
42 }
43 }
44 },
45 "manifest": {
46 "description": "Play music and audiobooks stored on SMB connected network drives."
47 }
48}
49