PDA

View Full Version : [FIX] Multiplex 'MP3' flag missing


Cranial
2009-05-07, 10:38
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 (http://dl.getdropbox.com/u/318691/Includes_MediaFlags.xml) : and drop it in your 720p folder.

Cranial
2009-05-08, 07:21
What, no one else has noticed this?

Am I losing my mind... (again)

Jamdez
2009-05-08, 07:30
I noticed it this morning but fixed the code myself ...

paul
2009-05-08, 08:00
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 multiplex:)

FernFerret
2009-05-08, 08:53
http://xbmc.org/forum/showthread.php?p=325815&highlight=mp3#post325815

:)

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, 09:18
http://xbmc.org/forum/showthread.php?p=325815&highlight=mp3#post325815

:)

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, 12:42
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