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,175
» Latest member: saltim7878
» Forum threads: 65,373
» Forum posts: 602,146

Full Statistics

Online Users
There are currently 1713 online users.
» 0 Member(s) | 1707 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Twitter

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 04:17 PM
» Replies: 0
» Views: 40
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
Yesterday, 10:56 AM
» Replies: 1
» Views: 50
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 81
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,755
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 147
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,418
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 309
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 228
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 510
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,213

 
  Artist Needed
Posted by: CodeMonkey - 2004-04-15, 07:04 PM - Forum: GB-PVR Support (legacy) - Replies (9)

We need someone with artistic talent to create custom weather icons for the weather plugin. Take a look at the 12 weather icons in the blue skin. That's what we need replaced.

If you have any questions, feel free to ask.

Thanks!

Print this item

  Weather icons
Posted by: CodeMonkey - 2004-04-15, 05:01 PM - Forum: Developers - Replies (1)

I sent this initially to support@gbpvr.com but it came back after 3 days as 'Host unreachable'.

Saw this post on the mythtv site and thought you might want to have a look since we are using their icons now too.

Print this item

  Wishes?
Posted by: T8er - 2004-04-15, 03:38 PM - Forum: Wishlist - No Replies

My congrats to you, sub.  I'm impressed.

I would like to request/suggest the following:

- sort buttons for music/video/recordings (by title,by record date)
- display <sub-title></sub-title> from XMLTV listing
- display time in more places (handy to know how much time before recording starts)

Just wanted to let you know your work is appreciated, and to get this on the 'official wishlist'.

I'm a so-so programmer of mainly SQL and Zope background.  If I can help in the work, give me a holler.

virtually,
T8er

Print this item

  Wrong channel selection in Live TV
Posted by: Alexander - 2004-04-15, 11:25 AM - Forum: GB-PVR Support (legacy) - Replies (1)

Hi,
I am a new user of GB-PVR and I have a major problem with the tv viewing and recording. I use WinXP, PVR350 and the WinTV2000 and can watch and record tv through that application. I load tv schedules in the GB-PVR with o2grabber and it works fine (can view schedule). I've selected the PVR 350 and Sweden (where I live) in the Direct Recording Plugin. However when I try to watch though GB-PVR it seem that the application selects the wrong tuning frequencies. Can you override this? I know there are several topics on OSD but I am not sure they concern my problem.  

Please advise!

Regards,
Alexander

Print this item

  Instant Record
Posted by: lagrian - 2004-04-15, 09:24 AM - Forum: Wishlist - Replies (5)

When watching live tv it would be nice to able to push a button that puts it into record mode instantly, then if you come out of live tv or push the button again it stops recording and adds the recording to the recordings folder.

The record button could be a good button for this.

The reason for this is when I am watching tv sometimes I only want to capture say a replay of a goal or try.  But the time you have set a manual recording the moment has passed.

The file could be named using the channel name and progam name.

Thanks once again, its nice to see GBPVR taking shape. Only wish I could do something to help.

Lagrian

Print this item

  Memory Leak in Subs WeatherPlugin
Posted by: TypQxQ - 2004-04-15, 08:18 AM - Forum: Developers - Replies (3)

In the WeatherPlugin source, by sub, haven't checked codemonkey's, there's a memory leak that in my ShutDown Plugin became a HUGE memory leak.

The problem is that in the render method we have:
foregroundImage = new Bitmap(720, 480);

Aperantley you must dispose of Image objects (in the right order too) or they will just add to the memmory...

As the menu is loopable (when presing down on last entry, it goes to first) in my plugin, when holding down the down key, it grew as ####....

I resolved this by adding:
   foregroundImage.Dispose();
   g.Dispose();

This should be done just before returning the compositeScreenImage.

Print this item

  Another net radio issue (maybe fixed?)
Posted by: CodeMonkey - 2004-04-15, 12:27 AM - Forum: GB-PVR Support (legacy) - Replies (4)

Was listening to one station, switched to another.  It started playing.  Wasn't paying attention because I was on the phone, but at some point (< 5 minutes) it switched back to the first station by itself. The display still showed the second station.  Then after about maybe 30 minutes total it stopped playing abruptly.  Attempting to reconnect to any station gave the 'unable to connect' error.  Wouldn't reconnect until I exited out of gb-pvr and restarted.  Then after restarting it would reconnect but stopped after a few minutes.  The entire system is crawling now so I need to reboot [Image: smile.gif]

Might be related to not releasing the stream, resourse leak etc. but just thought I'd mention it.

After the reboot now ... too weird, started gb-pvr and selected 1 station.  It stayed highlighted but Hmmmm ... listening closer, it is playing a exact repeat of what was playing earlier on the other station. Something apparently got pretty hosed.  What can I reset sub? It apparently is playing old stream data.

Print this item

  MVP Remote Special Keys
Posted by: ecruos - 2004-04-14, 10:47 PM - Forum: Developers - Replies (1)

Hi Sub,

I'm writing a Picture viewer plugin (to replicate the original MVP's functionality within GB-PVR), but I've failed to master the "Back" button on the MVP's remote.

Does .NET have access to the following keys:
"Back/Exit", "Go", "Red", "Mute", "Full", "Rwnd", "Ffwd", "Rec"

If so, can IMenuTask be handed events to respond to those keys?


Ecruos

Print this item

  Potential minor bug in net radio
Posted by: CodeMonkey - 2004-04-14, 10:25 PM - Forum: GB-PVR Support (legacy) - Replies (1)

Check out the included image.  The station and genre fields are missing the first letter.  Could be coming in wrong from the source but I have no way of checking.

Can't seem to attach files so here is a link to the .pls file.

[Image: NetRadio%20GUI%20Problem.jpg]

Print this item

  RSS news
Posted by: craigg75 - 2004-04-14, 08:56 PM - Forum: Wishlist - Replies (4)

How about an rss news reader, sort of like how MythTV does it?

Print this item

Pages (6435): « Previous 1 … 6330 6331 6332 6333 6334 … 6435 Next »
Jump to page 

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