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,182
» Latest member: williams25
» Forum threads: 65,377
» Forum posts: 602,178

Full Statistics

Online Users
There are currently 1615 online users.
» 0 Member(s) | 1610 Guest(s)
Applebot, Baidu, Bing, Google, Yandex

Latest Threads
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
33 minutes ago
» Replies: 7
» Views: 40
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
4 hours ago
» Replies: 43
» Views: 6,226
actors producer director
Forum: Wishlist
Last Post: a1blues
Yesterday, 09:20 PM
» Replies: 4
» Views: 54
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 01:00 AM
» Replies: 1
» Views: 131
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 124
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 96
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 144
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,845
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 188
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,456

 
  QAM Scanning and Preview in Web Radio (beta)
Posted by: mvallevand - 2011-01-23, 06:24 PM - Forum: Community Announcements - Replies (1)

The attached "experimental" update to Web Radio adds support for QAM scanning and preview which some people have asked for, and I can understand it since it can be difficult to identify channels. Note that this uses non-supported public interfaces in NPVR which sub will not guarantee, but for now it is working quite well for me on the PC and NMT (untested on the MVP)

To use it in the NPVR Config select Web Radio and tick the QAM Tuning check box. Two menu options will appear, QAM Scan and Tune and, Last QAM scan.

When you select QAM Scan select the tuner you want and a scan will begin. It will use the .INI file that you use in NPVR or Tuning\QAM\WebRadio.ini if it exists.

While waiting for a video data, you can abort the wait (ie there is no data) with a stop. Afterwards you have the advantage of using the excellent NPVR ts player to preview the station. Because of the methods used, you can see multiple audio tracks in a stream, but it will crash if you select another one.

I use this feature to watch the OnDemand channels that might be playing in the clear that only exist for the duration of the show.

Another feature in this is that it is possible to listen to QAM radio without having database entries.

Let me know how it goes, and of course I am open to suggestions for improvements. Logs of course are required to debug problems.

Thanks to pcostanza for checking this out.

Martin

Print this item

  Unable to setup NPVR with Hauppauge PVR-150
Posted by: ron7 - 2011-01-23, 06:17 PM - Forum: Legacy (v4.x and earlier) - Replies (34)

At the end of the long list of messages (No devices in the list), I was able to install the "HCW_MCMPEG2MUX.AX".
Then, in order to see the TV (connected via a composite cable), I need to setup the device (add a Cannel).
BUT, When I try to add a channel I get an Unhandled Exception from NextPVR: "Key Not Found"
The JIT provides a lot of information about where exactly the problem is in the code.

I attached a zip file with two text files:
NPVR.log
NextPVR error.txt that has the text message from JIT.

Please advise.

Print this item

  NextPVR and Analog cards
Posted by: McBainUK - 2011-01-23, 04:16 PM - Forum: NPVR Documentation - Replies (28)

Before the analog device configuration page and associated walkthrough on the wiki is updated we want to get the facts straight! Please post if anything sounds wrong Smile

  • NextPVR does not support analog tuner cards such as the ATI 550 pro or the Hauppauge 150 out of the box.
  • In order to add support for these cards the easiest solution is to install download and install the latest version of WinTV7 from the Hauppauge support site. Note that the installer requires that you have an earlier WinTV CD available and have a supported Hauppauge device installed.
  • For those that don't want to install the full Hauppauge WinTV suite or have lost their original CD, NextPVR users have reported they can download the latest WinTV7 release and extract and install only the required files using the instructions below.
  • If you are running Windows 7 the commands will need to be run with elevated privileges (run as Admin).

  1. Create the folder "C:\Program Files (x86)\npvr\SoftPVR".
  2. Download WinTV7 and copy i to this new folder.
  3. Run this bat file (once run the WinTV7 installer can be d
eleted):

