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,224
» Latest member: noedos98
» Forum threads: 65,382
» Forum posts: 602,275

Full Statistics

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

Latest Threads
Computer Freeze_ups
Forum: Windows
Last Post: mvallevand
2026-09-17, 12:49 PM
» Replies: 3
» Views: 159
m3u Update 7.0.5
Forum: Windows
Last Post: haysfamily6a
2026-09-13, 09:32 PM
» Replies: 2
» Views: 615
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
2026-09-13, 04:57 PM
» Replies: 9
» Views: 3,806
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
2026-09-13, 04:17 PM
» Replies: 2
» Views: 301
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
2026-09-13, 02:13 AM
» Replies: 10
» Views: 325
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
2026-09-12, 08:53 AM
» Replies: 1
» Views: 169
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 4,101
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 572
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,107
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,842

 
  Wake on LAN
Posted by: pgoelz - 2009-02-12, 05:19 PM - Forum: Wishlist - Replies (8)

I have my GBPVR server suspending and resuming just fine. It even wakes up when the (file sharing over wireless) client starts. However, it does not always wake up fast enough to satisfy the client, which then errors out with the dreaded red cross (requiring it to be shut down with Task Manager).

I have read most of the suspend / resume threads and have found some possible workarounds. But it would be so much nicer if GBPVR itself either waited a programmable amount of time after it tried to connect to the server or waited for the server to respond and then produced an error message if the server was not available.

Paul

Print this item

  Help with DVR-MS Conversion to AVI
Posted by: gazoo - 2009-02-12, 03:35 PM - Forum: GB-PVR Support (legacy) - Replies (5)

I have a bunch of dvr-ms HD mpeg2 recording that I'd like to convert and shrink to divx. They are already comskipped. Can I use skiptool to do that? I know I used to be able to use it on SD MPEG files but don't know about the new dvr-ms hd ones.

Print this item

  Buying Wireless MediaMVP
Posted by: divinehammer - 2009-02-12, 02:04 PM - Forum: MVP & NMT - Replies (4)

I am looking into buying a wireless MediaMVP. So I will have some questions so that I dont throw my money down the crapper. One is that I have read thay you can only run this on WEP secured network that it will not work on a WPA encrypted network? Is there a way around this so that I can leave my Net on WPA? I have a Linksys WRT54G wireless router.
Thanks

Print this item

  Can't play .ts files outside of GBPVR.
Posted by: dennit - 2009-02-12, 02:02 PM - Forum: GB-PVR Support (legacy) - Replies (8)

