Kodi Community Forum
[MISSING] Ogg Vorbis media flag - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: [MISSING] Ogg Vorbis media flag (/showthread.php?tid=75423)



[MISSING] Ogg Vorbis media flag - theophile - 2010-06-10

Sad


- mcborzu - 2010-06-11

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?


- theophile - 2010-06-11

Alaska has one. It's at Alaska/media/flags/AudioCodec/vorbis.png


- theophile - 2010-06-14

It's there now. Thanks!!


- theophile - 2010-08-03

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


- mcborzu - 2010-08-03

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