diff options
Diffstat (limited to 'docs/apps.md')
| -rw-r--r-- | docs/apps.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/apps.md b/docs/apps.md index a032f56..a68a6e6 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -190,11 +190,11 @@ the only node-side touches, and both are allow-lists, not new wire messages. app can reuse the same node-side machinery (thumbnail cache, chunk-path delivery) without re-deciding any of this. - **Videos, Music, Photos themselves.** Videos is now built (`video-app.js`, - `docs/mediacenter.md`). Music and Photos remain deliberately out of scope - — see `meshbay-draft-v6.md` §2.7. The infrastructure in this document was - proven end-to-end first with Chat/Files, then with Videos; Music/Photos - are additive from here, and can reuse Videos' thumbnail/chunk-delivery - machinery rather than re-deciding it. + `docs/mediacenter.md`). Music is **planned, not built** — see + `docs/musicbay.md` — and reuses Videos' node-side thumbnail/chunk-delivery + machinery, with no new streaming path (a track is small enough to + download-then-play, unlike a film). Photos remains deliberately out of + scope — see `meshbay-draft-v6.md` §2.7. - **The offline/loopback settings path.** `member_upload` can be toggled two ways: over a live MNP connection, or (Electron only) via the node's local HTTP API when MNP isn't connected (`platform.node.call('PUT', .../member- |