surrim
surrim
Hello @ovnis82 , are other extensions working?
Can you try to copy the lua file to `%appdata%\Roaming\vlc\lua\extensions` (something like `C:\Users\UserName\AppData\Roaming\vlc\lua\extensions`)? If it's working, please leave some feedback - so I can update the readme file 🚀 See...
> The path you are using is incorrect. Instead of "%appdata%\Roaming\vlc\lua\extensions" it must be "%appdata%\vlc\lua\extensions" because %appdata% is already linking to the Roaming-Folder. Merged with https://github.com/surrim/vlc-delete/pull/21. If there's still trouble...
> The DELETE deletes everything with 'base_property' with an empty subgroup. So all following INSERTs where the subgroup is empty can work (as the property differs), but the failing one...
I can reproduce with `PHP8.1` on `4ecb0770da213a2326f4fe610fba2c2e5ecee334`. No `defines` without "@" found, but everything full of errors: ``` == ERROR-REPORT (BETA/ALPHA-BUILDS) == Warning: Constant LANG_CHARSET already defined in [...]/lang/UTF-8/serendipity_lang_en.inc.php on...
Putting `$serendipity['production'] = true;` into serendipity_config_local.inc.php helped a lot. Now there are other errors [...] Anyway, the error handling should be rewritten. `$serendipity['production']` can be `true`, `false`, `debug`. This value...
It's part of [additional_plugins](https://github.com/s9y/additional_plugins/) repo. I included your code fix on the new [fix/801-serendipity_event_multilingual](https://github.com/s9y/additional_plugins/compare/fix/801-serendipity_event_multilingual) branch. I think there are other things broken somewhere. Unfortunately I can't investigate much time on...
I cherry-picked the two commits into the branch and made a [pull request](https://github.com/s9y/additional_plugins/pull/155/). As I said I can't test it here, but if it's fine, we can merge.
> Here is a a relatively better script than _vlc-delete_ that I wrote using **AutoHotkey (v2+)** that not only works when VLC is in true full-screen mode, unlike _vlc-delete_, but...
I think the name `baseurl` is okay because you can use absolute URLs. Use that in combination with `minifyURLs` from [html-minifier](https://github.com/kangax/html-minifier) to get rid of long/absolute links.