Kodi Community Forum
[MOD] Workaround Media Flagging - 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: [MOD] Workaround Media Flagging (/showthread.php?tid=50138)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- Neku - 2009-05-09

Ofc i did and strange is that when i press "I" i see in move info thats dolby 2.0 but i dont see it in multiplex.


- krypt2nite - 2009-05-09

Who's includes_mediaflags.xml are you using? If it's mine from the first post, then are you using my flags also?


- Imaginos - 2009-05-09

Hello there
I've noticed that we don't want the same informations displayed in the views
So I decided to create a mod to allow people to select what is displayed and in wich position :
For Showcase/Multiplex view :
Studio
Source
Sound format
Resolution
Video codec
Imdb rating (text mode)
Show duration

Episode View :
Network (with HD auto-determination)
Source
Sound format
Resolution
Video codec
Rating (stars mode)

Here's the file (up to date with the set supplied here on the 8 of May
Moded files (include_mediaflags & customisation & Includes_Settings_LabelsButtons (corrected)
Flags set

Here are some examples :
Showcase : studio, codec, resolution, sound
Image

Showcase : studio, duration, sound, codec
Image

Multiplex : studio, rating, sound, resolution
Image

Episode : network, rating, codec, sound
Image

Episode : network, source, rating, sound
Image



- Imaginos - 2009-05-09

You set disposition for each of the 3 views in an advanced settings new tab : MANAGE FLAGS
There's a button to set all the flags in all views by default
Image
When you start xbmc first, a message is displayed in all the views that haven't been set and if the 'nomediaflag' hasn't been enabled

Alerts in
Showcase view :
Image

Multiplex view :
Image

Episode view :
Image


- Neku - 2009-05-09

Quote:Who's includes_mediaflags.xml are you using? If it's mine from the first post, then are you using my flags also?

Yes im using that one form first post. This one.
Viewtype_Multiplex.xml - Get this one if you would like the TV Show name to appear in episodes view. Screens FIXED: 5/4 Now displays the name like it should


- Imaginos - 2009-05-09

I've just corrected my archive, i forgot to put the Includes_Settings_LabelsButtons.xml Smile


- krypt2nite - 2009-05-09

Neku Wrote:Yes im using that one form first post. This one.
Viewtype_Multiplex.xml - Get this one if you would like the TV Show name to appear in episodes view. Screens FIXED: 5/4 Now displays the name like it should

Download this one also. Includes_MediaFlags.xml


- krypt2nite - 2009-05-09

Damn, Imaginos looks good. I updated by first post to let people know and will try it out later.


- Neku - 2009-05-09

i have that one ofc too.


- Imaginos - 2009-05-09

I've noticed a mistake in my file,
Some call to x264.png are written x.264.png

just make a find & replace on these two words


- DuMbGuM - 2009-05-10

Looks like great work Imaginos, I'll backup my old files and try it out. Laugh

Edit: No problems to report here.


- harryzimm - 2009-05-10

Shit-hot work Imaginos. Looking forward to trying your mod out.

cheers


- Imaginos - 2009-05-10

thanks, let me know, your opinions and ideas


- ronie - 2009-05-10

So far, i could only find one flaw. For DVD's with an 'MPEG Audio' tag, the mp3 icon is shown. However DVD's don't contain mp3 audio, but use mp2 (Mpeg-1 Layer II).

I guess it could be fixed like this:
<texture>flags/custom/mp2.png</texture>
<visible>substring(listitem.studio,MPEG Audio) + substring(listitem.filename,sddvd)</visible>

<texture>flags/custom/mp3.png</texture>
<visible>substring(listitem.studio,MPEG Audio) + !substring(listitem.filename,sddvd)</visible>


Also support for the WMV-HD codec would be nice:
<texture>flags/custom/wmvhd.png</texture>
<visible>substring(listitem.studio,WVC1)</visible>



There's been some discussion about the flames in x.264 logo not looking too good.
Another official logo without the flames is available, so we could use that one.....or just use the h.264 logo instead.


Here are the logos:
Image Image Image Image


- krypt2nite - 2009-05-10

Thanks Ronie I will implement these fixes and icons later. I like em.