NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 10 11 12 13 14 … 125 Next »
TV Listings - Support Thread

 
  • 0 Vote(s) - 0 Average
TV Listings - Support Thread
fpdave
Offline

Junior Member

Posts: 47
Threads: 15
Joined: Mar 2006
#141
2007-01-22, 07:44 PM
How can I show more hours in the tv Listings? Ideally I'd also like a slightly smaller font to enable this.

I second the IMDB lookup - that would be cool
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#142
2007-01-23, 08:12 AM
Hi,

fpdave Wrote:How can I show more hours in the tv Listings? Ideally I'd also like a slightly smaller font to enable this.

I second the IMDB lookup - that would be cool

For adjusting the timespan shown by the guide have a look at the following line of your skin.xml file:
Code:
<SpecialElement name="Guide" loc="130,80" size="540,280" visibleChannels="7" guideMinutes="120" scrollMinutes="60" showNavigation="false" borderWidth="2" showStatusColor="false" showStatusIcon="true" brightenCurrentShowsPercent="16"/>
Here you can specify the shown minutes in the "guideMinutes" attribute.

You can specify the used font and its size in the following line:
Code:
<TextStyle name="Guide" color="LightGray" typeFace="Arial" size="12" style="bold"/>

-alibert
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#143
2007-01-25, 04:56 AM
The instructions say to move the file to the GBPVR installation directory. That stumps me. Where is that? Is this the proceedure for all plugins?
Thanks
jburnette
Offline

Junior Member

Posts: 31
Threads: 2
Joined: Jan 2007
#144
2007-01-25, 05:13 AM
jackk Wrote:The instructions say to move the file to the GBPVR installation directory. That stumps me. Where is that? Is this the proceedure for all plugins?
Thanks

The installation directory, by default, is C:\Program Files\devnz\gbpvr
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#145
2007-01-26, 05:45 PM (This post was last modified: 2007-01-27, 04:06 AM by jackk.)
I loaded the TV listing plugin into the dvnz directory and unzipped it. It appeared in the config program and I configured it.
When I went back to the Gbpvr program, I found tht I cold not watch TV or make any recordings. When I clicked on their buttons, I got a message that it "Failed to locate configured capture card". However I am able to do these things under the previous TV Guide plugin. I went back to the config program and enabled the old plugin, and got the same error message. I assume this change is due to the attempt to install the new plugin
I just downloaded this version and it is 99.5. I included a zip of all of the logs. I've not done this before so if there is anything else please let me know
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#146
2007-01-27, 07:59 AM
Hi,

it seems that your capture card has not been set up completely, which has nothing to do with the TV Listings plugin itself or its configuration. There seems to be a problem with your second capture source, which is used first when watching live tv:

Code:
1/25/2007 11:02:41 PM.046    VERBOSE    [1]    PreviewLiveTV(36)
1/25/2007 11:02:41 PM.187    VERBOSE    [1]    PreviewLiveTV() done
1/25/2007 11:02:41 PM.265    WARNING    [1]    Attempt to switch to channel that has do tuning information
1/25/2007 11:02:41 PM.281    VERBOSE    [1]    exception: GBPVR.Backend.Common.GbpvrException: Channel Tuning information not known
   at GBPVR.Backend.Common.BDARecordingSource.getPreviewGraph(ChannelTuning channelTuning)
   at GBPVR.xb3e61f7448c39547.x4276385f71addb51(Channel xee500015fb4a65b6)
   at GBPVR.xb3e61f7448c39547.x4276385f71addb51()
   at GBPVR.x4a212861656a24dd.x3852f96f8dab4cab()
   at GBPVR.x572d4361c9c5b8cd.Activate()
   at GBPVR.x86396f56243de9fb.OnClick(Point location)
   at GBPVR.xbb1566157f5f8b1f.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at GBPVR.xbb1566157f5f8b1f.WndProc(Message& m)

