I just refreshed the TvScheduler.Setup.zip in the first posting. The following things are now fixed since the very first upload this morning:
- Fix for broken guide data: if a programme's stop time is missing the start time of the following program is used as a fallback (if there is a next programme).
- Encoding of XMLTV files is now read from the first line of the guide file.
- Bug fix: permission to xmltv directory for "Everyone" is now also working for non-english installations.
If you tested with the previous version I would suggest you delete all guide and channel data:
Code:
DELETE FROM GuideProgram
DELETE FROM TvChannel
DELETE FROM GuideChannel
I will add a way to delete all program data to the next version of the Management Console so you don't have to run these SQL commands manually. But for now I'm afraid this is the only way
