NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 135 136 137 138 139 … 1231 Next »
Blu bar during pause

 
  • 0 Vote(s) - 0 Average
Blu bar during pause
msrtlt
Offline

Junior Member

Posts: 19
Threads: 4
Joined: Mar 2009
#1
2009-04-30, 07:15 PM
Hello,

When pausing a video, a blue bar appears towards the bottom of the screen with the file's name. Is it possible to remove it? The reason for this is that sometimes I'd like to examine the frame more carefully, and the blue bar (or ribbon) is really in the way.

Thanks
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#2
2009-04-30, 07:24 PM
Try pressing Ctrl-B (Blue button or equivalent when using a remote). It works for me.

Cheers,
Brian
msrtlt
Offline

Junior Member

Posts: 19
Threads: 4
Joined: Mar 2009
#3
2009-04-30, 07:33 PM
Thanks a lot. It does work for me as well. However, is it possible to set this behaviour as default, because it would be annoying to do this each time after pressing pause. Finicky, I know, but if there's a way, why not?
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,633
Threads: 148
Joined: Mar 2006
#4
2009-04-30, 10:19 PM
If you edit your OSD skin file you can remove it entirely (use something like NOTEPAD.EXE to edit it)

If you are using the default "blue" skin look in "\gbpvr\Skin2\blue\OSD" & edit the "skin.xml" & look for this section

Code:
    <CompositeImage name="VideoShowInfo" size="100,25">
        <DrawRect loc="0,0" size="100,100" fillColor="#AF000000"/>
        <DrawRoundedRect loc="3,3" size="94,25" fillColor="#CF000070" borderColor="Transparent" radius="1" borderWidth="0"/>
        <DrawTextWithOutline text="@title" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Left" valign="Center"/>
        <DrawTextWithOutline text="@currentTime" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Right" valign="Center"/>
        <DrawText text="@description" loc="5,35" size="90,75" textStyle="OsdTextStyle" align="Left"/>
    </CompositeImage>

just add the "<!--" & "-->" like below

Code:
<!--    <CompositeImage name="VideoShowInfo" size="100,25">
        <DrawRect loc="0,0" size="100,100" fillColor="#AF000000"/>
        <DrawRoundedRect loc="3,3" size="94,25" fillColor="#CF000070" borderColor="Transparent" radius="1" borderWidth="0"/>
        <DrawTextWithOutline text="@title" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Left" valign="Center"/>
        <DrawTextWithOutline text="@currentTime" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Right" valign="Center"/>
        <DrawText text="@description" loc="5,35" size="90,75" textStyle="OsdTextStyle" align="Left"/>
    </CompositeImage> -->

this will remove it entirely & it won't display the name & description at all, maybe what you want but I would just rather press the blue button myself.
msrtlt
Offline

Junior Member

Posts: 19
Threads: 4
Joined: Mar 2009
#5
2009-05-01, 12:09 PM
Thank you very much for this!
One more thing - My video and audio files have long names and so are being cut of when say, a contents of a directory is displayed. How can I make GBPVR to allocate more space so the file names display in full?

Is there documentation of these xml files and what they do?
Thank you very much again.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,633
Threads: 148
Joined: Mar 2006
#6
2009-05-02, 04:47 AM
Sorry I haven't seen any real documentation for skinning, what I did when I started out making my own skin was copy the default "blue" skin to a different directory name (I used "blue2") & I downloaded some other skins off the wiki & then did comparisons of the "skin.xml" files & made alterations to my blue2 skin to see what happened. Most of the skin files are self explanatory as to what they are ie Music library, Video Library etc. it is only the OSD & Popups that can be fun to find out what does what.

To answer your first question yes you can alter it to display more than one line of text, I have done this using big fonts in my Blue-Retro-SHV skin but it is a bit more involved than what we did to stop the name displaying.

Have a play & if you get stuck post another message & I (or one of the other skinners) will try to point you in the right direction.
msrtlt
Offline

Junior Member

Posts: 19
Threads: 4
Joined: Mar 2009
#7
2009-05-02, 09:56 AM
I don't want to display more than one line - I just want to make the line longer - ie to display more characters (keeping their size the same). I noticed that each list element has a size attribute, but I did not manage to increase the displayed length by changing this size attribute.
msrtlt
Offline

Junior Member

Posts: 19
Threads: 4
Joined: Mar 2009
#8
2009-05-06, 07:10 AM
I rummaged about all xml files I could find and tried to update various fields, but no success. All I tried to do is to make file name fields to be longer in the directory browser. It must be possible! Any hints?
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,633
Threads: 148
Joined: Mar 2006
#9
2009-05-06, 11:20 PM
msrtlt Wrote:I don't want to display more than one line - I just want to make the line longer - ie to display more characters (keeping their size the same). I noticed that each list element has a size attribute, but I did not manage to increase the displayed length by changing this size attribute.

Whoops sorry I misread this message & thought you had it sorted the way you wanted it. I was assuming you were using the blue skin & that is why I mentioned looking at my skin for comparisons & displaying on more than one line as by default the blue skin takes up the full width of the screen & there is really no way to make it wider. I'm now thinking you are using the slick skin? If so for the video library look in "\gbpvr\Skin2\slick\video library" & in the skin.xml look for

<Placement name="ListView" loc="2,24.5" size="40,4.5" spacing="5.0" rows="11"/>

<CompositeImage name="ListViewxxxxxx" size="40,4.5">

& try increasing it to something like size="50,4.5" (there are six "ListViewxxxxxx" items to change).
msrtlt
Offline

Junior Member

Posts: 19
Threads: 4
Joined: Mar 2009
#10
2009-05-07, 09:15 AM
Ok, thank you - it worked. What confused me, is that although my layout is as in "slick" (ie horizontal main menu bar), but the background is blue. Also, when I made changes in the OSD directory, it was under the "blue" directory. The "slick" does not even have OSD subdirectory.But to increase the length of list items I changed the numbers as you've recommended in the skin.xml which is in the Video Library under the "slick" directory... So all a bit confusing, but works...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Another pause problem fleapower 10 3,850 2010-12-15, 09:33 PM
Last Post: fleapower
  Live TV Recording Pause etc not working manoj.kollam 3 2,491 2010-10-21, 10:50 PM
Last Post: sub
  Hauppage HVR-950q, no file created when recording, no pause. donbrowne 5 2,078 2010-04-08, 04:03 PM
Last Post: sub
  NO CHANNEL until PAUSE zb1 9 2,440 2010-04-02, 03:40 PM
Last Post: sub
  New play pause toggle and comskip soccerdad 3 2,086 2010-02-03, 12:59 AM
Last Post: AOSandman
  pause overlay removal? Andrewh 8 3,259 2010-01-25, 07:07 PM
Last Post: Andrewh
  Sound sometimes goes after long pause on NMT martint123 4 2,079 2009-12-23, 03:54 PM
Last Post: martint123
  Server going to sleep during "pause" martint123 9 2,701 2009-10-27, 09:30 PM
Last Post: martint123
  Recorded videos pause every few minutes tomekz 32 8,776 2009-10-21, 10:51 PM
Last Post: gEd
  Short Pause After Channel Change GAHart 6 2,220 2009-10-16, 04:24 AM
Last Post: MCEabused

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode