NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 56 Next »
GuidePlus for NPVR

 
  • 0 Vote(s) - 0 Average
GuidePlus for NPVR
Karyudo
Offline

Member

Posts: 70
Threads: 5
Joined: Oct 2012
#111
2013-08-05, 05:28 AM
It seems my GuidePlus no longer works. I can't figure out why it's now crashing after hanging on The Colbert Report. What do I need to post in order to get a hand troubleshooting this? I'm very, very frustrated at the moment, so please step me through it like I'm a complete idiot (which I obviously am -- everybody else has this working fine).
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#112
2013-08-12, 07:37 PM
You can start with the log or the text in generates in a command window. You could also zip the original XML and send that along with your command line.

And you are not any type of idiot - since I write things mostly for me (selfishly) error handling always does not get the best treatment,

CV
JavaWiz
Online

Posting Freak

Jacksonville, FL. USA
Posts: 2,521
Threads: 141
Joined: Dec 2006
#113
2013-08-24, 01:30 AM
I've started using GuidePlus to augment my EPG. I seem to have it all working, but I notice an error in the log when I run. In log below, notice PARM1 (xmlin) throws an error, yet it all seems to work ok. Is this just a bug in the program or am I doing something wrong?

Command Line: GuidePlus.exe xmlout=%GUIDEPLUSOUT% xmlin=%XMLTVOUT% logfile=%GPLOGFILE% >>%LOGFILE%
Where:
XMLTVOUT: d:\xmltv\NPVR_xmltvSD.xml
GUIDEPLUSOUT: d:\xmltv\NPVR_xmltv.xml


Output:
Code:
*** Parm 0 = xmlout=d:\xmltv\NPVR_xmltv.xml
*** Parm 1 = xmlin=d:\xmltv\NPVR_xmltvSD.xml
Error in parameter 1 ( xmlin=d:\xmltv\NPVR_xmltvSD.xml ) not recognized.
*** Parm 2 = logfile=c:\Users\Public\NPVR\Logs\GuidePlus.log
*** Reading xml file ***
Reading xml guide file d:\xmltv\NPVR_xmltvSD.xml
*** Finished reading xml file ***
*** Altering guide in memory ***
*** Finished altering guide in memory ***
*** Writing altered xml file ***
Writing xml guide file d:\xmltv\NPVR_xmltv.xml
*** Finished writing altered xml file ***
*** Altering filenames and/or archiving ***
  Re-grouping and renaming series recordings.
*** Finished altering recordings in database ***
*** Writing guide history & show file ***
Writing show file C:\Users\Public\NPVR\showDetail.txt
*** Finished writing guide history & show file ***
*** Exiting nGuidePlus. ***
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#114
2013-08-26, 03:18 AM
It's a known bug, you may also notice the log file arg does not work. I have a fix for both and should release soon, however, it does not affect the main functionality so no big worries.
JavaWiz
Online

Posting Freak

Jacksonville, FL. USA
Posts: 2,521
Threads: 141
Joined: Dec 2006
#115
2013-08-27, 12:31 AM
Thanks for the response. Seems to be working great for me!
TomH
Offline

Member

Posts: 177
Threads: 10
Joined: Aug 2006
#116
2013-11-14, 05:57 PM
I have been looking for a file renaming tool - I want to see subtitle in the filename (such as when when using Roku)

I am running Win7 (all updates) with nPVR 3.1.1, mc2xml to generate the xmltv.xml (which does have the 'subtitle' data field)

Trying guidePlus - not working (yet Wink )

the guidePlus.exe is in my c:\EPG\

My UpdateEPG.bat
--------------------------------
C:
cd "C:\EPG"
mc2xml_donator_newMC_version12.exe -f -c -C mc2xml.chl -d 336 us -g 01970 -o xmltv_beforeGuidePlus.xml
--------------------------------

