/mediaplayer

Simple mediaplayer in the browser with the help of nextjs and sqlite

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

mediaplayer

Simple mediaplayer in the browser with the help of nextjs and sqlite

Build

npm i
npm run export

Run

npm run serve

Go to http://localhost:5000

SQL

Rewrite file host:

UPDATE File SET host = 'https://mydomain.com';

Show schema:

SELECT name FROM sqlite_schema WHERE type ='table';