Quebec is actually also a city What online sources do you query? Users might check there first if their city is listed at all.Only cities are supported.
Updating of programs is now done by a scheduled job. Did you try the plugin again, maybe the nightly job filled the content now?You're right BigGranu, I can now see cinema near my city, select 3 of them, returned to homescreen, click cinema and nothing happend.
Updating of programs is now done by a scheduled job. Did you try the plugin again, maybe the nightly job filled the content now?
That's right. But a change in Cinemasettings should also trigger an update.Updating of programs is now done by a scheduled job.
<Property Name="LastUpdate">
<string>21.10.2014</string>
</Property>
Could there be localization issues? If you (de-)serialize date as strings, the computer's CultureInfo is considered.<string>21.10.2014</string>
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Property Name="TaskCollection">
<TaskCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Tasks>
<Schedule>
<Minute>0</Minute>
<Hour>2</Hour>
<Day>-1</Day>
<Interval>-P10675199DT2H48M5.4775808S</Interval>
<Type>TimeBased</Type>
</Schedule>
<ForceRun>true</ForceRun>
<WakeupSystem>true</WakeupSystem>
<LastRun>0001-01-01T00:00:00</LastRun>
<NextRun>2014-10-23T02:00:00</NextRun>
<Expires>9999-12-31T23:59:59.9999999</Expires>
<ID>196bd3da-3eb8-49cf-a801-a6d1f8e571e8</ID>
<Owner>ImporterWorker</Owner>
<Occurrence>Repeat</Occurrence>
</Tasks>
</TaskCollection>
</Property>
</Configuration>
Sure! here it is. The forum doesn't accept *.xaml format, I renamed it .xml.Can you please attach the "Cinema.Settings.CinemaSettings.xml".