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
toricred
Offline

Senior Member

Posts: 250
Threads: 23
Joined: Aug 2006
#71
2012-11-14, 03:50 AM
Great. I wasn't worried about it, I just wanted to provide as much feedback as possible. Everything is working perfectly now.
Karyudo
Offline

Member

Posts: 70
Threads: 5
Joined: Oct 2012
#72
2012-11-25, 04:08 AM
I've been lurking and following along as GuidePlus has been tweaked over the past month or so. It's good to see GP being actively developed! I'd like to try it -- mostly, I just want to use GuidePlus to move recorded files from my capture box to my WHS 'Recorded TV' share, sometime after the recording's done.

I've got a few questions before I start messing with setup and database stuff I'd rather leave alone if I can:

1. Now that it sounds like the separate trigger database is no longer needed, how do I go about installing GuidePlus?

2. If I'm using the built-in connection to Schedules Direct for schedule data, am I good? Or do I need to do something else? It would be nice for there to be more metadata than what appears in Schedules Direct, but one of the reasons I'm recording what I'm recording is because there probably *isn't* any better source for the shows or metadata about them.

3. Will GuidePlus be able to rename and move files I've previously recorded, using the metadata NVPR got (directly from Schedules Direct?) at the time of recording? It would be handy to have the show name and episode title (or number, or original airdate) included in the filename (and the metadata, of course).
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#73
2012-11-25, 05:11 PM
Quote:1. Now that it sounds like the separate trigger database is no longer needed, how do I go about installing GuidePlus?
It is fairly simple - you need the guidePlus exe and the sql dll. I just create a directory in program files and drop it there. The trickier part is to a) set up an XML source (either XMLTV for schedules direct or mcxml) the non-altered guidefile needs to go somewhere and guidePlus can modify it from there. It means you typically set up an updateEPg.bat in the npvr directory to kick it off. Mine chains the run with the updateEpg running a command file.

epgUpdate.bat
Code:
d:
cd \programs\guidePlus
gPlus.cmd

gPlus.cmd
Code:
d:
cd \programs\xmltv
xmltv.exe tv_grab_na_dd --days 10 --config xmltv-cable.config  --output cable.xml
xmltv.exe tv_grab_na_dd --days 10 --config xmltv-air.config  --output air.xml
xmltv.exe tv_cat air.xml cable.xml >tvGuide.xml
cd \programs\guidePlus
guidePlus.exe xmlin=d:\programs\xmltv\tvGuide.xml xmlout=guidePlus.xml showfile=c:\users\Public\NPVR\showDetail.txt history=c:\users\Public\NPVR\guideHistory.txt rename=yes logfile=d:\Programs\guidePlus\guidePlus.log seriesDir=\\192.168.1.120\disk1\media\series moviedir=\\192.168.1.120\disk1\media\movies archiveAge=3
rem sync time
w32tm /resync

Quote:2. If I'm using the built-in connection to Schedules Direct for schedule data, am I good? Or do I need to do something else? It would be nice for there to be more metadata than what appears in Schedules Direct, but one of the reasons I'm recording what I'm recording is because there probably *isn't* any better source for the shows or metadata about them.
If you want the guide data changes you need to NOT use the built in connection since you need the XML. As to improved metadata GuidePlus tests the length of the description between schedules direct and its various sources (theTVDB, rageTV etc.) so the descriptions may be improved. It does not try to add further metadata (more actors etc.) beyond the original air date, season episode string, subtitle and longer description. Some things it does are no longer necessary (such as adding a * to episodes to new episodes) since similar functionality is now embedded in NPVR.

Quote:3. Will GuidePlus be able to rename and move files I've previously recorded, using the metadata NVPR got (directly from Schedules Direct?) at the time of recording? It would be handy to have the show name and episode title (or number, or original airdate) included in the filename (and the metadata, of course).
Yes that is exactly what it does - it renames with the episode title and s00e00 string and moves the files if directed to. The only caveat is it does this in bulk when the epg update is done not immediately after the recording. It also adds (new) to movies that are new to the guide so its easy to search for movies that you have not had a chance to record yet. Mileage may vary on it renaming older files since it needs some way to find the season and episode string and enough data may not be available. Also if there is no current pending recording of a series it needs to have that series manually added to the showfile, else it will not know to enhance and rename that series.
equinoxe
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Dec 2006
#74
2012-12-05, 03:23 AM
I've been struggling with getting guidePlus to work for a couple of weeks now but it seems to crash every time on execution - Attached is some captured output - any help would be greatly appreciated!

