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