Kodi Community Forum

Full Version: [MISSING] Ogg Vorbis media flag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sad
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?
Alaska has one. It's at Alaska/media/flags/AudioCodec/vorbis.png
It's there now. Thanks!!
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
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