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,232
» Latest member: dojovad321
» Forum threads: 65,290
» Forum posts: 602,035

Full Statistics

Online Users
There are currently 1346 online users.
» 0 Member(s) | 1340 Guest(s)
Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex

Latest Threads
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-09-20, 05:23 PM
» Replies: 11
» Views: 880
Yauiclient hang when tryi...
Forum: NextPVR Other Clients
Last Post: mvallevand
2026-09-19, 07:55 PM
» Replies: 7
» Views: 128
Computer Freeze_ups
Forum: Windows
Last Post: mvallevand
2026-09-17, 12:49 PM
» Replies: 3
» Views: 230
m3u Update 7.0.5
Forum: Windows
Last Post: haysfamily6a
2026-09-13, 09:32 PM
» Replies: 2
» Views: 649
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
2026-09-13, 04:57 PM
» Replies: 9
» Views: 3,879
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
2026-09-13, 04:17 PM
» Replies: 2
» Views: 347
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
2026-09-13, 02:13 AM
» Replies: 10
» Views: 417
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
2026-09-12, 08:53 AM
» Replies: 1
» Views: 217
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 4,271
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,197

 
  Can you see this?
Posted by: sub - 2008-10-30, 03:34 PM - Forum: NextPVR Announcements - Replies (41)

Can you see this? If so - great, you made it to the new server.

Print this item

  program search
Posted by: phillyjim - 2008-10-30, 02:57 PM - Forum: GB-PVR Support (legacy) - Replies (7)

I had GBPVR working and it had the capability to search for programs using a word or title. With PVRX2 doesn't. Can that capability be added?

Print this item

  Hauppage PVR 1600
Posted by: phillyjim - 2008-10-30, 02:45 PM - Forum: Hardware - Replies (8)

The Hauppage PVR 1600 has two inputs and tuners. Does that provide capability to record two shows at the same time as long as they each have cable feeds?

Print this item

  MovieWiz not getting info from TVDB?
Posted by: ilovejedd - 2008-10-30, 02:24 PM - Forum: SearchWiz & MovieWiz - Replies (1)

I just started using MovieWiz and I'm currently testing it against a few files. I've got a bunch of transcoded TV episodes, either ripped from DVD or recorded using WatchHDTV + ATI HDTV Wonder. It doesn't seem to be checking thetvdb. Whenever I do a lookup, it seems like it's just getting the details from imdb. Help please?

Print this item

  Bluetooth remote for GBPVR
Posted by: NumberFive - 2008-10-30, 12:29 PM - Forum: Wishlist - Replies (10)

Hi,

I know this has been mentioned before, but I can't remember if a solution was suggested or not.

I'm looking for a way that I can control my GBPVR server (in the living room) via my mobile phone screen. I've tried "Bluetooth Remote Control" but it is too laggy to be of much use.

My main objective is to be able to control the music library / net radio without needing to turn the TV set on, useful for parties. This really requires that music filenames are displayed as a list on the phone.

Has anyone any thought?

Thanks

Print this item

  DJKXML support?
Posted by: mattyboy2 - 2008-10-30, 10:56 AM - Forum: Old Stuff (Legacy) - No Replies

Hi guys,

Sorry, I'm not sure where to post this, if even on this site.

DJXML has been crashing on me the last few days, so I only have listings for TV1, TV2 and TV3.

It always crashes when it gets to Prime:

Downloading page g_c4_20081030 hour 0 Done
Downloading page g_c4_20081031 hour 0 Done
Downloading page g_c4_20081101 hour 0 Done
Downloading page g_c4_20081102 hour 0 Done
Downloading page g_c4_20081103 hour 0 Done
Downloading page g_c4_20081104 hour 0 Done
Downloading page g_c4_20081105 hour 0 Done
Downloading page tvnz620081031 hour 0 Done
Downloading page tvnz720081031 hour 0 Done
Saving new cache file Done
Downloading TelstraClear descriptions ..........................................
...................................................#####.#######################
##.#########################################################.###############....
................................................................................
................................................................................
..........................................#######.##############################
.#####################################################.#########################
############################.############################################.######
###########.....................................................................
................................................. Done
Writing start of XML file
Processing channel: TV1 Done
Processing channel: TV2 Done
Processing channel: TV3 Done
Processing channel: Prime


At that point it throws an exception and asks if I would like to debug.

So then I told it not to download Prime and it crashed with a different exception while downloading Juice.

So then I told it to only download TV1, TV2, TV3, C4, and TVNZ6 and that seems to run OK. But I'm missing my listings for Prime.

Well, apologies if I shouldn't post this here.

