Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 3 matches

by javahandbook
Sun Dec 13, 2015 10:28 pm
Forum: Plugin Support
Topic: SchedulGhost
Replies: 174
Views: 105258

Re: SchedulGhost

Dear Pako,

I finally figured out where the problem is.

When EventGhost exits, it asks SchedulGhost to perform dataToXml() again .

If the size of SchedulGhost.xml is sufficiently large, EventGhost doesn't have enough time to save all the data into the xml. especially when I perform automatic power ...
by javahandbook
Sun Dec 13, 2015 3:57 am
Forum: Plugin Support
Topic: SchedulGhost
Replies: 174
Views: 105258

Re: SchedulGhost

Hi there,

I checked the code and found that maybe we should put "close()" right after "dom.writexml(writer, encoding = 'utf-8')"....

Thus,

dom.writexml(writer, encoding = 'utf-8')
writer.close()
f.close()


Let me test for weeks and see if it works.
by javahandbook
Sat Dec 12, 2015 5:08 am
Forum: Plugin Support
Topic: SchedulGhost
Replies: 174
Views: 105258

Re: SchedulGhost

SchedulGhost.xml was not safely saved when computers automatically shutdown.

I used SchedulGhost to control TV recording in a computer. However, sometimes when recording finishes and the computer is about to shutdown,

the SchedulGhost.xml does not flush the data in the memory. Then, the xml is ...