Code:
ECHO OFF ECHO ************************************************* ECHO NextPVR installer for Analog devices. (64 bit OS) ECHO ************************************************* ECHO Creating Temp folders MD "C:\Program Files (x86)\NPVR\SoftPVR\temp1\" MD "C:\Program Files (x86)\NPVR\SoftPVR\temp2\" ECHO ECHO Extracting WinTV installer "C:\Program Files (x86)\NPVR\SoftPVR\wintv7_cd_2.2d.exe" /x C:\Program Files (x86)\NPVR\SoftPVR\temp1 "C:\Program Files (x86)\NPVR\SoftPVR\temp1\WinTV7Setup.exe" /x C:\Program Files (x86)\NPVR\SoftPVR\temp2 ECHO ECHO Copying required files COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcl2ae.ax" "C:\Program Files (x86)\NPVR\SoftPVR\" COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcm2ve.ax" "C:\Program Files (x86)\NPVR\SoftPVR\" COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpeg2mux.ax" "C:\Program Files (x86)\NPVR\SoftPVR\" COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpgaout.dll" "C:\Program Files (x86)\NPVR\SoftPVR\" COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpgvout.004" "C:\Program Files (x86)\NPVR\SoftPVR\" COPY "C:\Program Files (x86)\NPVR\SoftPVR\temp2\hcw_mcmpgvout.dll" "C:\Program Files (x86)\NPVR\SoftPVR\" ECHO ECHO Registering files c:\windows\SysWOW64\Regsvr32.exe "C:\Program Files (x86)\NPVR\SoftPVR\hcw_mcl2ae.ax" /s c:\windows\SysWOW64\Regsvr32.exe "C:\Program Files (x86)\NPVR\SoftPVR\hcw_mcm2ve.ax" /s c:\windows\SysWOW64\Regsvr32.exe "C:\Program Files (x86)\NPVR\SoftPVR\hcw_mcmpeg2mux.ax" /s ECHO ECHO Deleting Temp Folders RD "C:\Program Files (x86)\NPVR\SoftPVR\temp1\" /s /q RD "C:\Program Files (x86)\NPVR\SoftPVR\temp2\" /s /q ECHO DONE PAUSE

Print this item

  Getting ready to switch, have a question.
Posted by: donschjr - 2011-01-23, 03:00 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

I currently have GBPVR set up with 3 capture cards a 2250 and 2 1600's. I am on comcast cable and use the 2250 and 1 of the 1600's to capture channels that are on clear qam. I use the analog side of the second 1600 (clear qam is poor on this card) to capture shows that are not in the clear from my cable box. I do this by setting up a manual recording on channel 3 and have channel 3 disabled on my other cards. Can I accomplish a similar setup with NPVR?

Print this item

  Duplicate recordings
Posted by: kendrak24 - 2011-01-23, 12:50 PM - Forum: Legacy (v4.x and earlier) - Replies (9)

Hi,

Is there something in place to prevent duplicate recordings?
And by duplicate recordings I mean one or more recordings at the exact same time of the exact same show on the same channel.
I have a couple of different recurring recordings that ends up with 2 copies of the same recording...
(And these recordings are not during the EPG update)

Print this item

  Is it possible to reduce the log volume?
Posted by: Nistrod - 2011-01-23, 06:34 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

Is it possible to reduce the level of verbosity in the logs? I get huge numbers of lines like
[INDENT]2011-01-22 20:34:58.081 [DEBUG][7] - saved 0. skipped 20
2011-01-22 20:34:58.381 [INFO][7] Got 9 epg events
2011-01-22 20:34:58.383 [DEBUG][7] - saved 0. skipped 9
2011-01-22 20:34:58.683 [INFO][7] Got 13 epg events
2011-01-22 20:34:58.685 [DEBUG][7] - saved 0. skipped 13
2011-01-22 20:34:58.985 [INFO][7] Got 27 epg events
2011-01-22 20:34:58.987 [DEBUG][7] - saved 0. skipped 27
2011-01-22 20:34:59.287 [INFO][7] Got 32 epg events
2011-01-22 20:34:59.288 [DEBUG][7] - saved 0. skipped 32
2011-01-22 20:34:59.588 [INFO][7] Got 28 epg events
2011-01-22 20:34:59.589 [DEBUG][7] - saved 0. skipped 28
2011-01-22 20:34:59.889 [INFO][7] Got 18 epg events
2011-01-22 20:34:59.891 [DEBUG][7] - saved 0. skipped 18
2011-01-22 20:35:00.191 [INFO][7] Got 14 epg events
2011-01-22 20:35:00.193 [DEBUG][7] - saved 0. skipped 14
2011-01-22 20:35:00.493 [INFO][7] Got 25 epg events
2011-01-22 20:35:00.495 [DEBUG][7] - saved 0. skipped 25
2011-01-22 20:35:00.795 [INFO][7] Got 19 epg events
2011-01-22 20:35:00.797 [DEBUG][7] - saved 0. skipped 19
2011-01-22 20:35:01.097 [INFO][7] Got 16 epg events
2011-01-22 20:35:01.099 [DEBUG][7] - saved 0. skipped 16
2011-01-22 20:35:01.399 [INFO][7] Got 22 epg events
2011-01-22 20:35:01.401 [DEBUG][7] - saved 0. skipped 22
2011-01-22 20:35:01.702 [INFO][7] Got 23 epg events[/INDENT]