-Matt

Print this item

  GBPVRX2.Popups.PopupBase - GetBackgroundArgs()
Posted by: psycik - 2008-10-30, 07:42 AM - Forum: Developers - Replies (5)

Not sure if you'll get time to answer this.

But I have a class that has GBPVRX2.Popups.PopupBase as it's superclass.

The skin contains the following:

Code:
<CompositeImage name="PopupBackground" size="50,50"> <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/> <DrawText text="Select Option" loc="0,5" size="100,20" textStyle="GeneralTextStyle" align="Center"/> <DrawText text="@updateMessage" loc="30,50" size="70,20" textStyle="GeneralTextStyle" align="Left"/> </CompositeImage>

In GetRenderList I call
Code:
System.Collections.Hashtable args = this.getBackgroundArgs();

hoping that it will return a HashTable with "@updateMessage" in it.

It this how it should work?

Print this item

  Cannot connect to GPBVR
Posted by: neo541 - 2008-10-30, 05:23 AM - Forum: MVPMCX2 and other NMT stuff - Replies (14)

I've gotten through all steps, until I click on the GBPVR link in the html file. My screen immediately goes blank, and I have to unplug and plug it back in.

Any idea what would cause a failure at that point?

Print this item

  Hardware upgrades - longterm nz user
Posted by: dazza139 - 2008-10-30, 02:30 AM - Forum: Hardware - Replies (3)

I have been used GBPVR for the past 3 years and have found it fantastic. Currently I used PVR350 card and use wired MVP connected to my TV. A couple of times I've tried connecting to the video-out of my graphics card but the picture quality is crap.

So now I'm ready for an upgrade. I'm in NZ and I want a dual tuner Hauppauge card which will allow me to watch and record freeview (DVB-T)

I would also like to do away with the MVP so a graphics card with a fantastic TV output and one which is a must. Can anyone make any good suggestions?

Lastly I need a remote control.

Would appreciate any advice anyone can give. I'm on my way to Hong Kong in a weeks time so I'm hoping to pick up some cheap components

dazza

Print this item

  Why so many Common Libraries?
Posted by: MixMan - 2008-10-30, 12:55 AM - Forum: Developers - Replies (51)

I'm not a programmer so i guess that I don't know what I'm talking about.
But it seems like every programmer that start making plugins for GBVPR
reinvents the wheel over and over again?
What happes when a programmer leaves GBPVR for another MediaCenter?
I guess someone else has to invent the functions again.
Programmers that have "left" GBPVR that I remeber are Reven and Jeff.
Both made great plguins that died...... and good code with them.
One problem is that the programmers distribute their common DLLs with the plugins,
so when a user downloads a plugin, he might get old "Common Libraries".
I download a code browser tool and had a look at the Classes in the DLLs to see
how often the wheel has been reinvented.
I can see that many programmers amd the same functions.

I suggest that you programmers work together and "donate" code into "Common Libaries"
thar are open source code with a "Code Project License"
This would help new programmers to get started and the Common Functions would have lifetime
that goes beyond the programmers presens on the forum. Perhaps we would see more plugins also?
Perhaps Sub and you bright guys could organize something like this and maybe the "CommonLibraries"
could be distributed with GBPVR and get better and better, just like EWA.

Which programmer will take the first step?

Suggestion that Libraries are separeted into functions.
CommonUILibrary.dll - for UI related stuff
CommonMetadataLibrary.dll - for internet and metadata download stuff
CommonInterfaceLibrary.dll - for interfacing hardware stuff



Common Libraries by plugin developers.

// Module: CommonGBPVRUtilities.dll - by Jeff that seems to have left GBPVR?
// Classes

CommonGBPVRUtilities._DeviceVolumeMonitor
CommonGBPVRUtilities.ArchiveDB
CommonGBPVRUtilities.ArchiveRecord
CommonGBPVRUtilities.ConfigFileUtilities
CommonGBPVRUtilities.DeviceVolumeMonitor
CommonGBPVRUtilities.DeviceVolumeMonitorException
CommonGBPVRUtilities.DirectoryRecord
CommonGBPVRUtilities.DvdUtilities
CommonGBPVRUtilities.EditDialog
CommonGBPVRUtilities.ErrorDialog
CommonGBPVRUtilities.FileMapRecord
CommonGBPVRUtilities.GBPVRInfo
CommonGBPVRUtilities.InternetInfoFetcher
CommonGBPVRUtilities.MP3File
CommonGBPVRUtilities.PanelMessage
CommonGBPVRUtilities.PanelWidget
CommonGBPVRUtilities.PhoneKeys
CommonGBPVRUtilities.ScreenBoxParams
CommonGBPVRUtilities.ScreenButton
CommonGBPVRUtilities.SkinUtilities
CommonGBPVRUtilities.StatusLog
CommonGBPVRUtilities.UiUtilities
CommonGBPVRUtilities.UpcomingRecording
CommonGBPVRUtilities.UpcomingRecordings
CommonGBPVRUtilities.UserAccess
CommonGBPVRUtilities.UserRecord
CommonGBPVRUtilities.VAPanel
CommonGBPVRUtilities.VAPanelException
CommonGBPVRUtilities.YesNoDialog

