mpv-scripts
mpv-scripts copied to clipboard
History for included only folders and support for partial paths
Adds an option to create .mpv.history for folders provided in included list only. If included list is empty, then it will be ignored.
Also makes excluded and included list work with partial paths also, such as folder names and the relative paths.
Sorry for not managing this repo for a long time.
I think it's better to add some logics to deal with the include and exclude options when they appear at the same time. By the way, inspired by @dyphire, I've re-wrote the script, you may need to adapt your code to the new implementation before adding those logics. 😺