Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aramrw/mpv-shelf
Windows folder wrapper to keep track of videos
https://github.com/aramrw/mpv-shelf
anime japanese linux macos mpv mpv-player video-player windows wrapper
Last synced: about 1 month ago
JSON representation
Windows folder wrapper to keep track of videos
- Host: GitHub
- URL: https://github.com/aramrw/mpv-shelf
- Owner: aramrw
- License: agpl-3.0
- Created: 2024-02-15T06:56:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T21:24:58.000Z (4 months ago)
- Last Synced: 2024-08-24T22:32:13.988Z (4 months ago)
- Topics: anime, japanese, linux, macos, mpv, mpv-player, video-player, windows, wrapper
- Language: TypeScript
- Homepage:
- Size: 53.4 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is mpv-shelf?
- Mpv Shelf is a **Windows** folder wrapper to organize videos you would like to keep track of.
- Created for **[mpv](https://mpv.io/)** in particular, however it _can_ be used with any video player, but most features may not work.
## Features
- Houses all your video/anime folders in one place.
- Keeps track of which videos you have/haven't watched.
- Renames subtitle files to match videos.
- Allows for deeply nested folder navigation.
- Tracks various stats + watchtime.
- Shuts down while videos are playing to save memory.**mpv-shelf is made with [Tuari](https://tauri.app/about/intro) & [NextJS](https://nextjs.org/).**
## Contributing 🖥️
- #### clone the project ⬇️
```
git clone https://github.com/aramrw/mpv-shelf
```- install dev-dependencies.
```
npm i
```- run the dev server.
```
npm run tauri dev
```