mpv-script-directory icon indicating copy to clipboard operation
mpv-script-directory copied to clipboard

Update uosc config

Open tomasklaen opened this issue 2 years ago • 3 comments

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.

tomasklaen avatar Sep 24 '22 15:09 tomasklaen

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.

FichteFoll avatar Sep 28 '22 11:09 FichteFoll

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.

Nudin avatar Nov 09 '22 00:11 Nudin

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?

tomasklaen avatar Nov 09 '22 07:11 tomasklaen