NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Forum Issues & Documentation v
« Previous 1 … 6 7 8 9 10 11 Next »
A Couple of New Pages

 
  • 0 Vote(s) - 0 Average
A Couple of New Pages
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#11
2006-03-15, 06:11 AM
sub Wrote:zehd, I've updated the page to say the MCE2004 and MCE2005 remotes are directly supported. I use both of these remotes almost daily with GB-PVR, and they work well without needing HIP or Girder.

Thanks man, always appreciated to get direction 'from the horses mouth'...

Frank
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#12
2006-03-15, 06:14 AM
David Wrote:You might mention that several of the utilities come with sample batch files. You may also want to consider putting up some empty batch files (maybe with some comments) as templates. This could help the more timid get going.

I also thought the last sentence on the preprocessing.bat description sounded a bit harsh. Either the original developer or one of his users saw or had a need for it.

Excellent comments, thanks. I'll soften the sentence, and make room for Sample Bats....

Thanks

Frank
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#13
2006-03-15, 06:16 AM
erik Wrote:Frank,

This
"you must edit the ‘ComSkip.ini’ with live_tv=1."
is not true.
"you must edit the ‘ComSkip.ini’ with live_tv=1 when you want comskip to write the list of commercials during the recording as soon as they are found."
If you need the list of commercials only to be available after the total recording finishes its better NOT to use live_tv=1 because then disk traffic will be lower.

Thanks. I will be updating that info

Frank
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#14
2006-03-15, 09:04 AM
sub Wrote:When you try the coloured buttons, do you get some messages in GBPVR.exe.log starting with either "Received WM_INPUT:" or "Received WM_APPCOMMAND:"? If so, let me know what codes exactly it is logging.

This is the sequence of pressing red-green-yellow-blue twice in the video archive menu.

[HTML]
15/03/2006 7:58:45 PM.906 VERBOSE [2] Received WM_INPUT: 23299
15/03/2006 7:58:46 PM.468 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:47 PM.578 VERBOSE [2] Received WM_INPUT: 23555
15/03/2006 7:58:48 PM.093 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:48 PM.765 VERBOSE [2] Received WM_INPUT: 23811
15/03/2006 7:58:49 PM.328 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:49 PM.937 VERBOSE [2] Received WM_INPUT: 24067
15/03/2006 7:58:50 PM.656 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:51 PM.843 VERBOSE [2] Received WM_INPUT: 23299
15/03/2006 7:58:52 PM.296 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:52 PM.656 VERBOSE [2] Received WM_INPUT: 23555
15/03/2006 7:58:53 PM.046 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:53 PM.421 VERBOSE [2] Received WM_INPUT: 23811
15/03/2006 7:58:53 PM.765 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:54 PM.125 VERBOSE [2] Received WM_INPUT: 24067
15/03/2006 7:58:54 PM.531 VERBOSE [2] Received WM_INPUT: 3

[/HTML]
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
RattyDAVE
Offline

Member

Posts: 92
Threads: 11
Joined: Mar 2006
#15
2006-03-15, 10:06 AM
1st of all thank you for a FANTASTIC application! The kids live it and also my other half does too! (and that is saying somthing!)

Anyway my question is.....

I have wrote and small batch file, UpdateEPG.batthat calls XMLTV. This works perfectly when I run it manually.

From the ICON by the clock I click Update EPG and it does not call that batch file.
I have also tried Update EPG from "Edit Recording Source." This still does not run the UpdateEPG.bat file.

The UpdateEPG.bat file lives in C:\Program Files\devnz\gbpvr\

Anything I am missing?

Thanks

DAVE
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,106
Threads: 771
Joined: Nov 2003
#16
2006-03-15, 04:49 PM
Quote:I have wrote and small batch file, UpdateEPG.batthat calls XMLTV. This works perfectly when I run it manually.

From the ICON by the clock I click Update EPG and it does not call that batch file.
I have also tried Update EPG from "Edit Recording Source." This still does not run the UpdateEPG.bat file.

The UpdateEPG.bat file lives in C:\Program Files\devnz\gbpvr\

Anything I am missing?
Its probably path related. Look closely at the batch file - there is probably something assumes what the current directory is. You should try explicity adding the following like to the start of your batch file:

CD "c:\program files\devnz\gbpvr"
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,106
Threads: 771
Joined: Nov 2003
#17
2006-03-16, 05:46 AM
wannabepvr Wrote:This is the sequence of pressing red-green-yellow-blue twice in the video archive menu.

[html]
15/03/2006 7:58:45 PM.906 VERBOSE [2] Received WM_INPUT: 23299
15/03/2006 7:58:46 PM.468 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:47 PM.578 VERBOSE [2] Received WM_INPUT: 23555
15/03/2006 7:58:48 PM.093 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:48 PM.765 VERBOSE [2] Received WM_INPUT: 23811
15/03/2006 7:58:49 PM.328 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:49 PM.937 VERBOSE [2] Received WM_INPUT: 24067
15/03/2006 7:58:50 PM.656 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:51 PM.843 VERBOSE [2] Received WM_INPUT: 23299
15/03/2006 7:58:52 PM.296 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:52 PM.656 VERBOSE [2] Received WM_INPUT: 23555
15/03/2006 7:58:53 PM.046 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:53 PM.421 VERBOSE [2] Received WM_INPUT: 23811
15/03/2006 7:58:53 PM.765 VERBOSE [2] Received WM_INPUT: 3
15/03/2006 7:58:54 PM.125 VERBOSE [2] Received WM_INPUT: 24067
15/03/2006 7:58:54 PM.531 VERBOSE [2] Received WM_INPUT: 3

[/html]
wannabe, any chance you can see if the attached patch helps?
RattyDAVE
Offline

Member

Posts: 92
Threads: 11
Joined: Mar 2006
#18
2006-03-16, 11:50 AM
sub Wrote:Its probably path related. Look closely at the batch file - there is probably something assumes what the current directory is. You should try explicity adding the following like to the start of your batch file:

CD "c:\program files\devnz\gbpvr"

I have changed the UpdateEPG.bat file so it contains.

echo TEST > c:\test.txt

Thats all it contains. If the file c:\test.txt is created then I know it works. GBPVR does not call this file at all. HELP!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,106
Threads: 771
Joined: Nov 2003
#19
2006-03-16, 04:12 PM
You do realise the UpdateEPG.bat file is only called with the Automated EPG update, not when you manually click the 'Update EPG' button?
RattyDAVE
Offline

Member

Posts: 92
Threads: 11
Joined: Mar 2006
#20
2006-03-16, 05:14 PM
Nope I did not realise!

Right off to do some more testing..

Thanks

DAVE
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Wiki pages steeb 38 41,174 2010-02-03, 11:00 AM
Last Post: liteswap
  wiki pages asking for passwords kayak4ever 1 2,174 2006-12-03, 10:40 PM
Last Post: -Oz-

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

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

Linear Mode
Threaded Mode