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


- krypt2nite - 2009-06-08

I forgot to upload the new MyVideoNav.xml that works with the new version of Auriga released yesterday. Until so if you want you can just follow the manual instructions and update the XML yourself. This is only required to get TV show flagging to work.

Manual Installation: Add <include>Furniture_EpisodeMediaFlags</include> to the bottom of MyVideoNav.xml,
just below this line: <include condition="Skin.HasSetting(videomovies)">Furniture _ShowcaseMediaFlags</include>


- Imaginos - 2009-06-08

krypt2nite Wrote:I forgot to upload the new MyVideoNav.xml that works with the new version of Auriga released yesterday. Until so if you want you can just follow the manual instructions and update the XML yourself. This is only required to get TV show flagging to work.

Manual Installation: Add <include>Furniture_EpisodeMediaFlags</include> to the bottom of MyVideoNav.xml,
just below this line: <include condition="Skin.HasSetting(videomovies)">Furniture _ShowcaseMediaFlags</include>

Good news for some of you, I updated my pack with the possibility to integrate it easily with cf2009's mod pack
There are 2 "Includes_Settings_LabelsButtons.xml" depending on you use cf2009's with or without submenu
http://www.mediafire.com/file/q5n1b3wyuwy/Imaginos flags mod (090608).rar

this release is compatible with today's cf2009 last update (2 hours ago)


- DuMbGuM - 2009-06-08

Woot thanks ! Nod

I'll be trying it when I get home

*edit: link seems to be dead right now, unless it's just mediafire having server problems.

nvm it's ok now


- krypt2nite - 2009-06-09

Image

Image

Image

Image


- krypt2nite - 2009-06-10

If you want the look above. Please download these files.

Viewtype_Multiplex.xml
Goes in to your 720p folder.

Goes in to your media/multiplex/ folder
multiplex_tvtablet2.png

Thanks to Hitcher for the beautiful dark multiplex panel. I just added some extra pixels to the top.

If you want matching movie multiplex get this also:
multiplex_tablet.png

Image


- ccMatrix - 2009-06-10

krypt2nite Wrote:If you want the look above. Please download these files.

Viewtype_Multiplex.xml
Goes in to your 720p folder.

Goes in to your media/multiplex/ folder
multiplex_tvtablet2.png

Thanks to Paul for the beautiful dark multiplex panel. I just added some extra pixels to the top.

If you want matching movie multiplex get this also:
multiplex_tablet.png

I downloaded the files but it doesn't look like in the images. I have no media flags and the font in the title is smaller and seems to be a different font. What else do I need for this?


- krypt2nite - 2009-06-10

Do you have all the stuff from the first post?

http://forum.xbmc.org/showpost.php?p=328154&postcount=1


- ccMatrix - 2009-06-10

Nope, thought all I needed was the files you posted. I wanted to see if this works with my modified Includes_MediaFlags.xml and the native flagging code but seems to be a bit more work involved. I guess I will have to check what code of this mod does what before this works.

My code is available here: http://forum.xbmc.org/showthread.php?tid=52581
Since you have more experience maybe you could take a look at a "merge"?


- venealis - 2009-06-10

not sure if i set something up wrong but i don't have media flags i also don't have the ability to click on flags layout to adjust them? any suggestions


- Imaginos - 2009-06-10

venealis Wrote:not sure if i set something up wrong but i don't have media flags i also don't have the ability to click on flags layout to adjust them? any suggestions

You cannot select flags layout button ?
I need more infos, you have modified the Includes_Settings_LabelsButtons.xml ?
You should place this file on mediafire.com so i can look at it.


Now, two new tv flags : The Movie Channel (+ HD), it's the network that broadcasts Regenesis
Image
Image
Code:
<control type="image" id="91">
    <include>Furniture_ShowcaseMediaFlagsVars</include>
    <include>NoHd_Flag</include>
    <texture>flags/tv/the_movie_channel.png</texture>
    <visible>substring(listitem.director,netThe Movie)</visible>
</control>
<control type="image" id="91">
    <include>Furniture_ShowcaseMediaFlagsVars</include>
    <include>HD_Flag</include>
    <texture>flags/tv/the_movie_channel_hd.png</texture>
    <visible>substring(listitem.director,netThe Movie)</visible>
</control>



- Imaginos - 2009-06-10

customisable layout flags pack updated with "the movie channel" tv flag
Here's the folder link on : mediafire.


- venealis - 2009-06-10

i havent changed any .xml files i downloaded newest version of Auriga installed your newest post, installed CF2009 mod pack.
1st installed CF2009 pack then installed yours from here
http://www.mediafire.com/file/q5n1b3...d (090608).rar
and only installed what you said to while still maintaining Auriga drop down menus.

Thanks.


- krypt2nite - 2009-06-10

ccMatrix Wrote:Nope, thought all I needed was the files you posted. I wanted to see if this works with my modified Includes_MediaFlags.xml and the native flagging code but seems to be a bit more work involved. I guess I will have to check what code of this mod does what before this works.

My code is available here: http://forum.xbmc.org/showthread.php?tid=52581
Since you have more experience maybe you could take a look at a "merge"?

i did check your code out when you first posted it to see what how the new method is going to work. I really like what you did with the studio flag coding. I'm really interested in getting that to work well. Would save a lot of trouble. On my weekend I'll look in to it more and start playing and experimenting.


- DuMbGuM - 2009-06-10

ccMatrix Wrote:I downloaded the files but it doesn't look like in the images. I have no media flags and the font in the title is smaller and seems to be a different font. What else do I need for this?

You need this:

http://pastebin.com/macb20c2

It needs to be named "font.xml" and placed in the Aeon 720p folder.


- krypt2nite - 2009-06-10

DuMbGuM Wrote:You need this:

http://pastebin.com/macb20c2

It needs to be named "font.xml" and placed in the Aeon 720p folder.

Thanks DuMbGuM I forgot to mention and provide a download for the fonts.xml

On a side note. I'm at work like usual in some boring mandatory training. Post some stuff guys haha