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,179
» Latest member: furtiolli195
» Forum threads: 65,374
» Forum posts: 602,153

Full Statistics

Online Users
There are currently 1427 online users.
» 0 Member(s) | 1422 Guest(s)
Applebot, Baidu, Bing, Google, Yandex

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
4 hours ago
» Replies: 1
» Views: 109
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 93
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 87
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 129
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,790
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 174
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,445
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 347
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 252
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 533

 
  A manual...
Posted by: delley - 2004-09-18, 11:28 PM - Forum: Wishlist - Replies (9)

Every piece of good software needs a manual. And this is good software, so where is the manual???

And even though a lot of the things is pretty straight forward, it seems to me there is a lot of hidden features that could be used if you only knew about them...

If help is needed to write it. I'd be happy to [Image: smile.gif]

delley

Print this item

  Ctrl-B
Posted by: aegisx - 2004-09-18, 09:02 PM - Forum: MVP & NMT - Replies (2)

How would I change the way the lists look with the remote (or by default in GBPVR)? Like the way ctrl-b would.

Print this item

  No playback
Posted by: Axmonkey - 2004-09-18, 05:17 PM - Forum: GB-PVR Support (legacy) - Replies (1)

Pentium III 800, intell MB, PVR250, Geforce MX440, XP

Everthing records fine, but when I hit "play" on recorded videos nothing happens, LiveTV records to the disk but never plays back.
I can play the recordings and LiveTV files fine with Media Player Classic on the same machine. I even reloaded XP, but no difference.

Print this item

  "Record Season" problem if epsiode name is given
Posted by: ypath2004 - 2004-09-18, 04:34 PM - Forum: GB-PVR Support (legacy) - Replies (2)

Hi!

