Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```