For The Record - The rule-based scheduling suite (1 Viewer)

vertiger

Portal Pro
July 8, 2007
141
14
Home Country
Switzerland 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)

i would like to make the changes myself but i can not find the sources for the plugin.
 

dvdfreak

Portal Pro
June 13, 2006
979
178
Home Country
Belgium 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)

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.
 

dvdfreak

Portal Pro
June 13, 2006
979
178
Home Country
Belgium 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.

I may have an explanation for this problem. Is it possible that you have:

  1. a LOT of guide data, so many channels with many programs?
  2. complex schedules that use one or more Contains rules, and typically without any channels limitation on top of that?
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.

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.
 

vertiger

Portal Pro
July 8, 2007
141
14
Home Country
Switzerland 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.

hi dvdfreak,

here is the changed source, it was just a small change :)
 

wunschkind

Portal Pro
January 10, 2005
186
0
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:

  1. a LOT of guide data, so many channels with many programs?
  2. complex schedules that use one or more Contains rules, and typically without any channels limitation on top of that?
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.

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.

hi dvdfreak ... this would be great. thank you ... i´ll try then.

wunschkind
 

Monchi

Portal Pro
January 7, 2008
78
8
Hi everbody,

is the source of the management console available?

I want to modify the startup procedure a little bit.
My plan is to integrate an automatic Wake-On-Lan feature.

it should work this way:

Code:
  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)

MOnchi

ps.: would be nice if you can put the source on the SVN so overybody has axx to the lastes ones ;)
 

Users who are viewing this thread

Top Bottom