2015-01-15, 03:11 AM
I am having an issue getting XmltvExtras working. Any help would be appreciated. Below is my setup and the issue.
I am running the latest stable build of NextPVR (3.3.8) on Windows 8.1.
My scripts folder (C:\Users\Public\NPVR\Scripts) contains the following files
- PostProcessing.bat
- PostUpdateEPG.bat
- UpdateEPG.bat
- XmltvExtras.exe
I am calling mc2xml.exe in my UpdateEPG.bat file to pull down EPG data.
My EPG is in the following file: "C:\Users\Public\NPVR\Scripts\EPG\TVGUIDE.xml"
The EPG and the script to pull it down seem to be working fine.
My PostUpdateEPG.bat file contains the following:
cd "C:\Users\Public\NPVR\Scripts"
XmltvExtras.exe>XmltvExtras.log
When my EPG updates the XmltvExtras.log file is created with the following message:
Error connecting to database: TV Listings database not found
Exiting.
I am running the latest stable build of NextPVR (3.3.8) on Windows 8.1.
My scripts folder (C:\Users\Public\NPVR\Scripts) contains the following files
- PostProcessing.bat
- PostUpdateEPG.bat
- UpdateEPG.bat
- XmltvExtras.exe
I am calling mc2xml.exe in my UpdateEPG.bat file to pull down EPG data.
My EPG is in the following file: "C:\Users\Public\NPVR\Scripts\EPG\TVGUIDE.xml"
The EPG and the script to pull it down seem to be working fine.
My PostUpdateEPG.bat file contains the following:
cd "C:\Users\Public\NPVR\Scripts"
XmltvExtras.exe>XmltvExtras.log
When my EPG updates the XmltvExtras.log file is created with the following message:
Error connecting to database: TV Listings database not found
Exiting.