/
/
/
1{
2 "config_entries": {
3 "api_key": {
4 "label": "API Key",
5 "description": "API key for authentication. If provided, username and password are not required."
6 },
7 "username": {
8 "label": "[%key:common::config_entries::username::label%]",
9 "description": "Your username for this Open Subsonic server. Not required when using an API key."
10 },
11 "password": {
12 "label": "[%key:common::config_entries::password::label%]",
13 "description": "The password associated with the username. Not required when using an API key."
14 },
15 "baseURL": {
16 "label": "Base URL",
17 "description": "Base URL for the server, e.g. https://subsonic.mydomain.tld"
18 },
19 "port": {
20 "label": "Port",
21 "description": "Port Number for the server"
22 },
23 "path": {
24 "label": "Server Path",
25 "description": "Path to append to the base URL for the Subsonic server, this is likely empty unless you are path routing on a proxy"
26 },
27 "enable_podcasts": {
28 "label": "Enable Podcasts",
29 "description": "Should the provider query for podcasts as well as music?"
30 },
31 "enable_radio_stations": {
32 "label": "Enable Radio Stations",
33 "description": "Should the provider query for radio stations?"
34 },
35 "enable_legacy_auth": {
36 "label": "Enable Legacy Auth",
37 "description": "Enable OpenSubsonic \"legacy\" auth support"
38 },
39 "recommend_favorites": {
40 "label": "Recommend Favorites",
41 "description": "Should favorited (starred) items be included as recommendations."
42 },
43 "recommend_new": {
44 "label": "Recommend New Albums",
45 "description": "Should new albums be included as recommendations."
46 },
47 "recommend_played": {
48 "label": "Recommend Most Played",
49 "description": "Should most played albums be included as recommendations."
50 },
51 "recommendation_count": {
52 "label": "Recommendation Limit",
53 "description": "How many recommendations from each enabled type should be included."
54 },
55 "request_raw_file": {
56 "label": "No Transcoding For Streams",
57 "description": "Request that the server provide the original source file without applying any transcoding rules."
58 },
59 "pagination_size": {
60 "label": "Number of items included per server request.",
61 "description": "When enumerating items from the server, how many should be in each request. Smaller will require more requests but is better for low bandwidth connections. The Open Subsonic spec says the max value for this is 500 items."
62 }
63 },
64 "media": {
65 "recommendations": {
66 "starred_items": {
67 "name": "Starred Items"
68 }
69 }
70 },
71 "manifest": {
72 "description": "Stream music from your OpenSubsonic compatible server â your own cloud jukebox."
73 },
74 "errors": {
75 "connect_failed": "Failed to connect to {0}, check your settings.",
76 "create_playlist_failed": "Failed to create playlist with name '{0}'."
77 }
78}
79