-alibert
piotre
Offline

Member

Posts: 75
Threads: 18
Joined: Feb 2005
#147
2007-01-27, 11:49 AM
piotre Wrote:I seem to have an issue with TV Listings and reoccurring recordings with updated padding time:

I select a show from the TV Listings for reoccurring recording and change the default padding time. The show will then appear in the Recordings under reoccurring with the updated padding time but the individual recordings will have the default padding.

Eventhough the reoccurring is showing the updated padding the individual shows are not scheduled with this value,

I hope, I could explain it so alibert can understand the problem. Doublechecking with the original TV Guide does not produce this problem. Here the reoccurring and the individual padding times are identical.

I hope, this can be solved easily...

Cheers,
Piotre

I just wanted to get this up again. It is not that big of a deal as I now use the regular TV Guide for reoccurring recordings but I would really like to just deactivate the regular Guide completely.

If any further information is required I am more than willing to provide it (probably as private mail in german - alibert, might be a little easier to describe the situation)

Cheers again,
Peter
__

PIII 1GHZ, 1GB RAM 200+160GB HD
Hauppauge WINTV PVR 350
XP SP2 MCE
GB-PVR v.1.1.5
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#148
2007-01-27, 01:30 PM
Hi,

piotre Wrote:I just wanted to get this up again. It is not that big of a deal as I now use the regular TV Guide for reoccurring recordings but I would really like to just deactivate the regular Guide completely.

If any further information is required I am more than willing to provide it (probably as private mail in german - alibert, might be a little easier to describe the situation)

Cheers again,
Peter

I've already found out what's going wrong when scheduling season recordings, you can have a look at this thread if you're interested.
And I've already implemented a workaround that solves this problem that'll be included in the next release - I hope that I can release it soon.

-alibert
piotre
Offline

Member

Posts: 75
Threads: 18
Joined: Feb 2005
#149
2007-01-27, 05:18 PM
Well thanks for the heads-up. That helps and I hope you will be able to include it easily.

Cheers, Peter
__

PIII 1GHZ, 1GB RAM 200+160GB HD
Hauppauge WINTV PVR 350
XP SP2 MCE
GB-PVR v.1.1.5
jackk
Offline

Member

Posts: 79
Threads: 18
Joined: Jan 2007
#150
2007-01-27, 08:08 PM
Thanks for the help. I had also loaded a patch to the Catalyst software that came with the board, and t apparently was the culprit. After I un-installed the ATI software, and only reloaded the drivers, without the patch, I got GBPVR back up. Now I am ging to retry loading the TV Listings Plugin

thanks again
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (29): « Previous 1 … 13 14 15 16 17 … 29 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  vidImport utility support carpeVideo 73 55,089 2012-05-27, 06:27 AM
Last Post: jksmurf
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 166,646 2012-01-20, 12:15 PM
Last Post: martint123
  Anime Library - Support Thread Ommina 167 97,344 2011-05-07, 06:41 AM
Last Post: mvallevand
  Music plugin support thread MixMan 103 42,873 2010-08-31, 09:46 PM
Last Post: povarotti
  StartGBPVR - support thread liteswap 46 26,036 2010-04-06, 04:10 AM
Last Post: keith_leitch
  BurnDVDX2 support issues. pastro 260 76,475 2010-03-05, 04:44 PM
Last Post: TomR
  Weather2 Support Thread scb147 47 16,127 2009-08-30, 07:19 AM
Last Post: Reddwarf
  ComTweak v1.0 Support Thread HydroChronic 12 5,867 2009-05-23, 10:02 AM
Last Post: gEd
  DJKXML support? mattyboy2 0 2,402 2008-10-30, 10:56 AM
Last Post: mattyboy2
  Another Dutch EPG/TV Listings XML grabber syncpuls 36 15,126 2008-10-26, 10:33 AM
Last Post: -=TJ=-Stefan

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode