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,201
» Latest member: kleopattra40
» Forum threads: 65,381
» Forum posts: 602,238

Full Statistics

Online Users
There are currently 1149 online users.
» 3 Member(s) | 1141 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, fla, gEd

Latest Threads
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
Today, 02:13 AM
» Replies: 10
» Views: 100
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
Yesterday, 08:53 AM
» Replies: 1
» Views: 77
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 3,991
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 513
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,011
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,568
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 324
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 258
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 261
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 239

 
  nova-t problem
Posted by: atech - 2005-06-05, 09:06 PM - Forum: GB-PVR Support (legacy) - Replies (2)

Hello,
I just installted gb-pvr and when i try configure the capture card I can't find my Nova-T card in the list.

Am I just being stupid because it does say its supported on the homepage.

I goto Config --> Capture Sources --> Add --> Click Recording Sources Settings --> Then in the Capture Card Type list i can't see my card.

Help!

Cheers

Print this item

  Pausing LiveTV starts timeshift mode and bumps me out to main menu
Posted by: Torquewrench - 2005-06-05, 06:49 PM - Forum: GB-PVR Support (legacy) - Replies (1)

If I try to pause or record live tv it bumps me out to the main menu. I'm using a PVR 250, direct recording plugin, live preview on, encoder passthrough, I have enough diskspace.

What do I need to do to be able to fix this?

Thanks,

TW

Print this item

  MVP Wireless enablement issue
Posted by: Gazog - 2005-06-05, 05:54 PM - Forum: MVP & NMT - Replies (14)

Hi, hope someone can guide me..

The wireless network I have functions great. However I decided to expand with an MVP but have wireless streaming. I purchased an Asus WL-330g wireless pocket adapter to connect to the MVP. Unfortunatley I can't get this to work correctly.

My network setup is a wireless setup which comprises of the following.

Laptop - D-link G650
PC - D-link G520
Router Dlink DI-624

I first connected the MVP direct to router so that I could configure the DHCP and tested it physically attached to it. Connected direct works fine (tested with Hauppauage batch file to view screen on Laptop). When I connect the Asus wireless adapter to the MVP, the router doesn't see the MVP at all.

I am running the network with WEP 128bit and also have a Firewall (PC-cillin 2005) in place. As DHCP is configured and PC-cillin is also configured, I think I must be missing something.

Infact can't seem to do anything with the Asus. It could be perhaps something to do with SSID,IP address or the submask but I'm unsure what to check, alter and test.

Any help appreciated, infact someone must have set something like this.

Cheers

Print this item

  DB Import
Posted by: jtokach - 2005-06-05, 04:55 PM - Forum: Wishlist - Replies (5)

Sub, I'd like the ability to import data into the DB. Specifically, if I need to do a fresh install, like I did the other week, I'd like some method to import all of the shows, that I recorded previously, back into the DB so they show up in the recordings area and I can watch and delete the shows from my MVP's. (Features which are unavailable through the Video Library) Not to mention, having the attached show information back is really required to make head or tails of all of the .MPG files.

Obviously you'd need an export method to make this work, but this would really make upgrading and fresh reinstalls much more painless.

Perhaps dumping the existing recordings and scheduled recording data to an .XML file?

I managed to do this manually with the following process, which sucks but it at least my stuff is back:

***Stop the GBPVR Service and make backups before doing this.***

1. In the OLD db, create a query, switch to SQL view and paste this code:

Code:
SELECT PROGRAMME.* FROM PROGRAMME INNER JOIN RECORDING_SCHEDULE ON PROGRAMME.oid = RECORDING_SCHEDULE.programme_oid WHERE (((RECORDING_SCHEDULE.recording_type)=0) AND ((RECORDING_SCHEDULE.status)=2));

2. Run the query, select all of the rows, CTRL-C to copy
3. Open the PROGRAMME table in the NEW database
4. Paste the records into the table
5. Select only all of the values in the OID column, these are autonumbered so they will have changed from what you pasted earlier.
6. Keep them selected, do not copy them yet.
7. Switch back to the OLD db.
8. In the OLD db, create a query, switch to SQL view and paste this code:
Code:
SELECT * INTO MY_OLD_RECS FROM RECORDING_SCHEDULE WHERE (((RECORDING_SCHEDULE.status)=2) AND ((RECORDING_SCHEDULE.recording_type)=0));

