Kodi Community Forum
[FIX] Multiplex 'MP3' flag missing - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [FIX] Multiplex 'MP3' flag missing (/showthread.php?tid=50491)



[FIX] Multiplex 'MP3' flag missing - Cranial - 2009-05-07

Not sure if it's been mentioned yet, but I noticed in the latest revision, using Multiplex view, that MP3 flags are missing.

So, here's a fix.

In Includes_Mediaflags.xml, just after line 856, add this:

<control type="image" id="84">
<include>Furniture_PanelMediaFlagsVars</include>
<texture>flags/mp3.png</texture>
<visible>substring(listitem.studio,mp3) | substring(listitem.studio,MPEG Audio)</visible>
</control>

Or you can just download this: Includes_Mediaflags.xml : and drop it in your 720p folder.


- Cranial - 2009-05-08

What, no one else has noticed this?

Am I losing my mind... (again)


- Jamdez - 2009-05-08

I noticed it this morning but fixed the code myself ...


- paul - 2009-05-08

Jamdez Wrote:I noticed it this morning but fixed the code myself ...
The fix has been in my xbox version for a while and i am going to fix it for .ogg .flac . xvid .divx + around 200 studio flags showing in both showcase and multiplexSmile


- FernFerret - 2009-05-08

http://forum.xbmc.org/showthread.php?p=325815&highlight=mp3#post325815

Smile

I'd known about it for quite a while, I had posted it, I assumed it would get fixed eventually.

--FF


- Cranial - 2009-05-08

FernFerret Wrote:http://forum.xbmc.org/showthread.php?p=325815&highlight=mp3#post325815

Smile

I'd known about it for quite a while, I had posted it, I assumed it would get fixed eventually.

--FF

Ah, lost in the multitude of pages. Sorry about that Fern.


- FernFerret - 2009-05-08

Haha i'm just messin' with ya! I was just too lazy to post a new thread, I do agree that this needs to be fixed sometime, I just try to avoid giving djh_ bug reports in an alpha product.

Now I know he has encouraged such, but I dunno, as a fellow programmer I prefer to ask people to fix my stuff after it's final.

Thanks for bringing this into the light Cranial

EDIT: This has also been fixed in my script.

--FF