Belgium
hi dvdfreak,
is it possible to change the TVE3 plugin to only sync TV channels? (it also tries to sync the epg of radio channels)
i would like to make the changes myself but i can not find the sources for the plugin.
Belgium
I'm confused:
Doesn't the scheduler work with TV3?
Belgium
Error: StatementErrorUnclassified
Gentle.Common.GentleException: select GuideProgramId, GuideChannelId, Title, StartTime, StopTime, SubTitle, Description, Category, IsRepeat, IsPremiere, VideoAspect, SeriesNumber, EpisodeNumberDisplay, EpisodeNumber, EpisodeNumberTotal, EpisodePart, EpisodePartTotal, Rating, StarRating, Director, Actors, LastModifiedTime, IsDeleted, Version from GuideProgram where GuideChannelId = @GuideChannelId and StopTime > @StopTime and StartTime < @StartTime order by StartTime; ---> System.Data.SqlClient.SqlException: Timeout ist abgelaufen. Das Zeitlimit wurde vor dem Beenden des Vorgangs überschritten oder der Server reagiert nicht.
Switzerland
hi dvdfreak,
is it possible to change the TVE3 plugin to only sync TV channels? (it also tries to sync the epg of radio channels)
Good point!
i would like to make the changes myself but i can not find the sources for the plugin.
I'm attaching the source to this post, and I'll also add it to the first post of this thread.
If anyone else is interested in improving the plugin (e.g. to make it sync deleted recordings too, like Midget pointed out), feel free of course. Just please send me the modified source so I can incorporate and merge all changes.
Error: StatementErrorUnclassified
Gentle.Common.GentleException: select GuideProgramId, GuideChannelId, Title, StartTime, StopTime, SubTitle, Description, Category, IsRepeat, IsPremiere, VideoAspect, SeriesNumber, EpisodeNumberDisplay, EpisodeNumber, EpisodeNumberTotal, EpisodePart, EpisodePartTotal, Rating, StarRating, Director, Actors, LastModifiedTime, IsDeleted, Version from GuideProgram where GuideChannelId = @GuideChannelId and StopTime > @StopTime and StartTime < @StartTime order by StartTime; ---> System.Data.SqlClient.SqlException: Timeout ist abgelaufen. Das Zeitlimit wurde vor dem Beenden des Vorgangs überschritten oder der Server reagiert nicht.
I may have an explanation for this problem. Is it possible that you have:
Both of these together could mean that the query used by TV Scheduler will be quite heavy for SQL Express so that it takes a lot longer to complete the query than usually, especially if your system is under load.
- a LOT of guide data, so many channels with many programs?
- complex schedules that use one or more Contains rules, and typically without any channels limitation on top of that?
I'm going to add a much longer timeout for that one particular query in the next version, hoping that this will fix this problem.
Belgium
hi dvdfreak,
here is the changed source, it was just a small change![]()
Switzerland
hi dvdfreak,
here is the changed source, it was just a small change![]()
I'll add this to the next release. If people really want this sooner, feel free to post some binaries.
check if TVServer ist online
if
just connect and bring up the console
else
send WOL package to the server to bring it up,
if seccessful
connect and open the console
else
wait for user instructions (e.g. if you start the program the fist time)