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 1417 online users.
» 0 Member(s) | 1411 Guest(s)
Applebot, Baidu, Bing, 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: 231
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,880
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: 419
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,200

 
  Issue with new ticker flashing on main menu
Posted by: sk0tto - 2005-11-15, 01:33 PM - Forum: Old Stuff (Legacy) - Replies (3)

I'm having a problem with the news ticker. It scrolls across the screen just fine, but every five seconds or so, all text on the main menu briefly gets brighter. Not only that, but at the same time, it looks like the ticker jumps forward a few extra pixels, and then jumps back. I'm currently using the xmedia skin, but the problem occurs on other skins, as well. I have also played around with the interval and speed settings in the news.xml file.

It's hard to get any kind of screenshot on this, but I'll post my main menu\skin.xml and my panels\news.xml.


main menu\skin.xml:

Code:
<?xml version="1.0" encoding="utf-8"?><settings> <!--GBPVR V0.94.13 - MENU FOR X M E D I A - LAST UPDATED ON 11 13 05 text style --> <!-- Composite Images --> <CompositeImages> <CompositeImage name="Background" size="720,480"> <DrawImage filename="..\background.jpg" loc="0,0" size="720,480" /> <DrawImage filename="..\images\logo.png" loc="200,150" size="292,96" /> <DrawImage filename="..\images\menu1.png" loc="5,13" size="130,30" /> </CompositeImage> <CompositeImage name="SelectedButtonImage" size="160,45"> <DrawImage filename="..\images\menu_item.png" loc="4,5" size="160,30" /> <DrawText text="@buttonText" loc="15,7" size="146,34" textStyle="ButtonText" align="Left" /> </CompositeImage> <CompositeImage name="NormalButtonImage" size="160,45"> <DrawRect loc="4,5" size="160,45" radius="10" borderWidth="0" borderColor="Transparent" fillColor="Transparent" /> <DrawText text="@buttonText" loc="15,7" size="146,34" textStyle="ButtonText" align="Left" /> </CompositeImage> <CompositeImage name="CenteredSelectedButtonImage" size="160,45"> <DrawRect loc="4,5" size="146,34" radius="10" borderWidth="0" borderColor="Transparent" fillColor="Transparent" /> <DrawText text="@buttonText" loc="15,8" size="146,34" textStyle="ButtonText" align="Left" /> </CompositeImage> <CompositeImage name="MoreUp" size="50,20"> <DrawImage filename="moreup.png" loc="0,0" size="50,20" /> </CompositeImage> <CompositeImage name="MoreDown" size="50,20"> <DrawImage filename="moredown.png" loc="0,0" size="50,20" /> </CompositeImage> </CompositeImages> <TextStyles> <TextStyle name="ButtonText" color="White" typeFace="Arial" size="14" style="bold" /> <TextStyle name="ScreenLine5" color="White" typeFace="Arial" size="40" style="plain" /> <TextStyle name="ScreenLine6" color="#2d7eed" typeFace="Arial" size="15" style="plain" /> <TextStyle name="TaskDescription" color="White" typeFace="Arial" size="12" style="bold" /> </TextStyles> <!-- special elements --> <SpecialElements> <SpecialElement name="Buttons" loc="10,60" spacing="35" alwayCentered="false" maxVisibleButtons="10" allowTopBottomWrap="true" showNumbers="false" /> <SpecialElement name="TaskDescription" visible="false" loc="10,305" size="710,450" /> <SpecialElement name="TaskImage" visible="true" loc="655,0" size="50,50" /> <SpecialElement name="MoreUp" loc="650,5" /> <SpecialElement name="MoreDown" loc="650,40" /> <!-- plugin panels --> <SpecialElement name="Panel" panelName="Clock" visible="true" transparency="1" loc="250,5" size="300,60" /> <SpecialElement name="Panel" panelName="MusicPanel" visible="true" transparency="1" loc="10,330" size="723,150" /> <!--SpecialElement name="Panel" panelName="NextRecording" visible="true" loc="190,270" size="496,70"--> <!--SpecialElement name="Panel" panelName="CheckEmail" visible="true" transparency="1" loc="200,250" size="400,100"--> <SpecialElement name="Panel" panelName="NextRecording" visible="true" loc="190,250" size="496,70" /> <SpecialElement name="Panel" panelName="News" visible="true" loc="20,430" size="680,40"/> </SpecialElements> </settings>

panels\news.xml:
Code:
<settings> <!-- text style --> <TextStyles> <TextStyle name="FeedText" color="Yellow" typeFace="Arial" size="12" style="bold"/> <TextStyle name="TitleText" color="White" typeFace="Arial" size="12" style="bold"/> </TextStyles> <!-- Composite Images --> <CompositeImages> <!-- News, the size should match the panel size in the main menu skin--> <CompositeImage name="Background" size="680,40"> <DrawRoundedRect loc="5,5" size="670,30" radius="1" borderWidth="2" borderColor="Transparent" fillColor="Transparent"/> </CompositeImage> </CompositeImages> <Custom> <!-- Number of pixels ticker advances at each refresh --> <CustomElement name="Speed" value="10"/> <!-- Time in miliseconds between refresh (minimal 10, but 100 is probably a safer value) --> <CustomElement name="Interval" value="100"/> <!-- Number of pixels ticker advances at each refresh, for usage on the MediaMVP --> <CustomElement name="MVPSpeed" value="100"/> <!-- Time in miliseconds between refresh, small values won't make sense due to hardware limitations --> <CustomElement name="MVPInterval" value="1000"/> <!-- Seperator between items in the ticker --> <CustomElement name="Separator" value=" | "/> </Custom> <!-- special elements --> <SpecialElements> <!-- The area in the composite image used to draw the actual text --> <SpecialElement name="NewsPanel" loc="10,10" size="660,25"/> </SpecialElements> </settings>