When the no. of the epsiode is also given in the series name (e.g. "King Of Queens Epsiode 5" instead of just "King Of Queens&quotWink it is not possible to shedule the whole season for recording, as only "King Of Queens Epsiode 5" would match.
What can I do to setup a season recod timer that matches "King Of Queens" only, as I want to record all Seasons of this Season, not just episode 5 and its recurrences.

BTW, I'am using XMLTV and the german tvtoday plugin to get the EPG informatons.

Cheersm,
ypath

hm, as long as no one gives me a hint how to solve that, i'll cut of the extra info in XMLTV file with this command (right after my daily update of XMLTV):

cat temp.xml|sed -e"s/ [1234567890]*. Teil//i" > a.xml

Print this item

  freeze of tv live???
Posted by: sweetthdevil - 2004-09-18, 04:27 PM - Forum: GB-PVR Support (legacy) - Replies (18)

So here it goes, i just instal GB_PVR on my laptop, with a hauppaugge tvr2 usb, i run the set up soft, get the channel, and restart the computer, but when i try to watch the tv live the soft freeze and don't respond anymore.... should i unstal the win tv soft, or where it come from, please tell, i can't take it anymore [Image: sad.gif]

Print this item

  how do I access a variable from different class
Posted by: tkgafs - 2004-09-18, 11:10 AM - Forum: Developers - Replies (1)

hello,

I know this is a bit off topic but hopefully a more experienced c# programmer can point me in the correct direction

I am trying to make what I thought was small amendment to the jukebox plugin so that it will display a deafult image if no image is available in the current folder.

I want to read the variable userDir defined in the class FileSelectionTask from the function render in the class CurrentTrackTask , but I have no idea how to do it.

code fragments as follows
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
public class FileSelectionTask
{
private string userDir;

public void AddMusicDir(string name)
{
if (userDir == "")
{
userDir = name; // I want to read userDir
}
dbDirs.Enqueue(name);
}
}

public class CurrentTrackTask
{
public void Render(Graphics g)
{
.... lots of code

I'd like to say
string noIndexName = userDir + "\\noimage.jpg";
and then use it later in the function
}
[/QUOTE]

I have treid things like FileSelectionTask.userDir
or creating public static string topMusicDir in the FileSelectionTask and copying userDir to it.

then referencing topMusicDir or FileSelctionTask.topMusicDir from the other class

but nothing seems to give me the contents of the variable

any *pointers [Image: rock.gif] gratefully received

tkgafs

Print this item

  MediaMVP Keycodes
Posted by: Tobias - 2004-09-18, 10:28 AM - Forum: Developers - Replies (1)

I have stumbled in to a problem...

In my upcoming AlbumPlayer plugin (which is based on the Jukebox plugin) I want to force a &quot;Render&quot; of the currently playing list. With MediaMVP is not a good thing to use the &quot;Continuously update...&quot; setting since the plugin gets extremely slow...

Anyway, in the jukebox plugin you press the green key on the remote to update/view the currently playing list (queue) which causes the screen to update. I want to do the same when pressing Skip/Previous on the remote (switch songs in playlist). I found this code:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
/// Is called by GBPVR in response to a key being pressed while this
/// task is active. The task should return true if it has performed some action
/// as a result of the key press - which will inturn cause the task to be render()'d
/// </summary>
public bool OnKeyDown(System.Windows.Forms.KeyEventArgs e)
{
// Green key skips to now playing list immediately.
if ( e.Control &amp;&amp; e.KeyCode == Keys.G )
{
mode = 1;
return true;
}
...
[/QUOTE]

Aha, I figured. If I only added the Skip/Previous keys here and returned &quot;true&quot; if they were pressed it should render automatically (read the comments).

But which keys do I use? I have tried with Keys.MediaNextTrack and Keys.MediaPreviousTrack without result...

It would be awesome to get a keylist for the Media MVP remote and which key definition in the code that match a certain key. Anyone done this?

Print this item

  Editing recording sources
Posted by: arttext - 2004-09-18, 07:23 AM - Forum: GB-PVR Support (legacy) - Replies (4)

I've been messing around with different recording sources to test different TV listings.
But when I delete them (or edit them) and click on &quot;ok&quot; it seems to hav done the job. But when I start GB-PVR again then I notice nothing has changed, go back to Config and see that everything is still the same?

BTW, I do realize that I do a lot of postings here, but I'm still in learning mode.

cheers, arttext

Print this item

  Colr/Brightness/Contrast Calibration
Posted by: Gemini1706 - 2004-09-18, 06:44 AM - Forum: GB-PVR Support (legacy) - Replies (1)

I use my AVIA disk to calibrate my standalone DVD/TV ...etc.
But in GB-PVR (and HTPC) in general, things tend to be more complex:

1- Capture Calibration: How to calibrate how my PVR-250 card captures color? What is software to use to change those setting? If it is the driver, how can I call it? From Control Panel?

2- Playback calibration, Part1 : Can I just plug my AVIA (or burn an ISO of AVIA) and play it back using GB-PVR to calibrate brightness/contrast/color, and this is by changing the settings on my TV?

3- Playback calibration, Part2: Video Card settings calibration? How to do?
I believe that the video card settings should be calibrated too, but how? What tool to use?

Too complex for me to think about, so if anybody know how, or a link that explains it, that would be appreciated [Image: smile.gif]

What is the best order to do the three steps listed above?

Thanks a lot in advance...

Print this item

  MVP Hanging
Posted by: tle - 2004-09-18, 04:42 AM - Forum: MVP & NMT - No Replies

Just got it all working nicely from a Dell PC, using the WinTV-PVR250, GB-PVR, across to the MVP and into a TV from there.

Recorded a prgram as well - excellent.  Then my wife watched some real TV (on the TV).  After the show, I went back to the MVP menu, but the whole thing had hung.  I had to reboot the MVP twice before it would start up again properly...happened quite a few times since then as well.

Any ideas?

Thanks - awesome product though...

Cheers
Tim

Print this item

Pages (6435): « Previous 1 … 6217 6218 6219 6220 6221 … 6435 Next »
Jump to page 

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