mpv-script-directory
mpv-script-directory copied to clipboard
Update uosc config
uosc has a stable version archive download: https://github.com/tomasklaen/uosc/releases/latest/download/uosc.zip
But as I'm reading the docs, zip installs are not supported? So I've just updated the current config that installs from main branch. This might lead to people installing development versions, but I guess better than nothing.
Also how do you handle config files? I was afraid to put the default config there in fear that it might overwrite peoples' current one.
I suppose you could snapshot the latest released version in a stable
branch (or do development on a develop
branch) to circumvent that limitation/workflow.
No, zip is not supported.
Since you "only" renamed your account, but the plugin stays the same – I wonder whether we should keep the old plugin id and/or folder-name. So that for people who installed it in the past, there's no risk to install it twice – that would probably cause problems.
There's been more changes since this PR. The script was modlarized so it's no longer a single file, but comes with scripts/uosc.lua
and scripts/uosc_shared
folder that is full of files. What's the best way to handle this? Do I have to specify every file in the scriptfiles
, or can I just put the folder there?