Skip to content

Draft: [GSOC 2024] autorun module

Nyima Tamang requested to merge nima64/vlc:autorun-module into master

Autorun module will the middle man for loading lua & wasm plugins. It is enabled by using it's interface. It will allow users to atomically run their extensions without having to click activate, such as chrome extensions.

Currently it just activates previously activated extensions, which prompts dialog on startup. Changes need to made such that dialogs can only be triggered by user interaction or an event.

Edited by Nyima Tamang

Merge request reports