I am finishing up my first plugin and I am having trouble with logging. I call Logger.Verbose("data to log"), but I don't see anyplace that it was logged. Is there something else I must do to enable logging?
First of all, I'm new to GBPVR and this forum so forgive me if I've missed an obvious (to everyone else) point.
I have my TV-PC set up thus:
Win XP Pro
Hauppauge Nova-T PCI
Digiguide with web server (so I can set up recordings from elsewhere).
DTVRecord to interface Digiguide with the Nova-T.
The kit works beautifully, the family can work it, all is well.
I'd like to replace the PC under the TV with a Media MVP. This also works well, especially using the GBPVR server (without the EPG and recording functions - not as good as Digiguide) but, to set up a recording from the TV requires a web browser to view Digiguide. Is there such a plugin? How difficult would it be to produce one?
Only for the Dutch (or other people using our roads of course ;-)
Change Log:
Dutch TrafficPlugin v0.1
========================
Traffic Information grabber from Nozema.nl (Dutch TMC source).
It takes the list of messages from the main page and gets the details from the links in there.
Info is presented similar to most plugins using the default Blue skin:
- Buttons on the left
- Listbox on the top right
- Detailed info on the bottom right
The information is refreshed every 10 minutes, unless forced by the user by clicking the refresh button.
There are just 2 buttons:
- Refresh: Refresh the information now
- Main Menu: go back to main menu
Navigation is simple:
- left and right keys to switch between button row and listbox.
- up and down keys to select a message.
- Esc/Home to go back
Installation
============
Copy trafficplugin.zip to your GBPVR directory ("C:\Program Files\devnz\gbpvr" usually) and extract the files from there.
To Do
=====
Quite some things:
- support for listbox entries that don't fit on a single row
- make it skinnable and configurable (e.g. refresh rate)
- change the way the information is grabbed from using regular expressions to first 'tidy'ing the Html to Xml
- Put it on a panel
I got a problem with LiveTV not working anymore (when nothing is being recorded). But if something was scheduled for recording, it can timeshift-it so that I can view it...
Sub, I just found this. It looks like, when a conflict exists, if you delete the program that is in conflict but appears under Pending, the conflict will remain in the Conflicts section. If you click Resolve, it does not list a program to cancel. I'm not sure if, because the program stays in the conflict section, it won't record...I haven't tested that far, yet.
I've tried to follow the instructions for getting the MyVideosDemuxing to work. I've looked through the previous posts and through wiki but I must not have something right.
I'm not using the dvd buring functions in my videos as I have another program to burn to dvds. Do I need to enable these functions in the GB-PVR plugin config?
It looks like my postprocessing.bat is working as the demux_queue.txt is generated with my movies in there.
For my postupdateepg.bat file, I took out the del "D:\temp\demux.ajb" for testing and I did see the demux.ajb file in there. I don't get any errors in the postupdateepg.bat when I watch it, but the demux program just doesn't seem to be working as the files that should be demuxed aren't changed at all.
Here's my postprocessing.bat:
comskip %1
RenameRecordings.exe %1 > RenameRecording.log
rectracker %1 > rectracker.log
demux.exe -a demux_queue.txt %1
Here's my postupdateepg.bat:
cd c:\program files\devnz\gbpvr
PriorityRecording.exe > recording.log
zapimport garetmax amber11
rectracker -purge
Demux.exe -d "demux_queue.txt" "D:\temp\temp.mpv" "D:\temp\temp.mpa" "D:\temp\demux.ajb"
del "demux_queue.txt"
defrag G: -v -f
Here's my convert.bat:
D:\TIVO - Demux1\utils\pva\cmdshell\cPVAS.exe "D:\temp\demux.ajb"
D:\TIVO - Demux3\Utils\dvdauthor\mplex -f 8 -o %1 %2 %3
del "D:\temp\demux.ajb"
del %2
del %3
Are there any problems in my batch files?
Do I need to do anything with the file in the gui folder (PVAStrumento.exe) that I downloaded? I do have the cPVAS.exe file in the cmdshell folder as shown above. Did I even need these PVAStrumento programs if I'm not using GB-PVR to burn dvd's?
Do I need to download any other programs (DVDDecripter?, etc.)
I really want this demuxing to work so it will cut down time on dvd burning as I record a lot of movies.
I've just built my PVR today, and I'm really impressed with GB-PVR so far.
However, whenever I turn the OSD on while watching live TV I get a slight jutter (freeze frame for about 3 frames) every second or so, when the OSD is off I don't get any jutters.
This does not appear to be happening when watching some divX & xVid files I have in my library.
My setup is:
PVR 250
ATI Radeon 7000 (Omega drivers)
1 ghz AMD processor
768Mb Ram (133 I think)
Soundblaster 24bit 7.1
I have a maxtor 80Gb drive split into 4 partions (d,e,f are pretty much empty and all defragged) of:
C: 9Gb System
D: 4.5Gb Page file & liveTV
E: 24Gb Applications
F: 35Gb Recorded files
I've tried playing around with most of the options but nothing seems to have fixed it, I haven't tried ffdshow but I'm not sure if that's just used for decoding already encoded files or not.