[MISSING] Ogg Vorbis media flag

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
theophile Offline
Fan
Posts: 569
Joined: Jan 2009
Reputation: 30
Post: #1
Sad
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #2
Not much of a flag zealot myself, Can you point to a skin that uses it and what they call it would be helpful, or even better their code block, i.e - oggvorbis.png?

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
theophile Offline
Fan
Posts: 569
Joined: Jan 2009
Reputation: 30
Post: #3
Alaska has one. It's at Alaska/media/flags/AudioCodec/vorbis.png
find quote
theophile Offline
Fan
Posts: 569
Joined: Jan 2009
Reputation: 30
Post: #4
It's there now. Thanks!!
find quote
theophile Offline
Fan
Posts: 569
Joined: Jan 2009
Reputation: 30
Post: #5
I had jumped the gun when I replied to this a couple months ago. I noticed that the .png was added to git but it never did show up. Here's what I did to get it to appear.

In IncludesCodecFlagging.xml I added the following black starting at line 287:

Code:
<control type="image">
                        <description>vorbis Image</description>
                        <width>90</width>
                        <height>33</height>
                        <aspectratio>keep</aspectratio>
                        <texture>flagging/audio/vorbis.png</texture>
                        <visible>substring(ListItem.AudioCodec,vorbis)</visible>
                </control>

Also, the .png currently in the tree looks out of place because of the padding so I made a new one that seems (to me at least) more consistent. I'm attaching it. I also tried the one from reFocus (it's the Xiph fish logo) and I'm still not quite sure which I like better. Anyway, here ya go.

[Image: vorbis.png]
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #6
theophile Wrote:I had jumped the gun when I replied to this a couple months ago. I noticed that the .png was added to git but it never did show up. Here's what I did to get it to appear.

In IncludesCodecFlagging.xml I added the following black starting at line 287:

Code:
<control type="image">
                        <description>vorbis Image</description>
                        <width>90</width>
                        <height>33</height>
                        <aspectratio>keep</aspectratio>
                        <texture>flagging/audio/vorbis.png</texture>
                        <visible>substring(ListItem.AudioCodec,vorbis)</visible>
                </control>

Also, the .png currently in the tree looks out of place because of the padding so I made a new one that seems (to me at least) more consistent. I'm attaching it. I also tried the one from reFocus (it's the Xiph fish logo) and I'm still not quite sure which I like better. Anyway, here ya go.

[Image: vorbis.png]

thx, I'll get that in

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote