Skip to content
forked from cyl0/ModernX

Hyperminimalist ModernX OSC fork for keybind-onlies

License

Notifications You must be signed in to change notification settings

Trickyni-V56/Meowdern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meowdern

A hyperminimalist fork of the ModernX featuring only a seekbar and time displays. Designed for those who use keybinds almost-exclusively, but still want scrubbing functionality and Thumbfast support.

Screenshot of mpv with the meowdern OSC, also featuring the thumbfast integration

How to install

Linux

  • Put meowdern.lua into ~/.config/mpv/scripts. if the folder doesn't exist- create it!

  • Put Material-Design-Iconic-Font.ttf into the ~/.config/mpv/fonts folder.

  • In mpv.conf, add:

    osc = no
    border = no # Optional, removes winodow borders
    
    # (Optional) Additional options for the OSD (On Screen Display) 
    osd-on-seek=no
    osd-border-size=1
    osd-bar-h=1
    
  • Material-Design-Iconic-Font.ttf can also be downloaded from here.

Windows

  • Put meowdern.lua into \%APPDATA\mpv\scripts. if the folder doesn't exist- create it!

  • Put Material-Design-Iconic-Font.ttf into the \%APPDATA\mpv\fonts folder.

  • In mpv.conf, add:

    osc = no
    border = no # Optional, removes winodow borders
    
    # (Optional) Additional options for the OSD (On Screen Display) 
    osd-on-seek=no
    osd-border-size=1
    osd-bar-h=1
    
  • Material-Design-Iconic-Font.ttf can also be downloaded from here.

Configuration

Edit osc.conf in "~/.config/mpv/script-opts/" folder. Refer to the user_opts variable in the script file for details.

Thumbnails

To enable thumbnails in timeline, install thumbfast. No other step necessary.

Other features

Seekbar

  • Left mouse button: seek to chosen position.
  • Right mouse button: seek to the head of chosen chapter

Playback time

  • Left mouse button: display time in milliseconds

Duration

  • Left mouse button: display total time instead of remaining time

About

Hyperminimalist ModernX OSC fork for keybind-onlies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%