/
/
/
1{
2 "config_entries": {
3 "local_server_ip": {
4 "label": "Local server IP",
5 "description": "The local server IP (e.g. 192.168.1.77)"
6 },
7 "local_server_port": {
8 "label": "Local server port",
9 "description": "The local server port (e.g. 32400)"
10 },
11 "local_server_ssl": {
12 "label": "SSL (HTTPS)",
13 "description": "Connect to the local server using SSL (HTTPS)"
14 },
15 "local_server_verify_cert": {
16 "label": "Verify certificate",
17 "description": "Verify local server SSL certificate"
18 },
19 "library_id": {
20 "label": "Library",
21 "description": "The library to connect to (e.g. Music)",
22 "action_label": "Select Plex Music Library"
23 },
24 "library_type": {
25 "label": "Library Type",
26 "description": "Select whether this Plex library should be treated as Music, Audiobooks, or Podcasts.",
27 "options": {
28 "music": "Music",
29 "audiobooks": "Audiobooks",
30 "podcasts": "Podcasts"
31 }
32 },
33 "import_collections": {
34 "label": "Import Collections",
35 "description": "Import collections (tracks, albums, or artists) as playlists"
36 },
37 "collection_prefix": {
38 "label": "Collection Prefix",
39 "description": "Prefix to add to collection names when imported as playlists"
40 },
41 "plex_like_rating": {
42 "label": "Plex rating when liking in Music Assistant",
43 "description": "When you like a track or album in Music Assistant, set this rating value in Plex (0.0 = unrated, 10.0 = 5 stars)."
44 },
45 "plex_favorite_threshold": {
46 "label": "Minimum Plex rating to import as favorite",
47 "description": "Tracks and albums with a Plex rating at or above this threshold will be imported as favorites in Music Assistant (0.0 = unrated, 10.0 = 5 stars)."
48 },
49 "plex_unlike_rating": {
50 "label": "Plex rating when unliking in Music Assistant",
51 "description": "When you unlike a track or album in Music Assistant, set this rating value in Plex (0.0 = unrated/clear rating, 10.0 = 5 stars)."
52 },
53 "hub_items_limit": {
54 "label": "Items per hub",
55 "description": "Maximum number of items to load from each hub (default: 10)"
56 },
57 "extended_recommendations": {
58 "label": "Extended recommendations",
59 "description": "Show additional recommendation hubs in the dashboard, including 'Mixes For You', recent library playlists, and 'On This Day' releases. Matches the hub set Plex's own clients surface. Changes take effect on the next recommendations refresh."
60 },
61 "gdm": {
62 "label": "Use Plex GDM to discover local servers",
63 "description": "Enable \"GDM\" to discover local Plex servers automatically.",
64 "action_label": "Use Plex GDM to discover local servers"
65 },
66 "auth_myplex": {
67 "label": "Authenticate with MyPlex",
68 "description": "Authenticate with MyPlex to access your library.",
69 "action_label": "Authenticate with MyPlex"
70 },
71 "auth_local": {
72 "label": "Authenticate locally",
73 "description": "Authenticate locally to access your library.",
74 "action_label": "Authenticate locally"
75 },
76 "auth": {
77 "label": "Clear authentication",
78 "description": "Clear the current authentication details.",
79 "action_label": "Clear authentication"
80 },
81 "auth_method": {
82 "label": "How do you want to sign in?",
83 "options": {
84 "myplex": "Plex account (recommended)",
85 "local": "Local username and password"
86 }
87 }
88 },
89 "setup_flow": {
90 "discovering": {
91 "progress_text": "Searching for Plex servers on your network..."
92 },
93 "server": {
94 "title": "Plex server details",
95 "description": "Enter the address of your Plex Media Server, or confirm the discovered one."
96 },
97 "auth_method": {
98 "title": "Choose how to connect",
99 "description": "Sign in with your Plex account, or connect directly to a server that allows access without an account."
100 },
101 "myplex_auth": {
102 "title": "Sign in to Plex",
103 "description": "Sign in with your Plex account in the window that opens to authorize Music Assistant."
104 },
105 "finalizing_auth": {
106 "progress_text": "Completing sign-in with Plex..."
107 },
108 "loading_libraries": {
109 "progress_text": "Loading libraries from your Plex server..."
110 },
111 "library": {
112 "title": "Choose a library",
113 "description": "Pick the Plex library to use and whether it holds music, audiobooks, or podcasts."
114 },
115 "abort": {
116 "myplex_auth_failed": "Could not complete sign-in with your Plex account. Please try again."
117 }
118 },
119 "errors": {
120 "no_libraries": "No compatible libraries were found on this Plex server."
121 },
122 "manifest": {
123 "description": "Stream your personal music, podcasts, and radio via your Plex media server."
124 }
125}
126