This is a project using Svelte on tauri. Repositories are below.
Youtube client app for Desktop. You can run it on Windows.
- Like mobile app UI
- No ad
- [working] Loop the same movie
- [working] An endless play in Playlist, random movies, etc
Waiting for your feature request at isuues.
Note that you will need to have Node.js and Rust installed.
Install the dependencies...
cd red-player
npm install
...then start Rollup:
npm run tauri dev
To create an optimised version of the app:
npm run tauri build