Surface the existing pin (keep-from-cull) and per-file delete actions as visible inline buttons on each offline cache row instead of context-menu-only: a star toggles protection from auto-cull (and restore-if-missing), a trash culls that file early. Aligns wording/icons to the star metaphor. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
26 lines
760 B
JSON
26 lines
760 B
JSON
{
|
|
"name": "@lilith/portable-net-tv",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Buffered media streamer: prefetch episodes ahead, delete watched, keep playlist topped up over slow links. (control-plane components shared with host daemon on always-on host)",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"bin": {
|
|
"portable-net-tv": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@tv-anarchy/types": "workspace:*",
|
|
"@tv-anarchy/config": "workspace:*",
|
|
"@tv-anarchy/media": "workspace:*",
|
|
"@tv-anarchy/net": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|