NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,175
» Latest member: saltim7878
» Forum threads: 65,373
» Forum posts: 602,146

Full Statistics

Online Users
There are currently 1711 online users.
» 0 Member(s) | 1705 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Twitter

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 04:17 PM
» Replies: 0
» Views: 40
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
Yesterday, 10:56 AM
» Replies: 1
» Views: 50
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 81
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,755
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 147
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,418
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 309
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 228
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 510
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,213

 
  Progress dialog when updating the EPG
Posted by: CodeMonkey - 2004-04-17, 02:31 AM - Forum: Wishlist - No Replies

Instead of just locking the UI while processing the data in the UI thread Wink

Print this item

  Avoid tv_grab_na_dd for now
Posted by: CodeMonkey - 2004-04-17, 01:21 AM - Forum: GB-PVR Support (legacy) - Replies (4)

I updated to the new xmltv that was released a couple days ago. In it they say to use tv_grab_na_dd if you live in north america. I tried it, and I cannot import the data into gb-pvr. I emailed sub with the info. Just stay with what you are already doing until he has a look [Image: smile.gif]

Print this item

  Program Guide Changes
Posted by: zyrain - 2004-04-17, 12:09 AM - Forum: GB-PVR Support (legacy) - No Replies

I just grabbed a new XML file, updated the guide, checked the listing for the current time. It wasn't correct. I emptied the guide and reloaded it and the show was now correct.

In general, when a show is already in the database, and the XML specifies a different show in the same slot (i.e. a program change) is the old show replaced or not? It should be!

Print this item

  gplasky - button_generator
Posted by: CodeMonkey - 2004-04-16, 07:40 PM - Forum: Developers - Replies (3)

Could you please post the source to that executable that is included with your skin?

Thanks.

Print this item

  Web Access
Posted by: CodeMonkey - 2004-04-16, 03:37 PM - Forum: GB-PVR Support (legacy) - No Replies

I just started a thread in the Developers forum called GBPVR Web . It is soliciting comments. If you have a interest in this topic I suggest going there and commenting.

Print this item

  GBPVR Web
Posted by: CodeMonkey - 2004-04-16, 03:26 PM - Forum: Developers - Replies (13)

I am sitting here at work (and not working Wink ) thinking about doing a web interface (service) after weather is complete and had a couple thoughts.

1) Sub, could I get info from you on the database layout and if possible some examples of the C# code you use to access the data?  If you didn't want to post that yet, email would be fine.  Actually your code that displays the guide would be extremely helpful too.  Save me development time and would make the web guide look as much like the native guide as possible.  Of course the same holds true for recording screens etc. too.  So I guess you could just give a drop of the whole app Wink  hehe

2) I was thinking of using the Apache web server (http://www.apache.org).  It is free, has a Windows version, is fairly well known, and (apparently) supports C# web services.  

Basic features of guide viewing, schedule a recording, view current recording schedule, and view previous recordings would be supported at first.

My only hesitation would be that I will not have time to support people trying to get Apache running.  And I would be worried that people who didn't know what they were doing could be completely opening up their machines or home networks.  I would be putting a BIG disclaimer around that second concern.

Any thoughts or comments?

Print this item

  ShutDown Plugin 0.2 available!!!
Posted by: TypQxQ - 2004-04-16, 10:27 AM - Forum: Developers - Replies (1)

Source Code included!!!

Fixes:
Fixed meory leak, should be faster to shutdown.

New Features:
Everything is skinable and uses a superset of sub's skin definition. And if you chose something else than the default skin Blue, and there is no skin directory in that skin, it will use blue as default.
Change your language! You can select a diffrent language from the settings. The skin must have support for that language or english will be used.
Swedish language, besides English. Only in the Blue skin.
Extensive error checking for the skin. Will tell you exactley what element it didn't find.
Much of the code moved to the Common namespace.
More coments in code.

Known bugs:
You can not cange the button name in Mainmenu (Core_Name in the skin) or the button wonât show. Iâve posted this problem to sub...

Download at http://andrei.ignat.se/ShutDownPlugin.zip
Read the license agreement in the sourcecode directorz (it's short).

Print this item

  public string getName()
Posted by: TypQxQ - 2004-04-16, 09:40 AM - Forum: Developers - No Replies

I want to change the text for my plugin on it's button on MainMenu dynamicly. The text that is to be shown is returned by getName().

The problem is that if it return's another text than the one it was enabled in the configuration program it won't show up in the list at all.

Print this item

  getPluginHelper() addition request
Posted by: CodeMonkey - 2004-04-16, 02:09 AM - Forum: Developers - Replies (5)

Sub, could you please sneak in a new helper function for the next release?

PluginHelperFactory.getPluginHelper().GetInstallDirectory()

Which would return the directory gb-pvr is installed in.

I would like this because I want to install the weather icons under the media folder because they are not skin specific.

Thanks.

Print this item

  Channel Sources
Posted by: jwells - 2004-04-16, 02:02 AM - Forum: GB-PVR Support (legacy) - Replies (7)

I have a PVR 350. I'm using two sources. The first is basic cable straight into the rf input. Channels on basic are 1-100. I used the EPG to load the channels and then I disabled all the channels above 100.

My secound source is the digital cable box into the SVideo of the 350. I used the EPG to load the channels and then disabled the channels from 1 - 100.

The reason I have it set up this way is the 350 tuner will not receive premium channels so all I should need to do to schedule a recording on a premium channel is set the record on the channel using the program guide as normal, and also set to record using the program guide on the cable box.

I believe the way this should work is if I select a channel below 101 GBPVR should use the basic cable source and tune to the selected channel. If I select a channel above 100, say HBO 241, then gbpvr should select the digital cable box source which is S-Video. Then I would need to use the cable box remote if I want to change channels.

Problem: If I am on channel 5 and press channel 241 it stays on 5. If I press 255 it will switch to SVideo. It seems it does not recognize all availabe channels above 100 as valid channels. I've varified that the channels are enabled. On a few instances when it's been able to switch channels, I was still receiving audio from the previous channel. This only happens when I change channels that cause it to change sources.

Is there something else I should check on my configuration?

John

Print this item

Pages (6435): « Previous 1 … 6329 6330 6331 6332 6333 … 6435 Next »
Jump to page 

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