/
/
/
1{
2 "config_entries": {
3 "username": {
4 "label": "[%key:common::config_entries::username::label%]",
5 "description": "Your Pandora username or email address"
6 },
7 "password": {
8 "label": "[%key:common::config_entries::password::label%]",
9 "description": "Your Pandora password"
10 },
11 "quality": {
12 "label": "Audio quality",
13 "description": "Audio quality to request from Pandora. High quality is only available with an active Pandora subscription. If your account is not eligible for high-quality streaming, standard quality will be used regardless of this setting.",
14 "options": {
15 "standard": "Standard (64 kbps AAC+)",
16 "high": "High (192 kbps MP3)"
17 },
18 "option_descriptions": {
19 "standard": "Always available, on any account.",
20 "high": "Requires an active Pandora subscription; otherwise playback falls back to Standard."
21 }
22 },
23 "socks_url": {
24 "label": "Socks proxy server",
25 "description": "This socks proxy is only used to route Pandora network traffic through.\n\nThe server address should be written as:\n<code>ip_address:port</code> (or <code>socks5://ip_address:port</code>)"
26 },
27 "takeover_stream": {
28 "label": "Take over stream",
29 "description": "Pandora only allows one active stream at a time per account. You can request that Pandora terminate any existing stream on other devices and allow streaming here. You must manually restart playback after performing this action."
30 }
31 },
32 "setup_flow": {
33 "user": {
34 "title": "Sign in to Pandora",
35 "description": "Enter the username (or email address) and password of your Pandora account."
36 }
37 },
38 "media": {
39 "radio": {
40 "pandora_station": {
41 "name": "Pandora Station {0}"
42 }
43 }
44 },
45 "manifest": {
46 "description": "Pandora is a music and podcast streaming service that creates personalized radio stations based on your favorite songs and artists."
47 }
48}
49