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,201
» Latest member: kleopattra40
» Forum threads: 65,381
» Forum posts: 602,240

Full Statistics

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

Latest Threads
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
1 hour ago
» Replies: 9
» Views: 3,692
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
1 hour ago
» Replies: 2
» Views: 233
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
Today, 02:13 AM
» Replies: 10
» Views: 103
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
Yesterday, 08:53 AM
» Replies: 1
» Views: 81
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 3,992
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 513
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,012
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,570
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 325
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 259

 
  Error message and season programing
Posted by: Kosh - 2005-06-09, 12:47 AM - Forum: GB-PVR Support (legacy) - Replies (2)

I got this error message click on live tv. "error-object reference not set to an incident of an object. I deleted and reinstall it again. Also why is it sometime when i set program season it won't program but when i set it to program sseason at this time / channel it works.

Print this item

  What files to back up
Posted by: pcostanza - 2005-06-09, 12:05 AM - Forum: GB-PVR Support (legacy) - Replies (2)

If I want to uninstall GB-PVR and clean up my folders and then reinstall, what files should I backup? Any config or ini files?

Thanks

Print this item

  Resume doesn't work any more
Posted by: sbrushey - 2005-06-08, 10:03 PM - Forum: GB-PVR Support (legacy) - No Replies

Hi,

The resume playback feature stopped working for me a few weeks ago so I installed the latest version last night but it still doesn't work.

The setting is still checked in the config and has been correctly written back to the XML file. I also checked that the playback_position table gets updated with records when a file is played.

Does anyone have any ideas?
Many thanks
Simon

Print this item

  what happens if....
Posted by: gizzymo - 2005-06-08, 09:57 PM - Forum: GB-PVR Support (legacy) - Replies (2)

hi all.

just wondering, i use post processing bat to do some "post processing" that takes about half the time of the length of the recording to process.

What happens if another short recording takes place during this period and the batch file gets called a second time before its run completly the first time. are there any issues with this?
I think with my script setup there might be as i use a hard coded temporary file for my precesssing - as i want to be able to use the origional filename gbpvr generated for the recording so that it still appears in gbpvrs recording listing: see below:

[INDENT]set Bitrate=4000
copy %1 f:\gbconvert\buffer.mpg /Y
del /q %1
mencoder.exe "f:\gbconvert\buffer.mpg" -oac mp3lame -lameopts mode=2:cbr:br=128 -vf scale=480:576 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=%Bitrate% -ffourcc DIVX -o %1
del /q "f:\gbconvert\buffer.mpg"
exit[/INDENT]

Does anyone know how to do a sort of "if exists" option is possible, so that if one buffer file already exists, it instead uses another filename the second time the script runs....

Thanks in advance!!

Pete

Print this item

  a useful resolutions chart....
Posted by: gizzymo - 2005-06-08, 09:46 PM - Forum: GB-PVR Support (legacy) - Replies (2)

http://www.aluminumstudios.com/digitalvi...rence.html

cheers

pete

Print this item

  Batch files
Posted by: raptoger - 2005-06-08, 09:34 PM - Forum: GB-PVR Support (legacy) - Replies (2)

I have noticed that the use of batch files is very extensive and useful. I'd like to know if anyone here could recommend a book I can purchase to train myself about it.

Print this item

  My Videos
Posted by: Ron22 - 2005-06-08, 09:30 PM - Forum: Old Stuff (Legacy) - Replies (3)

Reven I download the newest version of My Videos from Wiki.
When I uncheck all the menu options I still get 2 that show up.
Paused Movies & Playlist. When I try to play a movie I get the following error
Metthod not found: Void GBPVR.Public.IPLuginHelper.AddToVideoPlayQueue
I sure I am doing something dumb.
Also on the older Version not sure on newer one. If you uncheck all menu options the box for Icons should display larger, plus if you press left it works but you are "lost" untill you press right again.

Print this item

  An Idea to improve skinning
Posted by: mthornton - 2005-06-08, 09:26 PM - Forum: Developers - Replies (3)

Each plugin for GBPVR has a skin file. Each skin file defines the colors, fonts, etc.

I would like to see a root skin file that has at least the basic colors and fonts that should be used by all the plugins. Instead of each plugin's skin file defining things like ButtonText, ButtonColor and Button Font this can get pulled from the root skin file. To draw an anology to typical windows development, instead of defining specific colors in applications, most developers just use "System Colors". This way an applications we write will look mostly like the rest of the programs.

Idealy, these standard skin setting would be in the root skin file and used. If a skin developer would want to override the defaults they could. This could be done by defining an additional type of skin varable. Like maybe @@ before the name.

For example:

Root skin.xml

Code:
<settings> <TextStyle> <TextStyle name="ScreenTitleText" color="LightGray" typeFace="Tahoma" size="17" style="bold"/> </TextStyle> </settings>


A plugins skin.xml

Code:
<settings> <CompositeImage name="Background" size="720,480"> <DrawImage filename="..\background.jpg" loc="0,0" size="720,480"/> <DrawText text="My Plugin" [b]textStyle="@@ScreenTitleText"[/b] loc="5,5" size="200,120" align="Left"/> </CompositeImage> </settings>


In the above example, when the plugin pulled the Background, the @@ScreenTitleText would cause the Title to render using the textStyle defined as "ScreenTitleText" from the root skin.xml.

If a skin creator want to override this, they just change @@ScreenTitleText to a local TextSytle name.

This would make skinning much easier and the overall look of plugins a little more consistant. Also, existing plugins would be backwards compatible since this switch would happen within GBPVR (well, the CommonGBPVRUtilities would need updated also).

Or have I missed something that can already be done another way?

What does everybody think? More importantly, what do you think Sub?

Print this item

  DVB-C Cards
Posted by: sean - 2005-06-08, 09:10 PM - Forum: Hardware - Replies (6)

I was looking at Twinhan DVB-C card and did not see it listed as a support card but DVB-S and T are supported. Will DVB-c work?

Print this item

  Tuning problem with TwinHan DVB-T
Posted by: duderino - 2005-06-08, 08:15 PM - Forum: Hardware - Replies (3)

Hi folks,

i have a problem with my TwinHan DVB-T PCI-Card. When I map the Channels, GBPVR starts to scan the channels and has a strength of over 80% but when he finish the scan, the result is that no channels where found.

Can anybody give me a hint?

Print this item

Pages (6435): « Previous 1 … 5723 5724 5725 5726 5727 … 6435 Next »
Jump to page 

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