NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Forum Issues & Documentation NPVR Documentation v
« Previous 1 2 3 4 5 Next »
NextPVR and Analog cards

 
  • 0 Vote(s) - 0 Average
NextPVR and Analog cards
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2011-01-23, 04:16 PM
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
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,108
Threads: 957
Joined: May 2006
#2
2011-01-23, 05:07 PM
Looks good, maybe use %PROGRAMFILES(X86)% in 64 bit and %PROGRAMFILES% in 32, I figure with SSD drives C drives will be separated more from "Program Files"

Martin
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#3
2011-01-23, 09:34 PM
Technically seems fine. Possible slight typo though if it's going onto the wiki as a cut&paste??
McBainUK Wrote:In order to add support for these cards the easiest solution is to install download and install the latest version of WinTV7 from the
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#4
2011-01-24, 04:10 PM
Thanks all. Wiki updated - let me know if anything was lost in the transfer.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#5
2011-03-21, 06:55 PM
Dear all,

any batch file gurus out there Big Grin

is there a way to wildcard the version of WinTV7 in the batch installer off the wiki:

Code:
ECHO OFF

ECHO *************************************************
ECHO SoftPVR installer for Analog devices. (32 bit OS)
ECHO *************************************************
ECHO Creating Temp folders
MD "%PROGRAMFILES%\NPVR\SoftPVR\temp1\"
MD "%PROGRAMFILES%\NPVR\SoftPVR\temp2\"
ECHO
ECHO Extracting WinTV installer
"%PROGRAMFILES%\NPVR\SoftPVR\wintv7_cd_2.2d.exe" /x %PROGRAMFILES%\NPVR\SoftPVR\temp1
"%PROGRAMFILES%\NPVR\SoftPVR\temp1\WinTV7Setup.exe" /x %PROGRAMFILES%\NPVR\SoftPVR\temp2
ECHO
ECHO Copying required files
COPY "%PROGRAMFILES%\NPVR\SoftPVR\temp2\hcw_mcl2ae.ax" "%PROGRAMFILES%\NPVR\SoftPVR\"
COPY "%PROGRAMFILES%\NPVR\SoftPVR\temp2\hcw_mcm2ve.ax" "%PROGRAMFILES%\NPVR\SoftPVR\"
COPY "%PROGRAMFILES%\NPVR\SoftPVR\temp2\hcw_mcmpeg2mux.ax" "%PROGRAMFILES%\NPVR\SoftPVR\"
COPY "%PROGRAMFILES%\NPVR\SoftPVR\temp2\hcw_mcmpgaout.dll" "%PROGRAMFILES%\NPVR\SoftPVR\"
COPY "%PROGRAMFILES%\NPVR\SoftPVR\temp2\hcw_mcmpgvout.004" "%PROGRAMFILES%\NPVR\SoftPVR\"
COPY "%PROGRAMFILES%\NPVR\SoftPVR\temp2\hcw_mcmpgvout.dll" "%PROGRAMFILES%\NPVR\SoftPVR\"
ECHO
ECHO Registering files
Regsvr32.exe "%PROGRAMFILES%\NPVR\SoftPVR\hcw_mcl2ae.ax"
Regsvr32.exe "%PROGRAMFILES%\NPVR\SoftPVR\hcw_mcm2ve.ax"
Regsvr32.exe "%PROGRAMFILES%\NPVR\SoftPVR\hcw_mcmpeg2mux.ax"
ECHO
ECHO Deleting Temp Folders
RD "%PROGRAMFILES%\NPVR\SoftPVR\temp1\" /s /q
RD "%PROGRAMFILES%\NPVR\SoftPVR\temp2\" /s /q
ECHO DONE

to save editing it every time the v of WinTV7 changes? Just specific to v2 releases is great.

cheers

steeb
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#6
2011-03-21, 08:12 PM
Quote:"%PROGRAMFILES%\NPVR\SoftPVR\wintv7_cd_2.2d.exe" /x %PROGRAMFILES%\NPVR\SoftPVR\temp1

If you mean the bit above then I would have thought

Quote:"%PROGRAMFILES%\NPVR\SoftPVR\wintv7_cd_*.exe" /x %PROGRAMFILES%\NPVR\SoftPVR\temp1

would do the job (untested)
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#7
2011-03-21, 08:27 PM
martint123 Wrote:If you mean the bit above then I would have thought



would do the job (untested)

Hi martin123,

thanks, yes I thought exactly the same myself but when I tested it it bombed on me. Will re-try, perhaps I rushed it and put something in where I shouldn't Big Grin

steeb
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#8
2011-03-21, 08:39 PM
martint123 Wrote:If you mean the bit above then I would have thought



would do the job (untested)

hmmmm,

now lest we forget I should always steer clear of this stuff and just stick with the wiki Big Grin every now and then I dip my toes somewhere else like now...... Wink

I could be doing something wrong but don't think so. The wildcard just ain't working. Errors basically indicate that it just is not extracting from the WinTv7 cd file......

I would be very happy to be proved wrong Big Grin then I can scuttle back under my wiki rock Big Grin

steeb
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#9
2011-03-21, 08:45 PM
It is all a bit in the past when I played around... It could be possible that the wildcards are not expanded when within quotes......
I'll have a little play.........

edit:- Possibly wildcards don't work with executables ????? In which case copy wildcard .exe file to fixedname exe file and execute that!

I'm easily confused in my dotage and having been playing linux with it's more complex shell rules.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#10
2011-03-21, 09:14 PM
Ok - it looks like wildcard executables are a no-no.
But copying them does work.
so something like this would work (if messily).

COPY /B /Y WINTV7_CD_2*.EXE C:\TEMP\TEMPWINTV.EXE
C:\TEMP\TEMPWINTV.EXE (plus your options)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to create Kodi and NextPVR guides with colour mvallevand 24 11,121 2020-12-01, 07:05 PM
Last Post: Bernard0105
  NextPVR Recurring Scheduling georgewbateman 1 7,359 2012-11-26, 11:03 PM
Last Post: steeb
  New Using NextPVR Search Section georgewbateman 5 4,905 2012-11-14, 12:03 AM
Last Post: steeb
  NextPVR Presence on xbmc wiki steeb 36 19,520 2012-10-27, 03:45 PM
Last Post: Karyudo
  XBMC and NextPVR - A user guide steeb 47 32,782 2012-10-25, 04:19 AM
Last Post: mvallevand
  archiving defunct NextPVR Plugins etc steeb 10 7,815 2012-06-06, 10:21 PM
Last Post: steeb
  Help with Analog device setup wiki page McBainUK 14 7,064 2012-01-18, 02:04 PM
Last Post: ShiningDragon
  NextPVR wiki - remote control topics McBainUK 2 3,753 2012-01-14, 11:50 PM
Last Post: steeb
  NextPVR Webpages steeb 21 9,683 2011-08-01, 09:57 AM
Last Post: pz1
  NextPVR Logo Pack steeb 19 12,656 2011-07-16, 10:04 AM
Last Post: martint123

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

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

Linear Mode
Threaded Mode