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

A collection of scripts for mpv player

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

##################################### Is this a request for a brand new script? If so please make a Discussion thread instead ##################################### **Is your feature request related to a problem? Please describe.** A...

enhancement

##################################### Is this a request for a brand new script? If so please make a Discussion thread instead ##################################### **Is your feature request related to a problem? Please describe.** No...

enhancement
keep-session

##################################### Is this a request for a brand new script? If so please make a Discussion thread instead ##################################### **Is your feature request related to a problem? Please describe.** I...

enhancement

There's no problem for me using ctrl+y and shift+y. But I want to put it in a menu for uosc and add a control button for it. But I don't...

I already created my own version of this: Relevant code: ```lua local excluded = false --Excluded directories (Also excludes subdirectories) local excludes = { '/mnt/storage/excluded/folder', 'C:\excluded\folder' --might need double backslashes...

enhancement
keep-session

Many scripts do not work anymore with mpv 0.38 because they deprecated some features used by scripts. Are there any plans to update youtube-search to make it work with newer...

bug