/
/
/
1{
2 "config_entries": {
3 "content_type": {
4 "label": "Content type",
5 "description": "The type of content stored on this WebDAV server",
6 "options": {
7 "music": "[%key:common::config_entries::content_type::options::music%]",
8 "audiobooks": "[%key:common::config_entries::content_type::options::audiobooks%]",
9 "podcasts": "[%key:common::config_entries::content_type::options::podcasts%]"
10 }
11 },
12 "url": {
13 "label": "WebDAV URL",
14 "description": "The base URL of your WebDAV server (e.g., https://example.com/webdav)"
15 },
16 "username": {
17 "label": "[%key:common::config_entries::username::label%]",
18 "description": "Username for WebDAV authentication (leave empty for no authentication)"
19 },
20 "password": {
21 "label": "[%key:common::config_entries::password::label%]",
22 "description": "Password for WebDAV authentication"
23 },
24 "verify_ssl": {
25 "label": "Verify SSL certificate",
26 "description": "Verify SSL certificates when connecting to HTTPS WebDAV servers"
27 }
28 },
29 "manifest": {
30 "description": "Stream music and audiobooks stored on any WebDAV-compatible server"
31 }
32}
33