Hi there!I have this PVR card from Creative and was wondering if it is supported by GB-PVR.Could someone please let me know before I download and install this program.TIA for your help!
Hi there!I have this PVR card from Creative and was wondering if it is supported by GB-PVR.Could someone please let me know before I download and install this program.TIA for your help!
will divx/xvid files play through the media library of gbpvr? also, does gbpvr (or a plugin) support any kind of file stacking? for example, if i have a movie split into two files, can i tell the program to queue one video file to start after the first is finished?
With sub taking a well deserved break, and since I have seen this requested a number of times, I'm fielding questions and suggestions on an External Recordings Manager. Basically, it'll be an XML file that contains a list of the Shows that you want to record. Within the file, will be the ability to specify the priority a show gets, and the channel that it airs. The main reason for this is to help with some of the conflicts that can occur. If two shows come on at the sametime and you only have one tuner, then you have a conflict. There will be the ability to specify which CaptureSource to use (i.e. if you have more than one Tuner, which tuner to use) If a tuner is not specified, it will default to tuner that doesn't have anything scheduled at that time.
This will be console based app, and probably should be run after the Episode Guide update occurs. This is a seperate application from the AddReOccuring utility that I wrote to search for Keywords in the episode guide. I know that Jorm is enhancing that utility to work with his Zap2It meta database.
Actual recordings, will still be handled by GBPVR. All entries will be entered in as ONCE recordings just as GBPVR currently does for all recordings. I will also add an interface to the Web Admin to manage the priority of the recordings. If somebody wants to write a plugin manager for this, that would be great.
Anyway, below is the sample XML file I'm thinking of using. Comments and feature requests are welcome. I have no specific time frame to completing this, but hope to have something before the end of the year.
Yes, "Days of Our Lives" is on there for my wife. There is #### to pay if that is not recorded.
For the type attribute, the values are "All", "Season", "Single". All - scans all channels for this Episode. Season specifies a season recording, and Single specifies a one time recording that is removed from the list. This can have a ScheduleTime element, that specifies when this program should start recording, and within there an EndDate if specified indicates that this program stops being scheduled on that date and is removed from the list.
send an email to a specified recipient(s) (over a smtp-relay) at:
- recording successfully done, description (from epg)
 (recipients can be choose for every recording-task)
- recording failed (reason)
- recording conflicts
- epg update success/fail
- free diskspace is under *mb
write descritionfiles for every recording-file (infos from epg) and display the infos in the video-library.
New features in v07
can now group by quality
sort indicator on top
Conflict Box.
Conflict Button now turns to yellow when conflict exists so you do not have to enter it to check.
Optional Confirmation box for delete, cancel. (controllable in skin)
Added update show, padding, quality.
bug in free space box doesnt always close in some condition
free space should support the VBR encoding size when
informing the user of the space left.
Hello,
is it possible to write a client for a normal PC which works like a MVP? I have a TV Server on that gp-pvr and the MVP-Server are running. Now i want to watch TV with another PC without TV-Card and not with a MVP. It can be done with vnc but i want to use the integrated feature.
Hello,
i´m testing the very good gb-pvr Software, i get everything working and that´s the only software that have all i need. For a better control of Windows on my TV i must set the Windows font Size to 120%. So everything in Windows is now big enought to work good. I can change the size of the font in gb-pvr with the skin.xml but there is no skin.xml for the osd. Everything in gb-pvr works great but only the osd font is too big.
As I´m one of those JAVA-Guys & progrmming all this as a real gbpv-plugin would have bee too much work for all those controls, ist a java-program compiled to native win32-code. So just add it as a custom task. configuration is made over parameters. just call tvguide -? for al dokumentation.
the program uses the category-description from the tv-data xml-file. so try it & see if it works for your xml-file.
if you click the record this button, the show is scheduled WITHOUT any conflict-check.
you have to manually check it via gbpvr-recordings-conflicts.
Navigation:
here is my irremote.ini section:
[TvGuide]
OK={enter}
SKIPFWD={pgdn}
SKIPREV={pgup}
VOLDOWN={shift}{tab}
VOLUP={tab}
here is the parameterdescription:
usage:
TvGuide.exe [{option=value}]
option can be
xmlfile: Path and filename to the xml-file with the tvdata
If you specify a correct ODBC_URL you can skip this parameter
and the xml file specified in the database is used.
code: unicode of the xml-file. eg. UTF-8
ODBC_URL: URL for JDBC-connection.
for a ODBC-Connection use jdbc:odbc:ODBC-Connectionname.
eg. jdbc:odbc:GBPVR
---------
how to set up a ODBC-Datasource for GBPVRs Access-file:
start-> run : odbcad32.exe
Add, then choose 'Microsoft Access Driver' and click finish
At Datasourcename type 'GBPVR'
and click 'select' and search for your gbpvr.mdb (usually found in c:\program fi
les\devnz\gbpvr
then click OK.
---------
capturesource: the oid of your capturesource.
You can find it in your gbpvr.mdb file.
qualitylevel: the nubmer of your qualitylevel.
You can find it in your gbpvr.mdb file.
prepad : number of minutes to start recording sooner.
postpad: number of minutes to stop recording later.
recorderclass: to choose which recorderclass to use.
by default recorder.GBPVRrecorderImpl is used for GBPVR.
maybe someone likes to implement another recorder class for other
PVR-Software.
Feel free and just implement recorder.recorder interface.