I can't seem to play any .ts files outside of GBPVR. GraphEdit, Graphstudio and MediaPlayerClassicHC all crash. I'm not sure how to tell the filter in use (which I assume is the one that's crashing) without one of those running. I can attach to the filter graph from GBPVR using GraphEdit, which runs great, but I can't see any way to set that graph up for use by external apps.

I didn't use .ts before switching to 1.3.11 last week, so I'm not sure if this symptom is new from all the survival patches or old.

Print this item

  [DEV] Resources: OSD
Posted by: McBainUK - 2009-02-12, 01:44 PM - Forum: Community Skin - Replies (18)

Following on from this thread I thought I would break off the OSD discussion...

Hairy Wrote:I wasn't exactly sure how to format this, here's how I presently have it. 2 sub folders - Internal Graphics and External Graphics. Internal Graphics folder has 2 files - Blue.xml and Black.xml and uses GB to generate the OSD graphics. External Graphics folder has 2 folders - Blue and Black, each contain the skin.xml and the 6 separate png's that make up the OSD (the plugin could then load the graphics based on the colour chosen)
Remembering the CS principle of separating layout from appearance (not to mention the flexabilty offered by using images instead of GB-PVR draw tags), I think that External Graphics is the only way to go.

---------------------------------------------------------------- ----------------------------------------------------------------

Looking at the resources supplied by Hairy and playing with the OSD I'd like to propose that we split the layout (XML) and appearance (images) by having two SkinPlugin entries related to OSD:

Resources\Layout\OSD\
A range of skin.xml file which defines the layout of the OSD and references the external OSD images listed below (currently only one layout option but this may change in the future, eg bigger osd text, minimal OSD etc...).

Resources\Graphics\OSD\
Set's of images and icons which make up the graphical part of the OSD.
Code:
[B]Community Skin OSD items[/B] ChannelNumber.png Controls.png ShowInfo.png StatusInfo.png Timeline.png Vol.png [B]The rest of the OSD items (hardcoded in GB-PVR)[/B] pbaspectbtn.png pbclosebtn.png pbdownchbtn.png pbdvdangle.png pbdvdexit.png pbdvdlang.png pbdvdmenu.png pbdvdsub.png pbexitbtn.png pbffbtn.png pbmenubtn.png pbnextchbtn.png pbpausebtn.png pbplaybtn.png pbprevchbtn.png pbrecbtn.png pbrwbtn.png pbsbbtn.png pbsfbtn.png pbsubbtn.png pbsubtv.png pbttxtbtn.png pbupchbtn.png
If you guys agree...
The work required is to add the control icons (pbaspectbtn.png - pbupchbtn.png) to the current "OSD\External Graphics\" sets, refactor the resources to show OSD in Graphics and Layout correctly and then update the SkinPluginConfig.xml and preview skin files to match. (not much work)

Print this item

  EPG and Card Capture
Posted by: mars715 - 2009-02-12, 01:02 PM - Forum: GB-PVR Support (legacy) - Replies (2)

I'm having difficulties setting up my card. I'm trying to "map my digital channels to EPG channels" but I for some reason my xmltv.xml file doesn't give any information in the "tuning requests" column. I went the xmltv_exe route using SchedulesDirect with no success.

I'm trying to setup a digital recording from QAM using a KWorld usb tuner. I've switched the settings on the registry to a "2" but every time I do a channel scan it only wants to do the OTA scan from 1-60 or whatever it does.

I'm pretty sure it's the tuning request column having no information is what is screwing me up. I would really appreciate your help.

Print this item

  TS Mux Problems
Posted by: scim - 2009-02-12, 12:41 PM - Forum: GB-PVR Support (legacy) - Replies (15)

I have been trying to get the TS recording working for a while now but always end up hitting the same problem, I am now keen to get this working to take advantage of multi record. I am recording UK terrestrial freeview channels, so thats SD with normal mpeg video and audio. If I record a show, wait for it to finish and then watch it, everything works fine, however if I start watching while it is still recording or use timeshift live TV then after a random period of time (10 seconds to 10 minutes) the audio starts stuttering really badly but the video is fine, this does not happen with the Cyberlink mux. I am currently using the MPV and MPA decoders with the audio renderer set to default, I have however tried various other combinations.

Any ideas?

Print this item

  Newbie has some install problems
Posted by: Scan - 2009-02-12, 09:51 AM - Forum: GB-PVR Support (legacy) - Replies (21)

Hi, i found GB-PVR that i search a streaming server for Popcorn Hour A110. Fist time i install it the Installer ends with an error, but the GB-PVR a installed, i go to the config program and config the capture cards. GB-PVR Locate my Capturecards

1x Hauppauge WinTV NOVA-HD-S2 (now als HVR-4000 at GB-PVR) and
1x Pinncale 7010ix (now als BGT3540 at GB-PVR).

Now i config all and start scan Senders with the Hauppauge. The Scan was horror some times the aplication stops with an error some times no recation, for feeled 30 try´s again the scan was complete but no Anixe HD and ProSieben/Sat1 / RTL Groups not found.Scan with the 7010ix Sat works but also not all sender found by scan. The DVB-T Scan Work and have all located. But what can i do to found alle the channels with DVB-S and the 7010ix is a 6in1 card but i only want to use 2x DVB-T and 2x DVB-S but only 1x BGT3540 DVB-T , 1xBGT3540 DVB-S and 1x HVR-4000 was located if i check the box for scan my cards.

I have also test DVBViewer the scan is no problem with DVBViewer, all cards located and everything works fine but the Popcorn frontend its not finish and no zapping.

I hope someone can help me, maybe there is a german support forum ?? i don`t have found it.

Fist Time i have GB-PVR installed was on a Windows Homeserver but the same problems like XP.


System:
Win XP Professional SP3
MBO MSI K9A2VM-F V2
CPU AMD Athlon64 X2 5400+
RAM 2GB Kingston
HDD 3x 1TB Samsung
HDD 1x 250 MB Samsung
TV Hauppauge WinTV NOVA-HD-S2
TV Pinncale 7010ix


kind regrads Scan

Print this item

  PVRX2 1.3.11 stops responding scanning for new channels and can't record E4
Posted by: Agamemnon - 2009-02-12, 07:58 AM - Forum: GB-PVR Support (legacy) - Replies (8)

PVRX2 1.3.11 stops responding scanning for new channels and can't record E4.

Ever since version 1.2.13 PVRX2 has always stopped responding when it is attempting to scan or save new channels. Does anyone have any idea if this problem is going to be fixed in the next release so I can update my channels without having to uninstall the current version and reinstall version 1.2.09 and then uninstall that and reinstall the current version again?

Also is the next release going to be compatible with the UK Freeview channel sharing EPG position when for exampled BBC3 shares the same multiplex position as CBBC but they appear as different channels in the EPG with me having to scan for new channels twice at different time of day when each channel is broadcasting.

Also PVRX2 1.3.11 is unable to record certain programmes on E4 without the recording freezing part of the way through them, which I think is because at this time E4 is attempting to change the MHEG interactive text information. I did not have this problem with the previous release.

Print this item

  Que Problem
Posted by: littlalex - 2009-02-12, 06:20 AM - Forum: Netflix Watch Now - Replies (4)

Hi All - Installed the plugin and upgraded to the beta. Everything seems to be working OK (Can play movies and get lists, but whenever I try to view my que I get the error msg. "unable to retreive que" when I access the gue menu of the plugin. It's my understanding that the plugin currently only addresses the DVD que, but I have videos in both the Instant and DVD que.

I searched the forum for any que related items but found none.

TIA,
Littlalex

P.S. - sorry for the above, searched for "que", and me a junior high county spelling bee champion...sheesh!
littlalex

Print this item

Pages (6435): « Previous 1 … 2496 2497 2498 2499 2500 … 6435 Next »
Jump to page 

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