My PostUpdateEPG.bat
--------------------------------
C:
cd "C:\EPG"
guidePlus.exe xmlin="C:\EPG\xmltv_beforeGuidePlus.xml" xmlout="C:\EPG\xmltv_atsc.xml" rename=On
--------------------------------

(1) From NPVR/Setting/Channels - I do "Empty EPG" confirmed guide is empty
(2) From NPVR/Setting/Channels - I then do "Update EPG"

Onscreen display shows
(1) UpdateEPG.bat running
then new display window
(2) "gudePlus has stopped working"

No "xmltv_atsc.xml" file created

Anyone know about this stuff or can see what I'm fowling up???

Sincere thanks for any help or pointers you might be able to give,
TomH
[SIZE="1"]/TomH/ Win7 running nPVR 3.1.1 (via NMTInstall2) on HP p6624y AMD AthlonII 635, 8Gb, 1Tb, HVR-2250 (ATSC) + WebRadio, Universe (broken), BlueRetroVE+, TV Listings. SearchLite Network: Cable Modem - Belkin 54g router - box#1 Win7 Next-PVR 3.1.1, box#2 Win7 wireless laptop, and 2x wired eGreat M34A NMT clients[/SIZE]
Graham
Offline

Posting Freak

UK
Posts: 4,061
Threads: 102
Joined: Dec 2005
#117
2013-11-14, 06:12 PM
TomH Wrote:I have been looking for a file renaming tool - I want to see subtitle in the filename (such as when when using Roku)
There is also

http://www.nextpvr.com/nwiki/pmwiki.php?...geGrabLite
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#118
2013-11-14, 06:25 PM
TomH Wrote:I have been looking for a file renaming tool - I want to see subtitle in the filename (such as when when using Roku)

I am running Win7 (all updates) with nPVR 3.1.1, mc2xml to generate the xmltv.xml (which does have the 'subtitle' data field)

Trying guidePlus - not working (yet Wink )

the guidePlus.exe is in my c:\EPG\

My UpdateEPG.bat
--------------------------------
C:
cd "C:\EPG"
mc2xml_donator_newMC_version12.exe -f -c -C mc2xml.chl -d 336 us -g 01970 -o xmltv_beforeGuidePlus.xml
--------------------------------

My PostUpdateEPG.bat
--------------------------------
C:
cd "C:\EPG"
guidePlus.exe xmlin="C:\EPG\xmltv_beforeGuidePlus.xml" xmlout="C:\EPG\xmltv_atsc.xml" rename=On
--------------------------------

(1) From NPVR/Setting/Channels - I do "Empty EPG" confirmed guide is empty
(2) From NPVR/Setting/Channels - I then do "Update EPG"

Onscreen display shows
(1) UpdateEPG.bat running
then new display window
(2) "gudePlus has stopped working"

No "xmltv_atsc.xml" file created

Anyone know about this stuff or can see what I'm fowling up???

Sincere thanks for any help or pointers you might be able to give,
TomH

If you want to 7-zip and send your guide file I can take a look - also if you run PostUpdateEPG manually from the command line what does the output look like (alternately set a log file for guidePlus and send that as well.) My guess is its an issue with parsing the epf file since I use schedules direct and mc2xml may use a different format

CV
TomH
Offline

Member

Posts: 177
Threads: 10
Joined: Aug 2006
#119
2013-11-14, 08:02 PM (This post was last modified: 2013-11-14, 08:57 PM by TomH.)
Graham:
Thanks... that was easy enough (got it working on the second try Wink ) Don't yet know if it's the total solution, but it is indeed adding "subtitle" to the filename(s).

CV: ( "author, author" )
Thanks for replying... I will attempt to provide the info you requested - as it may help you (a) see the error in my ways Wink , or (b) provide info that might be of general benefit.
I assume by "guide file" you are referring to the mc2xml-generated xmltv...xml file.
How do I "set a log file for guidePlus" ?
Attaching a screenshot of the command line run of PostUpddateEPG

