mpv-osc-tethys icon indicating copy to clipboard operation
mpv-osc-tethys copied to clipboard

An OSC UI replacement for MPV with icons from the bomi video player. Also contains thumbnail preview and a picture-in-picture button.

Results 19 mpv-osc-tethys issues
Sort by recently updated
recently updated
newest added

I'm getting the `[mpv_thumbnail_script_server] Thumbnailing command failed!` error And the cache text is not appearing

I copied it all according to your configuration. All the previous functions were normal. From these two versions, the fast forward and fast backward buttons did not respond

Hi, I am trying to get rid of the seek bar chapter text so that only the time is displayed when I seek. From what I could see`chapter_fmt=no` to disable...

I would like to suggest describing in the documentation that frontends like mpv.net are only supported when mpv/ffmpeg is in PATH.

Hello First I want to say that this is (in my opinion) by far the best OSC for MPV out there. You've done a great job with the customization options...

I've managed to create a new playlist list with the following dimensions. Each entry has 2 lines for the filename. ```lua local plEntryWidth = 360 local plEntryFontSize = 24 local...

The track numbers padding is insufficient when you have a double digit amount of subtitle tracks or audio tracks ![image](https://user-images.githubusercontent.com/20108256/171233763-24240751-036d-41fb-a004-76eac3845da1.png)

Mplug is like a package manager but for mpv scripts. Please add your script there (if already not there) and also installation instructions in manifest - https://github.com/Nudin/mpv-script-directory/blob/master/HOWTO_ADD_INSTALL_INSTRUCTIONS.md

Hi, I modify some values of hotkeys in input.conf. Is there a way to read the value from the file and update hover animations? Thanks

Initially written up in https://github.com/Zren/mpvz/issues/13 Here's the base `osc.lua` we can copy to `~/.config/mpv/scripts/osc.lua`. * https://github.com/mpv-player/mpv/blob/master/player/lua/osc.lua Then I added this to `~/.config/mpv/mpv.conf` ```ini keep-open=yes sub-scale-with-window=no osd-scale-by-window=no keepaspect-window=no osc=no border=no ```...

documentation