Eric
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#75
2012-12-05, 08:50 PM
equinoxe Wrote:I've been struggling with getting guidePlus to work for a couple of weeks now but it seems to crash every time on execution - Attached is some captured output - any help would be greatly appreciated!

Eric

Are you running on the NPVR box - it is not finding it installed:

"GBPVR/NPVR key / install directory not found."

This is causing the error (which could be better handled) when it tries to reach the database to rename your files

If you have npvr installed, what type of OS are you using? The keys it looks for are in : LocalMachine/Software/NPVR or LocalMachine/Software/Wow6432Node/NPVR

CV
equinoxe
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Dec 2006
#76
2012-12-07, 12:50 AM
Thanks for the quick reply - I am running on the NPVR box under XP and have verified the registry key is there - I've also tried running GuidePlus within the NPVR directory and still get the same error so I was wondering about a couple of options:

1. Possibly bad XML code (in which case is there a good automatic way to clean things up?)
2. Is there a way to explicitly state the NPVR directory or database location to be sure GP can see it?

As a bit more background, the EPG source is MC2XML for Bell TV (Canada) [Note: I've removed the French channels to ensure there is no weird characters perhaps causing issues]

I'm happy to run any debug code or anything else you may want to suggest - right now the PVR isn't in active service so I'm happy to experiment as necessary.

Thanks again for the help and a great app!

Eric
equinoxe
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Dec 2006
#77
2012-12-08, 09:20 PM
[ATTACHMENT NOT FOUND]@carpeVideo

A quick update on this issue, I confirmed that the DB is being updated and then the crash occurs (I noticed the program name detail was altered by GP in NPVR). In trying to test further I moved GP to the same directory as the DB and removed any programs with non-alphanumeric characters (no change) - attached are updated output file and MS error reporting data in case they are helpful
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#78
2012-12-11, 01:35 PM
Quite odd - it says the error is opening the DB file yet it is getting updated in the DB file - let me put in some more logging messages and I will upload a new version for you to try
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#79
2012-12-11, 03:41 PM
Add the flag debug to the command line and give this one a shot, please reply with the log and screen shots again,

CV
equinoxe
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Dec 2006
#80
2012-12-14, 02:21 AM
I tried the new version with a debug flag (both with a filename and without) but it didn't seem to create any output. Attached are the latest screenshots and output in case they're useful.

On a side note, I have a separate batch file that simply performs an archive operation and that works perfectly - very odd

Thanks again for your help and patience with this - it's appreciated!

Eric
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (15): « Previous 1 … 6 7 8 9 10 … 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BlueRetroVE+ skin for NPVR Jaggy 101 41,284 2018-01-10, 04:48 AM
Last Post: pitbull1969
  NextBlue skin for npvr Northpole 162 63,410 2015-12-16, 07:39 PM
Last Post: Northpole
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,432 2014-02-09, 01:32 PM
Last Post: Lao Pan
  xnpvrcli - linux/unix client for NPVR tmrt 43 21,915 2013-06-08, 01:18 PM
Last Post: Reddwarf
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 21,297 2013-04-11, 05:58 AM
Last Post: kendrak24
  SSPlus v1.0.0 (Screensaver for NPVR) ACTCMS 12 5,066 2012-01-28, 10:03 PM
Last Post: mvallevand
  Just:Retro skin for NextPVR (npvr) Jaggy 4 2,660 2012-01-22, 10:42 PM
Last Post: Jaggy
  SearchLite - Yet Another NPVR Genre Maker mvallevand 12 6,257 2012-01-21, 04:15 PM
Last Post: mvallevand
  Volume OSD plugin for nPVR McBainUK 27 11,993 2011-09-06, 05:12 AM
Last Post: Wakalaka
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,712 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