/
/
/
1{
2 "config_entries": {
3 "host": {
4 "label": "Server",
5 "description": "The hostname or IP address of the NFS server to connect to. For example mynas.local or 192.168.1.100."
6 },
7 "export_path": {
8 "label": "Export path",
9 "description": "The NFS export path on the remote server. For example /volume1/music or /exports/media."
10 },
11 "subfolder": {
12 "label": "Subfolder",
13 "description": "[optional] Use if your music is stored in a sublevel of the export. E.g. 'collections' or 'albums/A-K'."
14 },
15 "nfs_version": {
16 "label": "NFS Version",
17 "description": "The NFS protocol version to use. Use Auto to let the system negotiate the best available version.",
18 "options": {
19 "": "Auto",
20 "3": "NFS 3",
21 "4": "NFS 4",
22 "4.1": "NFS 4.1",
23 "4.2": "NFS 4.2"
24 }
25 }
26 },
27 "manifest": {
28 "description": "Play music and audiobooks stored on NFS connected network drives."
29 },
30 "errors": {
31 "invalid_subfolder": "Invalid subfolder {0}: it must be a relative path inside the export.",
32 "subfolder_not_found": "Subfolder {0} does not exist in the NFS export."
33 }
34}
35