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) TV Listings v
« Previous 1 … 9 10 11 12 13 Next »
TV Listings 2 - Support Thread

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

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#171
2008-05-17, 11:55 AM
bingo! All pending recordings now appear.

Is this also the cause of the invalid programme_oid ?
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#172
2008-05-18, 05:51 AM
Hi,
gEd Wrote:bingo! All pending recordings now appear.

Is this also the cause of the invalid programme_oid ?
no, this happened most likely due to an epg update while the plugin was opened with the outdated show info.
I thought that I had built in some logic to reload the guide data automatically, but that may not work so reliable. There are already some improvements built in for the next version, that will hopefully avoid such things.

-alibert
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#173
2008-05-29, 09:26 AM
Hi there,

firstly many thanks for a great plugin that I've been using for a while now.

Question: In the default TV Guide it shows 'no show details' for empty slots in the EPG. With TV Listings I get no feedback at all if there is no EPG data, as per BBC3 and BBC4 in the attached image:

Firstly have I set up something incorrectly, should there be some details listed as in 'no show details'.

If not would it be possible to have info like this inserted into empty time slots in the EPG so that at least something shows rather than an empty space?

I guess I could 'fake' some listings in an XML file for channels I know that don't broadcast at certain times but this seems a bit clumsy.

Cheers

Steeb
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#174
2008-05-30, 09:54 AM
Hi,
steeb Wrote:Hi there,

firstly many thanks for a great plugin that I've been using for a while now.

Question: In the default TV Guide it shows 'no show details' for empty slots in the EPG. With TV Listings I get no feedback at all if there is no EPG data, as per BBC3 and BBC4 in the attached image:

Firstly have I set up something incorrectly, should there be some details listed as in 'no show details'.

No, that's the normal behaviour for missing programme information in tv listings. When there's nothing to display, nothing will be displayed.

steeb Wrote:If not would it be possible to have info like this inserted into empty time slots in the EPG so that at least something shows rather than an empty space?

I guess I could 'fake' some listings in an XML file for channels I know that don't broadcast at certain times but this seems a bit clumsy.

Cheers

Steeb

Although I don't see a use for filling such gaps, I will think about adding an option to do so in a future release - I think someone already requested that some time ago.

-alibert
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#175
2008-05-30, 03:51 PM
Thanks for your reply Alibert,

I just prefer to see something rather than an empty space! Once again, great Plugin, the multi-guide function is just brilliant!

Steeb
Khurram
Offline

Member

Posts: 112
Threads: 19
Joined: May 2008
#176
2008-06-05, 11:35 AM
I would love to use this plugin, but I have a strange problem with it. I have 2 capture source:

1) defined in graphRecorder plugin
2) avermedia m038

I have problem timeshifting with source 1 but strangely not with source 2. When I try to timeshift with source 1, I get an error "... no tuner is available..." and I get the following in the GBPVRRecordingService.exe.log:

Quote:2008-06-05 17:23:34.359 VERBOSE [7] Looking for missing assembly in C:\Program Files\Devnz\GBPVR\plugins\TV Listings: DirectShowLib, Version=1.5.0.29121, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f
2008-06-05 17:23:34.359 VERBOSE [7] Looking for missing assembly in plugin\common: DirectShowLib, Version=1.5.0.29121, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f
2008-06-05 17:23:34.359 ERROR [7] Error starting live tv recording: Could not load file or assembly 'DirectShowLib, Version=1.5.0.29121, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f' or one of its dependencies. The system cannot find the file specified.

However, I dont get any error with source 2 :confused:

Thanks,
Khurram.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#177
2008-06-05, 01:59 PM
Hi,
Khurram Wrote:I would love to use this plugin, but I have a strange problem with it. I have 2 capture source:

1) defined in graphRecorder plugin
2) avermedia m038

