Production-readiness pass: security hardening, performance improvements, new services (send_message, set_repeat, refresh_library), diagnostics, reauth flow, image proxy, per-instance device IDs, exponential WS reconnect backoff, ID validation, stale device cleanup, and supporting integration plumbing. Three rounds of independent code review applied. See RELEASE_NOTES.md for the full changelog.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"api_key": "API Key",
|
||||
"ssl": "Use SSL"
|
||||
"ssl": "Use SSL",
|
||||
"verify_ssl": "Verify SSL certificate"
|
||||
}
|
||||
},
|
||||
"user_select": {
|
||||
@@ -17,6 +18,13 @@
|
||||
"data": {
|
||||
"user_id": "User"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Re-authenticate Emby",
|
||||
"description": "Provide a new API key for {host}. The previous key is no longer accepted by the server.",
|
||||
"data": {
|
||||
"api_key": "API Key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
@@ -26,7 +34,8 @@
|
||||
"unknown": "An unexpected error occurred."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "This Emby server and user combination is already configured."
|
||||
"already_configured": "This Emby server and user combination is already configured.",
|
||||
"reauth_successful": "Re-authentication was successful."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
@@ -39,5 +48,39 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"send_message": {
|
||||
"name": "Send message",
|
||||
"description": "Display a message on the Emby client.",
|
||||
"fields": {
|
||||
"message": {
|
||||
"name": "Message",
|
||||
"description": "The text to display."
|
||||
},
|
||||
"header": {
|
||||
"name": "Header",
|
||||
"description": "Optional header/title."
|
||||
},
|
||||
"timeout_ms": {
|
||||
"name": "Timeout (ms)",
|
||||
"description": "How long to display the message in milliseconds."
|
||||
}
|
||||
}
|
||||
},
|
||||
"set_repeat": {
|
||||
"name": "Set repeat mode",
|
||||
"description": "Change the current Emby session's repeat mode.",
|
||||
"fields": {
|
||||
"repeat_mode": {
|
||||
"name": "Repeat mode",
|
||||
"description": "RepeatNone, RepeatOne or RepeatAll."
|
||||
}
|
||||
}
|
||||
},
|
||||
"refresh_library": {
|
||||
"name": "Refresh library",
|
||||
"description": "Trigger an Emby library scan."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user