[MISSING] Ogg Vorbis media flag
#1
Sad
Reply
#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

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
Alaska has one. It's at Alaska/media/flags/AudioCodec/vorbis.png
Reply
#4
It's there now. Thanks!!
Reply
#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
Reply
#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

thx, I'll get that in
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
[MISSING] Ogg Vorbis media flag0