Public-flip audit: generalize internal hosts/paths + drop Sulkta-internal refs
URLs, mount paths, and LAN host bindings parameterized via env or relative paths so the repo stands up from a clean clone anywhere. Drop cross-codebase refs internal client/merchant test fixtures, and audit-changelog scaffolding from comments. README terser, technical content preserved.
This commit is contained in:
parent
79af13b8ef
commit
9d70a23df5
6 changed files with 731 additions and 64 deletions
|
|
@ -7,13 +7,14 @@ out of the box once the addon is installed.
|
|||
## Endpoint
|
||||
|
||||
```
|
||||
POST http://<rpi-host>:8080/jsonrpc
|
||||
POST http://<kodi-host>:8080/jsonrpc
|
||||
Authorization: Basic base64(kodi:<password>)
|
||||
Content-Type: application/json
|
||||
```
|
||||
|
||||
Example defaults: `http://kodi-host:8080`, user
|
||||
`kodi`, password `<password>`.
|
||||
Default Kodi user is `kodi`. The HTTP-control web server and a
|
||||
password must be enabled via `Settings → Services → Control` before
|
||||
JSON-RPC works.
|
||||
|
||||
## Play by YouTube ID
|
||||
|
||||
|
|
|
|||
Reference in a new issue