Well Attachment was unreadable Duh!

Here's text snip from the screen
------------------------------------------------------------------------------------------------------------------------
C:\Users\Public\NPVR\Scripts>C:

C:\Users\Public\NPVR\Scripts>REM QQ

C:\Users\Public\NPVR\Scripts>cd "C:\EPG"

C:\EPG>REM QQ

C:\EPG>guidePlus.exe xmlin="C:\EPG\xmltv_beforeGuidePlus.xml" xmlout="C:\EPG\xmltv_atscTEST.xml" rename=On
nGuidePlus.exe version .86

*** Parm 0 = xmlin=C:\EPG\xmltv_beforeGuidePlus.xml

Error in parameter 0 ( xmlin=C:\EPG\xmltv_beforeGuidePlus.xml ) not recognized.

*** Parm 1 = xmlout=C:\EPG\xmltv_atscTEST.xml

*** Parm 2 = rename=On


Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencie
s. The system cannot find the file specified.
File name: 'System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'
at ShowDetail.IShows.addNpvrRecordingsToShowList(String dbaseDir, Boolean modeNpvr)
at guidePlus.Program.Main(String[] args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
------------------------------------------------------------------------------------------------------------------------

EDIT :: Just to reassure you... (for the "Error in parameter 0" ) I entered (cut and pasted)
the "C:\EPG\xmltv_beforeGuidePlus.xml" at the command line and
Windows prompted me for an application ,
I selected Firefox, and the browser displayed the file just fine. So I (we?) believe that there's no typo involved Wink

EDIT2 :: Attached is the zip of the guide file

Thanks
TomH
[SIZE="1"]/TomH/ Win7 running nPVR 3.1.1 (via NMTInstall2) on HP p6624y AMD AthlonII 635, 8Gb, 1Tb, HVR-2250 (ATSC) + WebRadio, Universe (broken), BlueRetroVE+, TV Listings. SearchLite Network: Cable Modem - Belkin 54g router - box#1 Win7 Next-PVR 3.1.1, box#2 Win7 wireless laptop, and 2x wired eGreat M34A NMT clients[/SIZE]
thegpfury
Offline

Junior Member

Posts: 26
Threads: 5
Joined: Feb 2011
#120
2014-05-20, 02:31 PM
Hi,

I'm getting endless 500 errors while trying to run an update. Every time it does "searching for show on internet" I get a system.net.webexception: the remote server returned an error: (500) internal server error at system.net.httpwebrequest.getresponse()

Any ideas?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (15): « Previous 1 … 10 11 12 13 14 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BlueRetroVE+ skin for NPVR Jaggy 101 29,099 2018-01-10, 04:48 AM
Last Post: pitbull1969
  NextBlue skin for npvr Northpole 162 45,485 2015-12-16, 07:39 PM
Last Post: Northpole
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 2,451 2014-02-09, 01:32 PM
Last Post: Lao Pan
  xnpvrcli - linux/unix client for NPVR tmrt 43 15,849 2013-06-08, 01:18 PM
Last Post: Reddwarf
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 15,955 2013-04-11, 05:58 AM
Last Post: kendrak24
  SSPlus v1.0.0 (Screensaver for NPVR) ACTCMS 12 3,154 2012-01-28, 10:03 PM
Last Post: mvallevand
  Just:Retro skin for NextPVR (npvr) Jaggy 4 1,791 2012-01-22, 10:42 PM
Last Post: Jaggy
  SearchLite - Yet Another NPVR Genre Maker mvallevand 12 4,568 2012-01-21, 04:15 PM
Last Post: mvallevand
  Volume OSD plugin for nPVR McBainUK 27 8,687 2011-09-06, 05:12 AM
Last Post: Wakalaka
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,210 2011-09-03, 08:15 AM
Last Post: systemshark

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

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

Linear Mode
Threaded Mode