-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoTimers not being saved to disk #591
Comments
It may also be useful for the PVR-end Open Webif code to save timers.xml and bouquets files when they are changed in Open Webif, if that doesn't happen already. autotimers.xml can also be updated just by opening the AutoTimers list screen and pressing GREEN Save, which is simpler that the methods Ian suggests, but it shouldn't be necessary. |
Auto Save of Autotimer is a very bad idea. There is only one option: |
Can you please explain the problem with saving AutoTimers if they are changed via OpenWebif. I don't understand the option suggested. |
It makes no sense to save an timer before u are finished. The openwebif use only the autotimer plugin api and do not write the autotimer.xml. I will close this and i have open an issue for the autotimer plugin. |
When AutoTimers are managed via OpenWebif the in memory data structures are correctly created and updated. The problem is that these changes to the data are not save to disk regularly. If the unit crashes or the user removes power without a proper shutdown then AutoTimers created by OpenWebif can be lost.
This request asks that AutoTimers be written to disk more often by OpenWebif.
A current workaround is to execute a shut down to save the data (not very convenient). Alternatively manipulate an AutoTimer using the GUI and then save the changes (again not very user friendly).
The text was updated successfully, but these errors were encountered: