Place the WinTV executable in "c:\temp" along with SoftPVR.bat and replace it with this text:
Code:
@ECHO OFF
@rem Modified by: PBS
@echo.
@ECHO ********************************************************
@ECHO SoftPVR installer for Analog devices. (32 OR 64 bit OS)
@ECHO ********************************************************
@echo.
@rem Check for admin rights and echo msg and exit if none.....
net session >nul 2>&1
if %errorLevel% == 0 (
@echo Success: Administrative permissions confirmed.
) else (
@echo Failure: Current permissions inadequate. This script needs to be run with Admin priviledges..
pause
exit
)
cd /d "%~dp0"
@echo.
@rem This line detects 32bit or 64bit..
@IF DEFINED ProgramFiles(x86) (
set sysdir=Syswow64
set softnode=SOFTWARE\Wow6432Node
) else (
set sysdir=System32
set softnode=SOFTWARE
)
@echo This machine's system dir is "%systemroot%\%sysdir%"
@echo And it's software registry section is HKLM\%softnode%\NPVR
@echo.
@rem This line detects actual NPVR dir from registry and puts it in variable %npvrdir%, no matter where it's installed..
@for /f "skip=2 tokens=1,2,* delims= " %%A in ('reg query "HKLM\%softnode%\NPVR" /v InstallDirectory') do set npvrdir=%%C
@echo NPVR directory is "%npvrdir%"
@ECHO.
@rem This line lists dir for files starting with wintv7_cd_ by date and executes only newest one [regardless of filename ending] with params....
for /f %%f in ('dir /b /o:-d "wintv7_cd_*.exe"') do (
"%%~f" /x SoftPVR_temp1
goto :next
)
@rem Missing wintv7_*.exe file error message...
@if errorlevel 1 (@echo.
@echo NO WINTV7_cd_*.exe file found!!!
@echo Download file first and place in C:\Temp
@echo [create dir if needed]
@echo.
pause
exit)
:next
Do you have this section in your AnalogDevices.xml:
Code:
<Device filter="713x BDA Analog Capture">
<Name>713x Analog</Name>
<Type>SOFT_ENCODE</Type>
</Device>
If so, it should have showed up in your device list because it is present in your FilterCheck.log. I think you'll have to start NextPVR.exe, go into Settings->Devices, exit and zip and post npvr.log so we can see what it actually finds.
"I'd rather have a bottle in front of me than a frontal lobotomy"
Reddwarf Wrote:Do you have this section in your AnalogDevices.xml:
Code:
<Device filter="713x BDA Analog Capture">
<Name>713x Analog</Name>
<Type>SOFT_ENCODE</Type>
</Device>
If so, it should have showed up in your device list because it is present in your FilterCheck.log. I think you'll have to start NextPVR.exe, go into Settings->Devices, exit and zip and post npvr.log so we can see what it actually finds.
Here is the LOG file. I uninstalled NextPVR completely. Then reinstalled it, updated the patches etc and then retried but still the same:
[...startup]
2013-10-01 15:26:36.827 [DEBUG][1] Created mutex. Must be only instance.
2013-10-01 15:26:36.905 [DEBUG][1] Version: 2.6.2
2013-10-01 15:26:36.905 [DEBUG][1] SingleInstance()
2013-10-01 15:26:37.029 [INFO][1] About to connect to remote recording service
2013-10-01 15:26:37.029 [DEBUG][1] RecordingServiceProxy@exit
2013-10-01 15:26:37.123 [DEBUG][1] Using skin: C:\Users\Public\NPVR\skin\Default\
2013-10-01 15:26:37.139 [DEBUG][1] About to look for plugin directories in: C:\Users\Public\NPVR\Plugins\
2013-10-01 15:26:37.139 [DEBUG][1] Skipping non-existant plugin directory: C:\Program Files (x86)\NPVR\Plugins\
2013-10-01 15:26:37.139 [DEBUG][1] Loaded menu item: TV Guide
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Recordings
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Live TV
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Search
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Music
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Videos
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: Pictures
2013-10-01 15:26:37.170 [DEBUG][1] Loaded menu item: DVD
2013-10-01 15:26:37.185 [DEBUG][1] Loaded menu item: Exit
2013-10-01 15:26:38.215 [DEBUG][1] Supports HardwareVertexProcessing
2013-10-01 15:26:38.215 [DEBUG][1] Supports PureDevice
2013-10-01 15:26:41.921 [INFO][3] Checking online for updated versions...
2013-10-01 15:26:41.943 [INFO][3] Web@1
2013-10-01 15:26:43.543 [INFO][3] Online check reports version info:
<version><component name="NextPVR" version="2.6.2" display="NextPVR 2.6.2"><url>http://forums.nextpvr.com/showthread.php?53816-2-6-2-available-(March-24th)</url></component></version>
2013-10-01 15:26:43.543 [INFO][3] current online version: 2.6.2
2013-10-01 15:26:43.543 [INFO][3] last notified version: 2.6.2
2013-10-01 15:26:43.792 [DEBUG][1] About to detect digital tuners
2013-10-01 15:26:43.843 [DEBUG][1] About to check for HDPVR/Colossus/Siena tuners.
2013-10-01 15:26:43.860 [DEBUG][1] About to check for analog tuners
2013-10-01 15:26:44.052 [DEBUG][1] skipping 'Realtek HD Audio Front Mic input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.053 [DEBUG][1] skipping 'Realtek HD Audio Line input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.054 [DEBUG][1] skipping 'Realtek HD Audio Mic input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.055 [DEBUG][1] skipping 'Realtek HD Audio Stereo input' (not in AnalogDevices.xml)
2013-10-01 15:26:44.055 [DEBUG][1] skipping '713x BDA Analog Capture ' (not in AnalogDevices.xml)
2013-10-01 15:26:48.921 [DEBUG][1] storing Position (1):221,79
2013-10-01 15:26:48.922 [DEBUG][1] storing Size (1):789,521
2013-10-01 15:26:49.077 [INFO][1] Exiting...
2013-10-01 15:26:49.077 [INFO][1] Done.