Linux codec info bar: "Video" line is too long and it is trunked

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
paskero Offline
Junior Member
Posts: 6
Joined: Mar 2011
Reputation: 0
Post: #1
Hello,

I have a problem with Codec Info Bar of OpenElec, 'Video' line has more fields of XBMCbuntu and line, on the right, is trunked.

Below screenshot taken from XBMCbuntu, when 'Video' line is perfect, and then OpenELEC that has that line trunked.

[Image: ul9us.jpg]

[Image: 2lnbnfa.jpg]


is it possible to have OpenELEC version equal to XBMCbuntu?
Thanks
(This post was last modified: 2012-05-30 11:35 by paskero.)
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #2
Not a lot I can do about that its more on the c++ side and actually trimming the info I do fine it odd though that they would show different things

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
paskero Offline
Junior Member
Posts: 6
Joined: Mar 2011
Reputation: 0
Post: #3
Add version software used:

XMBCbuntu: 11.0
openELEC: 1.95b4 (64bit ION version)
(This post was last modified: 2012-05-30 10:34 by paskero.)
find quote
minimoe Offline
Senior Member
Posts: 224
Joined: Feb 2011
Reputation: 3
Post: #4
I have the same problem with the nightlies on Win7

[Image: watched-fanart.jpg]
find quote
Kibje Offline
Team-XBMC Member
Posts: 984
Joined: Jan 2010
Reputation: 31
Location: Netherlands
Post: #5
is there a way to skin this CodecInfo window?
If we could change the text to be a little smaller I guess I could get everything on the screen, even when using VDPAU.

When your issue is solved, please edit your original post and select Solved Issue from the pulldown menu. Thanks!
find quote
Kibje Offline
Team-XBMC Member
Posts: 984
Joined: Jan 2010
Reputation: 31
Location: Netherlands
Post: #6
I fixed it on my system !
It all started when I noticed that different skins have different fonts for the CodecInfo overlay during full screen video.
One of the skins I used showed almost the entire line, even when using VDPAU (which generates a lot of extra text)

After some digging I figured out which skin file controls the view of this overlay window.
The file is called VideoFullScreen.xml (inside the skins 720p folder) and in it it will refer to a font that is to be used, (In my case 'Font_RSS_Unicode')
I looked through Font.xml (in the same 720p folder) to find a font that had a smaller size. For my skin (Neon) I found a font called 'Small' which was 14pt instead of the 25pt used by "Font_RSS_Unicode".

After changing the VideoFullScreen.xml to refer to this font (i just replaced every instance of Font_RSS_Unicode by Small in the file) and restarting the entire machine I first thought it had not worked but suddenly later noticed that it had changed the font size, which is now considerably smaller. (maybe some sort of caching)

Helpful links:
http://wiki.xbmc.org/index.php?title=XBM...t.xml_File

When your issue is solved, please edit your original post and select Solved Issue from the pulldown menu. Thanks!
find quote