which make my logs roll over and disappear within a day. If I dont check a problem quickly, I have lost the logs.

I cant see anything in the config file.
Any suggestions?

Print this item

  "database disk image is malformed" during attemped EPG update! (GBPVR v.1.4.7)
Posted by: DaveA - 2011-01-23, 05:08 AM - Forum: GB-PVR Support (legacy) - Replies (4)

I noticed my TV Guide had only a couple days of shows (normally 14), so I went into GBPVR Config and forced an Update EPG for one of my recording sources. While the dialog box said "Saving new listings and channel information", I got this error message:

Code:
Your EPG Source does not appear to be configured correctly. Please check the EPG Source Settings and try again. System.Data.SQLite.SQLiteException: The database disk image is malformed. database disk image is malformed at GBPVR.Backend.Common.ChannelFactory.x<hex>(ICollection x<hex>, Int32 x<hex>) at GBPVR.Backend.Common.x<hex>.x<hex>(x<hex> x<hex>, IEpgUpdateProgressCallback x<hex>) at Config.x<hex>.x<hex>()

1. To which database does this refer? gbpvr.db3?
2. Is there a way to fix the database? Is there a repair solution? Will restoring a backup copy help? Must I reinstall things (ouch!)?

Any help would be appreciated. Logs are attached (I hope). It does not seem to be specific to a particular Recording Source. Moving the MovieWiz folder out of the plugin folder did not help.

History:
I've been running GBPVR v1.4.7 for months (years?) with no problems. Last week my Windows partition got partially corrupted, so I restored a disk image from October, but kept the gbpvr.db3 and config.xml files from the corrupted partition (hmm, maybe this is a huge clue?). Since restoring the Windows partition, I've also installed my sole plugin (MovieWiz v1.0.28.6), plus applied a boatload of Microsoft updates via Windows Update. I've got an HTPC cofigured as a GBPVR client, also using v1.4.7, and I also recently installed the MovieWiz plugin there, running in client mode.

Stats:
Windows XP SP3.
1x HVR1600 (analog recorder disabled), 1x HVR2200.
Schedules Direct (account is in good standing, lineup can be viewed via browser).

Print this item

  New channel 11 scans as h.264, actually MPEG2.
Posted by: shaunpatrick77 - 2011-01-23, 04:05 AM - Forum: GB-PVR Support (legacy) - Replies (2)

Hi
Not sure if anyone has this issue, the new channel 11 (dvb-t Brisbane, Aust) scans as a h.264 stream but it's really an mpeg2 stream. Live Tv just gives a black screen, but recordings can be played.

Any ideas? Can it be manually corrected?

Thanks,
Shaun

Print this item

  No Encrypted Channels to see
Posted by: tapman63 - 2011-01-22, 11:42 PM - Forum: Legacy (v4.x and earlier) - Replies (12)

Hi,
I'm a Newbee on NPVR and I have a problem here... I searched for any similar posts but didn't find any. I cannot see any encrypted channels, although I have searched for channels with "CI Interface" option enabled. I can watch these channels in WMC, so Hardware should be OK. If I switch to an encrypted channel I get a black screen with no sound and no OSD messages. Free channels are displayed correctly. This software is so cool and so much better and faster than WMC that I would like to change, so please help!

Print this item

  delete in videos, anyway to turn off?
Posted by: reven - 2011-01-22, 10:57 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

is there anyway to turn off the "Delete" button in videos? i dont want my son hitting the keyboard and being able to delete something, he often hits the keyboard Smile

Print this item

Pages (6435): « Previous 1 … 1787 1788 1789 1790 1791 … 6435 Next »
Jump to page 

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