Is there a way, from a plugin, to save immediately the setup.conf
instead of waiting a proper VDR shutdown?
I a word how to call Setup.Save() from a plugin method ?
Calling Setup.Save() should be fine, unless you do it from a background
thread. VDR does call it too for its own setup pages in
cMenuSetupBase::Store().
Is there a way, from a plugin, to save immediately the setup.conf
instead of waiting a proper VDR shutdown?
I a word how to call Setup.Save() from a plugin method ?
Calling Setup.Save() should be fine, unless you do it from a background
thread. VDR does call it too for its own setup pages in
cMenuSetupBase::Store().