update installation instructions and add mpv handler setup script

This commit is contained in:
2026-04-18 18:12:17 -07:00
parent 0bd3bff92d
commit 3bd335cfb5
9 changed files with 982 additions and 413 deletions
+5
View File
@@ -5,8 +5,13 @@
"description": "Web-first PWA media player that integrates with Hydrus",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"setup:mpv-handler": "node ./scripts/setup-mpv-handler.mjs",
"install:mpv-handler": "npm run setup:mpv-handler",
"uninstall:mpv-handler": "powershell -NoProfile -ExecutionPolicy Bypass -File .\\scripts\\uninstall-mpv-handler.ps1",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\""
},
"dependencies": {