mpv-scripts icon indicating copy to clipboard operation
mpv-scripts copied to clipboard

mpv lua scripts

Results 18 mpv-scripts issues
Sort by recently updated
recently updated
newest added

Only activate visualizer if there would be a window anyways. Closes #21

Without the script when playing music files from terminal, mpv does not open a window and played music in terminal only. With script, when playing the music file from terminal,...

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

the image loads, but some part of the data is corrupted in the base64 https://github.com/mfcc64/mpv-scripts/blob/master/visualizer.lua

I don't understand lua, how can I change the color of "showwaves" I want the waves to be white

Hi, I noticed you use mp.register_event("playback-restart", ... ), to update EQ values, when seeking. I'm on Windows 10, and this is indeed necessary for me, otherwise I lose the current...

Thanks for these great scripts. I was just wondering how did you came up with such peculiar firequalizer gain equation values: _cubic_interpolate(2.8853900817779269*log(f/157.48+1)_ In the documentation, the default is simply: _cubic_interpolate(f)_...

Could there be an option to show the album art (Maybe darkened) behind visualizations?

enhancement
help wanted

Hello, title says it all, wether I use the --replaygain=type option or the replaygain=type key/value in my config, having visualizer.lua in my scripts dir disable replaygain application.

- add visualizer.lua to the mpv scripts - set `mode` to `novideo` or `force` - play a audio track - switch to the album art - Segmentation fault (core dumped)...