Anybody else have this issue? How do I fix this?

Print this item

  Xrecord and DVR-MS
Posted by: dazzyb2k3 - 2005-11-15, 12:41 PM - Forum: Old Stuff (Legacy) - Replies (2)

Hi,

I just noticed that the Videos and Movies paths in X record will not list DVR-MS files (if you rename them to mpg everything's fine but this is not really a long term option).

Does anyone know if there a way to change recognised file extensions or is it like this for a reason?

Thanks

Print this item

  My Music - external player option
Posted by: gjen - 2005-11-15, 12:39 PM - Forum: Old Stuff (Legacy) - Replies (3)

Hi Reven

Hey I like the external player option on "My Videos" how about adding an external player for "My Music". I use Winamp as it has some good plugins/visuals



Not 100% if it would work ???

Anythoughts ?

Print this item

  compression...
Posted by: lowfront - 2005-11-15, 08:45 AM - Forum: GB-PVR Support (legacy) - Replies (2)

alright.......I need to know best way to compress...should I

what quality should I record at?

should I record on high and convert to divx
med and convert
low and convert


or just record on low and keep that file?........

Print this item

  Can someone upload a DVB-T MPEG TS recording?
Posted by: erik - 2005-11-15, 08:36 AM - Forum: Old Stuff (Legacy) - Replies (2)

I am investigating the posibility for Comskip to work on DVB.
Many digital TV cards record in mpeg transport stream format and I do not have access to these streams.
PM me if comeone is willing to upload a 100MByte mpeg TS recording to my ftp server.

Print this item

  Problem changing quality settings - redux
Posted by: littlalex - 2005-11-15, 06:29 AM - Forum: GB-PVR Support (legacy) - Replies (2)

Hello from a GBPVR newbie. Running .94.13 on Win 2K Server using a Pinnacle PCTV Deluxe US2 2.0 device. Everything is working fine except the ability to change quality settings for a recording. No matter which setting I choose when setting up a recording (regardless of any changes I make in the "standard" settings) I get a recording of 6000 Kbps/2.5 gig an hour/720x480. Odd thing (to me is that any changes I make to audio settings bitrates show up in the recording) but the video bitrate is always the same.

I've searched around the forums and it seems that sub has that function working pretty well. I'm wondering if it might be a problem related directly to my Pinnacle Deluxe?

Any ideas would be greatly appreciated.

TIA,
Littlalex
Edit/Delete Message

Print this item

  I'm impressed!
Posted by: gexi - 2005-11-15, 06:23 AM - Forum: GB-PVR Support (legacy) - Replies (1)

So I was setting up a HTPC setup using MediaMVP for the first time and I was dead set on using SageTV to run it. I thought that I would just install GB-PVR to work out all the kinks and then install SageTV.

Instead it turns out that GB-PVR well exceeded my expectations and I'm finding myself struggling for a reason to stop using GB-PVR and move to SageTV. It has worked so great out of the box! The only compelling reasons to move were the ability to search for programs by genre (which I think the XRecord plugin will solve) and suggestions (which I don't think I saw a plugin for). Still I don't think those reasons are enough pay $80+ and to tear me away from GB-PVR.

Great product and keep up the great work! Big Grin

Print this item

  Kiwis...where do you buy your DVD's cheap in NZ?
Posted by: KiwiKid - 2005-11-15, 05:56 AM - Forum: General Discussion - Replies (8)

Hello my fellow Kiwis.

Just wondering where you get your DVD's cheap in NZ, or if you import most of them like me?

Do most of you buy them from a shop, or online?

I can't remember the last time I brought a DVD from a shop. I get annoyed that they take them out of the case and put them in those BS paper or plastic envelops, only to have them get small scratches all over them.

Just curious as I'm always looking for a cheap local supplier.

Print this item

  allow system screensaver
Posted by: cracksloth - 2005-11-15, 05:21 AM - Forum: Wishlist - Replies (2)

is it possible to enable the *system* screensaver in gbpvr? specifically i would like it to launch during inactivity when nothing is playing *and* when audio is playing. obviously, if video were playing you wouldn't want a screensaver to pop on. sound weird? here is why i ask:

as mentioned earlier, gbpvr does not have a visualization built in *but* there are some really nice screensaver visualizations out there (like geiss) that would work great if they could be launched after a preset amount of inactivity when music is playing or when in a menu. would be a nice quick fix for the visualization complaint without actually having to code it.

Print this item

  Shutdown cares too much
Posted by: capone - 2005-11-15, 04:52 AM - Forum: Old Stuff (Legacy) - No Replies

I notcied that it will tell you programs that are seen or suspended are pending when you quit. Just an adjust for the next version.

Print this item

Pages (6426): « Previous 1 … 5336 5337 5338 5339 5340 … 6426 Next »
Jump to page 

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