/
/
/
1{
2 "config_entries": {
3 "plex_provider_id": {
4 "label": "Plex Music Provider",
5 "description": "Select the Plex music provider to use for this connection."
6 },
7 "mass_player_id": {
8 "label": "Music Assistant Player",
9 "description": "Select the MA player to advertise as a Plex remote client."
10 },
11 "player_name": {
12 "label": "Player Name in Plex",
13 "description": "Custom name for this player as it appears in Plex apps. Leave empty to use the player's name."
14 },
15 "device_class": {
16 "label": "Device Class",
17 "description": "How this player appears in Plex apps.",
18 "options": {
19 "speaker": "Speaker",
20 "phone": "Phone",
21 "tablet": "Tablet",
22 "stb": "Set-Top Box",
23 "tv": "TV",
24 "pc": "PC",
25 "cloud": "Cloud"
26 }
27 },
28 "port": {
29 "label": "Network Port",
30 "description": "TCP port this player is advertised and reachable on in Plex apps. Leave empty to auto-assign a free port and remember it for this instance."
31 }
32 },
33 "setup_flow": {
34 "user": {
35 "title": "Choose what to expose to Plex",
36 "description": "Pick the Plex server this player should show up on, and the Music Assistant player to expose."
37 },
38 "abort": {
39 "no_plex_provider": "No Plex music provider is loaded. Make sure your Plex provider is set up and working, then try again.",
40 "no_players": "No players are available yet. Add a player to Music Assistant first, then try again."
41 }
42 },
43 "manifest": {
44 "description": "Makes a Music Assistant player appear as a device in the official Plex apps."
45 }
46}
47