View Single Post
Old 2008-05-20, 17:12   #7 (permalink)
MoPhat
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 662
Thanks: 4
Thanked 43 Times in 10 Posts

Country:

My System

Default

Ok, new tests are done.

- I have rebuilded a new TVS DB on the SQL2005 express.
- Have not imported the old settings
- Installed a clean new installation of my desktop pc

Test started at 18:01
- select with the R button to record the show
- waited if the message is appearing for that the recording has startes, yes its appeard
- checked the recording folder on the server... no new file
- closed at 18:03 MediaPortal
- file is created

logfiles attached, MP logfile was created in debug mode.




maybe this info helps:
i'm writing at moment a new plugin and if i write with the
i have noticed too that if i write with this method

Code:
 using (MediaPortal.Profile.Settings xmlwriter = new MediaPortal.Profile.Settings(Config.GetFile(Config.Dir.Config, "test.xml")))
              {
                   xmlwriter.SetValue(SectionName, "Titel01", txtTitel01.Text);
  }
a entry in the config file, the updates fires til MP is closing(!?)

> that behaviour i have noticed on 3 different PCs.

can anyone check this strange behaviour?


MoPhat
Attached Files
File Type: rar Logs.rar (19.6 KB, 2 views)
MoPhat is offline   Reply With Quote