NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,182
» Latest member: williams25
» Forum threads: 65,377
» Forum posts: 602,178

Full Statistics

Online Users
There are currently 935 online users.
» 1 Member(s) | 928 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand

Latest Threads
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
8 hours ago
» Replies: 7
» Views: 50
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
11 hours ago
» Replies: 43
» Views: 6,246
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 60
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 133
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 131
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 98
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 147
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,864
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 189
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,462

 
  Video Blaster DigitalVCR
Posted by: cd69 - 2004-12-17, 12:13 AM - Forum: GB-PVR Support (legacy) - Replies (2)

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!

Print this item

  Video Blaster DigitalVCR???
Posted by: cd69 - 2004-12-17, 12:11 AM - Forum: Hardware - Replies (3)

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!

Print this item

  a couple of newbie questions
Posted by: xsupernerdx - 2004-12-16, 09:40 PM - Forum: GB-PVR Support (legacy) - Replies (2)

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?

Print this item

  External Recordings Manager
Posted by: KingArgyle - 2004-12-16, 06:00 PM - Forum: Developers - Replies (70)

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.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<GBPVR>
<Recording type="Season" priority="1">
<Channel>4</Channel>
<ProgramName>Days of Our Lives</ProgramName>
<RecordingType>All Episodes</RecordingType>
<CaptureSource>1</CaptureSource>
</Recording>
<Recording type="Season" priority="2">
<Channel>3</Channel>
<ProgramName>Star Trek: Enterprise</ProgramName>
<RecordingType>New Episodes</RecordingType>
<CaptureSource>1</CaptureSource>
</Recording>
<Recording type="Single" priority="3">
<Channel>37</Channel>
<ProgramName>West Wing</ProgramName>
<RecordingType>All Episodes</RecordingType>
<CaptureSource>1</CaptureSource>
<ScheduleTime>
<Start date="2004-04-10" time="14:00"/>
<End date="2004-10-10"/>
</ScheduleTime>
</Recording>
<Recording type="Season" priority="4">
<Channel>4</Channel>
<ProgramName>West Wing</ProgramName>
<RecordingType>All Episodes</RecordingType>
<CaptureSource>1</CaptureSource>
</Recording>
<Recording type="All" priority="5">
<ProgramName>Stargate: Atlantis</ProgramName>
<RecordingType>All Episodes</RecordingType>
<CaptureSource>1</CaptureSource>
</Recording>
<Recording type="Manual" priority="6">
<Channel>4</Channel>
<ProgramName>Manual</ProgramName>
<RecordingType>Daily/Weekly</RecordingType>
<CaptureSource>1</CaptureSource>
<ScheduleTime>
<Start date="2004-04-10" time="14:00"/>
<End date="2004-10-10"/>
</ScheduleTime>
</Recording>
</GBPVR>
[/QUOTE]

Yes, &quot;Days of Our Lives&quot; is on there for my wife. There is #### to pay if that is not recorded. [Image: smile.gif]

For the type attribute, the values are &quot;All&quot;, &quot;Season&quot;, &quot;Single&quot;. 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.

The rest I think is fairly self explanatory.



Print this item

  OSD on TV - MVP
Posted by: anedjf - 2004-12-16, 04:41 PM - Forum: GB-PVR Support (legacy) - Replies (5)

I'm running .2313, and since .2311, the OSD dosen't work when watching through my MPV, it does work when viewingo on my PC. I've got a PVR 250.

My MPV remote works fine otherwise.

A second question, where is the remote configuration file? I rember seeing it somewhere, but can't seem to find it now (Maybe thats my problem).

Thanks,
ANEDJF

Print this item

  email-notifications and description-files
Posted by: mz-system - 2004-12-16, 03:53 PM - Forum: Wishlist - Replies (1)

my wishlist:

email-notifications:

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.

this were fine [Image: cool.gif]



Print this item

  XRecord v.07 is now available
Posted by: jorm - 2004-12-16, 03:10 PM - Forum: Community Announcements - No Replies

XRecord v.07 is now available at

http://www.bladerhq.com/pmwiki/pmwiki.ph...in/XRecord

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.

Print this item

  A MVP like PC
Posted by: The_Mad - 2004-12-16, 01:23 PM - Forum: MVP & NMT - Replies (3)

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.

Thanx
The Mad

Print this item

  Font Size change in OSD
Posted by: The_Mad - 2004-12-16, 01:16 PM - Forum: GB-PVR Support (legacy) - Replies (3)

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.

A big Fan
The Mad

Print this item

  TVGuide with categories "plugin"
Posted by: alexey - 2004-12-16, 01:10 PM - Forum: Community Announcements - No Replies

hi there.

I´ve written an TV-guide plugin for search by category and time.
[Image: screenshot.gif]

Programm:
the programm

As I´m one of those JAVA-Guys &amp; 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 &amp; 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-&gt; 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.

example:
TvGuide xmlfile=tvdata.xml recorderclass=recorder.GBPVRrecorderImpl code=UTF-8 O
DBC_URL=jdbc:odbc:GBPVR capturesource=1 qualitylevel=1 prepad=4 postpad=4

have fun with a more selective TV-consumption. Wink Yours Alexey

Print this item

Pages (6435): « Previous 1 … 6099 6100 6101 6102 6103 … 6435 Next »
Jump to page 

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