I have problem timeshifting with source 1 but strangely not with source 2. When I try to timeshift with source 1, I get an error "... no tuner is available..." and I get the following in the GBPVRRecordingService.exe.log:



However, I dont get any error with source 2 :confused:

Thanks,
Khurram.

it seems that your "graphRecorder plugin" is built on direct show .net, and so needs the corrsponding assembly to work. gbpvr / .net is obviously looking for the .dll / .exe in the wrong places when you're inside the tv listings plugin.
To solve the issue, you could try and copy the DirectShowLib-file that should be bundled with the recorder plugin into the plugins\common subdirectory.

-alibert
Khurram
Offline

Member

Posts: 112
Threads: 19
Joined: May 2008
#178
2008-06-05, 05:21 PM
alibert Wrote:To solve the issue, you could try and copy the DirectShowLib-file that should be bundled with the recorder plugin into the plugins\common subdirectory.

Yes, that worked. And now I have another problem Smile My guide just lists channels, no schedules, as there are none availabe and I havent built one up just yet (I plan to do it later). When I view the guide thru the plugin, I cant change to any channels. Double clicking on the first time slot (the current one) doesnt do anything.

Btw, are there any options to replace the current listing name with a combo. I know that you can change the listing name with the remote or Ctrl-Y, but using a mouse to select from the combo would be very nice.

Khurram.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#179
2008-06-05, 05:35 PM
Hi,
Khurram Wrote:Yes, that worked. And now I have another problem Smile My guide just lists channels, no schedules, as there are none availabe and I havent built one up just yet (I plan to do it later). When I view the guide thru the plugin, I cant change to any channels. Double clicking on the first time slot (the current one) doesnt do anything.
you can just press play to start live tv on the current channel.

Khurram Wrote:Btw, are there any options to replace the current listing name with a combo. I know that you can change the listing name with the remote or Ctrl-Y, but using a mouse to select from the combo would be very nice.

Khurram.

no, something like this is not implemented, but I' going to add a clickable region to toggle the guides with the mouse.

-alibert
Khurram
Offline

Member

Posts: 112
Threads: 19
Joined: May 2008
#180
2008-06-06, 06:53 AM
alibert Wrote:you can just press play to start live tv on the current channel.

The play button's keyboard equivalent is Ctrl-Q?

alibert Wrote:no, something like this is not implemented, but I' going to add a clickable region to toggle the guides with the mouse.

Ok, cant wait to see this feature implemented.

Thanks,
Khurram.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (47): « Previous 1 … 16 17 18 19 20 … 47 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I modify TV Listings Skin Bobbybear 0 2,728 2019-07-18, 10:06 AM
Last Post: Bobbybear
  OTA ATSC Schedules Direct Listings ViperJPB 6 3,952 2019-02-13, 12:45 AM
Last Post: ViperJPB
  TV Listings in Kodi NextPVR Client dcol 7 4,952 2018-09-26, 03:53 PM
Last Post: dcol
  TV Listings Failing on Execution snaitaz 4 3,268 2018-09-18, 06:30 PM
Last Post: snaitaz
  TV Listings Back Color & Logos snaitaz 8 5,130 2018-09-07, 12:54 AM
Last Post: snaitaz
  Unhandled Exception setting up TV Listings. boogmeister1 16 9,689 2018-07-21, 09:20 PM
Last Post: tomhilton1
  TV Listings plugin no longer works after upgrade to 3.9.2 LeGrandZombie 14 8,408 2016-11-22, 03:46 AM
Last Post: mvallevand
  Must be Doing Something Wrong with TV Listings GWCowling323 49 23,383 2016-11-07, 04:36 PM
Last Post: mvallevand
  Where do TV Listings Files Go? GWCowling323 3 4,218 2016-10-14, 04:28 PM
Last Post: Graham
  Using TV Listings? spiinnaker 3 3,985 2016-07-12, 05:40 PM
Last Post: Graham

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

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

Linear Mode
Threaded Mode