Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0dist/oscc
Dark-themed interface for the mpv player
https://github.com/0dist/oscc
mpv mpv-osc mpv-player mpv-script
Last synced: 3 months ago
JSON representation
Dark-themed interface for the mpv player
- Host: GitHub
- URL: https://github.com/0dist/oscc
- Owner: 0dist
- Created: 2022-03-23T12:01:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T10:39:25.000Z (10 months ago)
- Last Synced: 2024-05-19T18:15:43.027Z (6 months ago)
- Topics: mpv, mpv-osc, mpv-player, mpv-script
- Language: Lua
- Homepage:
- Size: 724 KB
- Stars: 42
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - oscc - Dark-themed OSC. (On Screen Controller)
README
![example](https://github.com/longtermfree/oscc/blob/main/example.jpg)
> [!IMPORTANT]
> v0.37.0 and up are currently not supportedBased on the original [osc](https://github.com/mpv-player/mpv/blob/master/player/lua/osc.lua)
Compatible with [thumbfast](https://github.com/po5/thumbfast)
## How to install
Make sure you already have or created `mpv.conf` file, `scripts`, `script-opts` and `fonts` folders in your mpv directory[oscc.lua](https://github.com/longtermfree/oscc/blob/main/oscc.lua) into `scripts`
[oscc.ttf](https://github.com/longtermfree/oscc/blob/main/oscc.ttf) into `fonts`
In `mpv.conf` put:
```
osc=no
cursor-autohide=3500 #synchronized with hidetimeout
osd-bar=no
```
Volume slider could be disabled in `osc.conf` which is in `script-opts`
```
volseekbar=no
```