mpv-scripts
mpv-scripts copied to clipboard
This repository contain scripts I have made for mpv media player...
The title is self-explanatory. I want to know when I accessed a file last time. Thought it would be another cool addition to an already great script set
Using the Foxytab extension, I can mass copy the links for youtube videos I have open in different tabs, and hypothetically paste them into MPV. Unfortunately, the player only loads...
Hi, I want to mention when a file has a ` then clipboard is empty how to clipboard a file path/file name. Thank you.
This fixes issue #51: for example "temp\home" is shown as "temp ome".
When a directory starts with "h" on windows, the path is should contain "\h", for example "temp\home". Instead, the "\h" is transformed into whitespace and "temp ome" is printed: ...
Code refer to https://github.com/CogentRedTester/mpv-file-browser/commit/b90c5a94edf3dd5497cab64e6178b0502e0cfb38 This allows users to set conditional auto-profiles depending on the open state of menu. Here is an example of an auto-profile that hides the OSC logo...
Please refer to https://github.com/mpv-player/mpv/issues/10201 , https://github.com/CogentRedTester/mpv-file-browser/issues/55. It seems like a good idea that store the menu open status in the `shared_script_properties` property and using conditional auto-profiles. This method can be...
When replacing the old smarthistory.lua with the new SimpleHistory.lua, the new version won't work if the old mpvHistory.log is still located in /.config/mpv/. It doesn't even throw an error message....