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
("mirrors clawdforge's pattern"), Sulkta-Coop client/merchant test fixtures,
and audit-changelog scaffolding from comments. README terser, technical content
preserved.
This commit is contained in:
parent
920dd9e597
commit
8902007874
8 changed files with 739 additions and 72 deletions
|
|
@ -31,7 +31,7 @@
|
|||
`?url=<full-url>` — wired so JSON-RPC `Player.Open` from any LAN client
|
||||
(phone, HA, curl) triggers resolve + play. See docs/remote-control.md.
|
||||
- [ ] cross-compile sidecar for aarch64, drop into `bin/` of addon dir
|
||||
- [ ] install + smoke on LibreELEC RPi at `192.168.0.158`
|
||||
- [ ] install + smoke on a LibreELEC RPi on the LAN
|
||||
- [ ] (later) hardcoded list of 3 test videos for in-Kodi navigation
|
||||
|
||||
## M4 — search + channel browse [PARTIAL]
|
||||
|
|
@ -73,9 +73,9 @@
|
|||
aarch64 dynamic loader doesn't exist; Python zipapp runs on
|
||||
`/usr/bin/python3` which is always there).
|
||||
- [x] zip layout matches Kodi "install from zip" expectations
|
||||
- [x] addon.zip dropped at `smb://lucy/downloads/torttube/`
|
||||
- [x] addon.zip dropped at `dist/` under the repo root
|
||||
- [x] install + smoke recipe documented at `docs/install.md`
|
||||
- [x] **installed on Livingroom Pi** (`192.168.0.158`) via SSH +
|
||||
- [x] **installed on a LibreELEC Pi** via SSH +
|
||||
`systemctl restart kodi` + `Addons.SetAddonEnabled`
|
||||
- [x] **JSON-RPC `Player.Open` smoke verified** — Rick Astley played
|
||||
end-to-end with audio + video synced (yt-dlp `-f best[ext=mp4]/best`
|
||||
|
|
@ -103,8 +103,8 @@ Our delegation:
|
|||
on the `tv_unplugged` client — succeeds on the next client without
|
||||
needing the user to link an account
|
||||
|
||||
Verified live on Livingroom Pi 2026-05-23 — LTT 'Trump Phone' video
|
||||
played at 1080p with audio, fullscreen.
|
||||
Verified live on a LibreELEC Pi 2026-05-23 — 1080p H.264 with synced
|
||||
audio, fullscreen.
|
||||
|
||||
Settings: `prefer_pv_youtube` (default true). Disable to fall through
|
||||
to our native DASH/progressive paths.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue