TVSetup problem. (1 Viewer)

huha

Extension Developer
January 3, 2008
890
556
Home Country
Germany Germany
Those settings seem to come from an old BackupSettings version if you used it before Sept. 2011. I found them also on one of my systems.
I am planning to release a cleanup in the export method and will remove a setting if it starts with "analog", "atsc", "dvbc","dvbt","dvbip" and the value is "NOTFOUND". I expect to have a test version tonight and will try to catch the train for the 1.6 final release.
 

wjw

Portal Pro
July 13, 2008
378
45
Home Country
United Kingdom United Kingdom
huha,

I'm pretty sure I used it for the first time earlier this year, certainly not as far back as Sept. 2011, so can't explain why those settings were in my system.
 

huha

Extension Developer
January 3, 2008
890
556
Home Country
Germany Germany
wjw, mm135200,
thanks a lot for your postings here. I finally found out that the line
setting = layer.GetSetting("Backup_SettingsSetup_TV_PROGRAM_FOLDER", "NOT_DEFINED");
does store the setting already in the database with the default value. I always thaught that persist() is needed for that.
So I have added a removal of temporary settings. This now fully explains the behavior you obserevd and was in all versions.
 

wjw

Portal Pro
July 13, 2008
378
45
Home Country
United Kingdom United Kingdom
huha,

Glad you found the problem and that I've been able to help in some small way.
 

Users who are viewing this thread

Top Bottom