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: 5 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T02:28:41.000Z (over 1 year ago)
- Last Synced: 2025-04-08T23:41:58.315Z (about 1 year ago)
- Topics: anime, japanese, linux, macos, mpv, mpv-player, video-player, windows, wrapper
- Language: TypeScript
- Homepage:
- Size: 53.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- 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
```