christoph-heinrich / sosc

An OSC supplement for OSC replacements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sosc

A stripped down version of osc.lua to supplement OSC replacements like uosc with the idle screen and messages provided by the original OSC.

It listens to all the script messages and sets shared-script-properties just like osc.lua does, except for the osc-visibility message and the osc-visibility andosc-margins shared-script-properties because those don't make sense without actually displaying an interface.

Your configuration for the original OSC will be used automatically.

Installation

  1. Save the osc.lua into your scripts directory
  2. Make sure you have osc=no in your mpv.conf
  3. For uosc make sure you have disable_elements=idle_indicator in uosc.conf or script-opts-append=uosc-disable_elements=idle_indicator in your mpv.conf.

About

An OSC supplement for OSC replacements.

License:GNU General Public License v2.0


Languages

Language:Lua 100.0%