// Module: JeffTree.dll - by Jeff
// Classes

JeffsTree.DisplayItem
JeffsTree.DisplayListTree
JeffsTree.DisplayListTreeSortOrder
JeffsTree.EpisodeInfo
JeffsTree.JeffsTreeNode
JeffsTree.ShellLink
JeffsTree.ShellShortcut


// Module: GbpvrUiElements.dll - by McBainUK
// Classes

GbpvrUiElements.Button
GbpvrUiElements.ButtonGrid
GbpvrUiElements.ButtonList
GbpvrUiElements.Dialog
GbpvrUiElements.GbpvrUiElement
GbpvrUiElements.Grid
GbpvrUiElements.InteractiveGbpvrUiElement
GbpvrUiElements.Keyboard
GbpvrUiElements.Label
GbpvrUiElements.List
GbpvrUiElements.ListItem
GbpvrUiElements.MultiView
GbpvrUiElements.MultiViewDetailsView
GbpvrUiElements.MultiViewFilmstripView
GbpvrUiElements.MultiViewIconView
GbpvrUiElements.MultiViewListItem
GbpvrUiElements.MultiViewListView
GbpvrUiElements.OKCancelDialog
GbpvrUiElements.OKDialog
GbpvrUiElements.TextBox
GbpvrUiElements.UpdateDetails
GbpvrUiElements.UpdateManager
GbpvrUiElements.Utilities
GbpvrUiElements.YesNoDialog

// Module: WizWebHelper.dll - by JavaWiz
// Classes

WizUtilities.WizWebHelper.AWizScraper
WizUtilities.WizWebHelper.HttpImageGrabber
WizUtilities.WizWebHelper.ImdbScraper
WizUtilities.WizWebHelper.MovieInfo
WizUtilities.WizWebHelper.TheTvDbScraper
WizUtilities.WizWebHelper.WizThumbnail

// Module: WizUiHelper.dll - by JavaWiz

// Namespace: WizUtilities
// Classes

WizUtilities.GenUtil
WizUtilities.HexEncoding
WizUtilities.PatternReplaceEntry
WizUtilities.StopWatch
WizUtilities.WizInfo
WizUtilities.WizSMS
// Namespace: WizUtilities.WizUiHelper
// Classes

WizUtilities.WizUiHelper.AWizListItem
WizUtilities.WizUiHelper.AWizUiControl
WizUtilities.WizUiHelper.WizButtonAttr
WizUtilities.WizUiHelper.WizControlManager
WizUtilities.WizUiHelper.WizUiButton
WizUtilities.WizUiHelper.WizUiButtonList
WizUtilities.WizUiHelper.WizUiLabel
WizUtilities.WizUiHelper.WizUiList
WizUtilities.WizUiHelper.WizUiTextBox

// Module: MusicLibraryCommon.dll
// Classes

PsycikProductions.MusicLibrary.Audioscrobbler
PsycikProductions.MusicLibrary.ConfigConstants
PsycikProductions.MusicLibrary.MediaLibrary
PsycikProductions.MusicLibrary.MusicCollection
PsycikProductions.MusicLibrary.Playlist
PsycikProductions.MusicLibrary.PlaylistReaderThread
PsycikProductions.MusicLibrary.ServiceInstaller
// Classes

PsycikProductions.MusicLibrary.AudioscrobblerNET.AudioscrobblerException
PsycikProductions.MusicLibrary.AudioscrobblerNET.AudioscrobblerRequest
PsycikProductions.MusicLibrary.AudioscrobblerNET.AudioscrobblerResponse
PsycikProductions.MusicLibrary.AudioscrobblerNET.InfoEventArgs
// Classes

PsycikProductions.MusicLibrary.Config.CollectionEditor
PsycikProductions.MusicLibrary.Config.MusicLibrarySettings
PsycikProductions.MusicLibrary.Config.Progress

Print this item

Pages (6426): « Previous 1 … 2708 2709 2710 2711 2712 … 6426 Next »
Jump to page 

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