9. Run the query
10. Go back to the NEW db, copy (CTRL-C) the values you selected above.
11. Switch back to the OLD db
12. Open the newly created table
13. Select the PROGRAMME_OID column
14. Paste the new values
15. Select all of the rows, CTRL-C to copy
16. Switch to the DB, open the RECORDING_SCHEDULE table
17. If you've done everything correctly, CTRL-V to paste the records, and you're done.

Start the GBPVR service, voila.

I have duplicate recording_group values, but this has no immediate impact. Sub can you comment on that?

Print this item

  GBPVR in 16:9 Display
Posted by: jsteele - 2005-06-05, 04:06 PM - Forum: General Discussion - Replies (1)

I've been thinking about getting a HDTV capable monitor that has 16:9 aspect and supports WXGA at 1366 x 768.

I know there is no current HDTV tuner support in GBPVR but I thought I would ask if anyone uses GBPVR with an HDTV/WXGA monitor and if so how GBPVR handles a standard TV (4:3 aspect) in this case.

Print this item

  No internet connection
Posted by: florentino - 2005-06-05, 03:21 PM - Forum: General Discussion - Replies (1)

Hi,
I am wondering if it is possible to use gb-pvr without being connected to the internet.
First, I must connect it if I want to setup TV channels, because it seems there is no way to setup channels manually.
Second, once I did such configuration, it works only if it is connected. If not, GB-PVR raises an error when activating Live-TV.
Finally, I am wondering why a few GB-PVR services are trying to connect Internet when running. One of them even seems to run as a server.
My HTPC is not always connected, and I do not understand why it is absolutely required to be connected. :confused:
Thanks.

PS : sorry for my bad english...

Print this item

  TV horizontally stretched over MVP
Posted by: jaredh - 2005-06-05, 03:07 PM - Forum: MVP & NMT - Replies (4)

When watching TV over the mvp (or TV recordings), the picture shows up horizontally stretched a little. For example, when they show the FOX logo in the bottom right corner of the screen, I can only see roughly half of the logo. I used the MVP screen positioner plugin to ensure that the positioning is correct on the MVP, but I still get stretched video.

Does anyone know what I need to change to get this to look right?

Print this item

  No TV recordings while playing FM Radio
Posted by: Will0r - 2005-06-05, 02:28 PM - Forum: GB-PVR Support (legacy) - Replies (2)

Hi,

im not realy sure if its support or wishlist, so i post it here. Smile

When im listening to a FM Radio station and a sheduled tv recording begins, there is no recording cause recording device (PVR350 in my case) is in use.

My question: is it possible for the GBPVR Recording Service to interrupt (or even close) the radio app to record the TV?
If it is, where can i activate it?

Tobias

Print this item

  PVR350 with WINXP-MCE2005
Posted by: rowyourboot - 2005-06-05, 11:08 AM - Forum: GB-PVR Support (legacy) - Replies (6)

Hi,

I have buy MCE2005 because it is a WINXP PRO for 100 EURO.
But now I have problems with my PVR350 under GB-PVR (0.92.8).
I can install the PVR350 and the PVR150MCE.
For the PVR350 only the retail driver works for install, the PVR250MCE driver not.

After installing GB-PVR I use my MDB from the old W2K installation and all looks fine.
But GB-PVR can only record with the PVR150MCE, the PVR350 produce a empty file.

The TV-OUT works also without problems.

What is the difference between W2K PRO and WINXP MCE2K5.
How can I record with my PVR350 under WINXP MCE2K5

Regards,
Holger

Print this item

  Mapping butons on remote
Posted by: steeley7 - 2005-06-05, 09:51 AM - Forum: MVP & NMT - Replies (2)

can somone point me in the right direction for mapping remote buttons on hauppage 45 button remote... I want the videos button to open my videos etc
Thanks....

Print this item

Pages (6435): « Previous 1 … 5730 5731 5732 5733 5734 … 6435 Next »
Jump to page 

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