XBMC Community Forum
Film studio Flag Icons - Post new ones here! - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Artwork packs (/forumdisplay.php?fid=71)
+---- Thread: Film studio Flag Icons - Post new ones here! (/showthread.php?tid=48315)



- Halibutt - 2009-04-05 17:21

pletopia Wrote:Marvel Studios - http://upload.wikimedia.org/wikipedia/en/thumb/a/ad/MarvelStudios.jpg/225px-MarvelStudios.jpg

[Image: marvel.png]
[Image: marvel2.png]
Cheers


- MrTourettes - 2009-04-05 17:27

Does anyone know if we can change icons for coloured ones or has the skin been written to only use minimal bitp deaths.


- pletopia - 2009-04-05 17:38

i think there just b&w cause of asthetic choice .. to match the skin


- MrTourettes - 2009-04-05 17:41

Shame. it would be nice to add some colour to them.


- pletopia - 2009-04-05 18:28

anyone know how to integrate these now ??


- Neku - 2009-04-05 19:19

OK but how to use it??


- krypt2nite - 2009-04-05 19:43

Open Aeon Stark/720p/Includes_MediaFlags.xml in your favorite text editor (Notepad++ I suggest) then you have to manually add new studios. So find in the XML where it has studio tags. For example.
<control type="image" id="81">
<include>Furniture_PanelMediaFlagsVars</include>
<texture>flags/newlinecinema.png</texture>
<visible>substring(listitem.studio,New Line)</visible>
</control>

So to implement Marvel you would just copy and paste that and replace the proper text.
<control type="image" id="81">
<include>Furniture_PanelMediaFlagsVars</include>
<texture>flags/marvel.png</texture>
<visible>substring(listitem.studio,Marvel)</visible>
</control>

You would also need to drop the Icon of course into the Aeon Stark/Media/Flags folder.

Also take note depending on the view type, showcase, info, etc. DJH has multiple instances of the flags showing up. So you may have to add 2 or 3. Just skim the code and find all the different parts. You are mainly concerned with Showcase view however.


- Halibutt - 2009-04-05 19:47

EDIT: Kryp2nite beat me to it. Smile

Another piece of advice would be to use Media Info Plus, which now is capable of storing the label info in .nfo files it creates. You'd have to manually edit ..\MediaInfoPlus\mystudios.xml, but that's pretty simple. OTOH this won't eliminate the need to do what Kryp2nite described above.

Hopefully some or all of these will make it to future releases of Aeon, so you won't have to move a finger.
Cheers


- krypt2nite - 2009-04-05 20:04

Halibutt Wrote:Media Info Plus, which now is capable of storing the label info in .nfo files it creates. You'd have to manually edit ..\MediaInfoPlus\mystudios.xml, but that's pretty simple. OTOH this won't eliminate the need to do what Kryp2nite described above.

I'm going to have to look into that when I get home.


- Halibutt - 2009-04-05 20:15

And now for something completely different: Zespół Filmowy Kamera (Kamera Film Unit), the guys behing "The Saragossa Manuscript", one of the greatest movies evarr.
[Image: kamera.png]

EDIT:
DFI / Danish Film Institute
[Image: dfi.png]
PISF / Polski Instytut Sztuki Filmowej / Polish Film Art Institute
[Image: pisf.png]
MiBAC / Ministero per i Beni e le Attività Culturali / Italian Ministry of Culture
[Image: mibac.png]
Warner Independent Pictures
[Image: warner_independent_pictures.png]

Cheers