Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2015-08-29, 21:33)ShadowTek Wrote: So wait... you are trying to have an unidentified flag show? Sorry but I'm confused?

If you are just wanting to always have a language flag show on the movie info page for every movie, this is what I do..

1. I always make sure (using Ember media manager) that any non-English movies are tagged with their proper language (and of course the english subtitles)

2. most of my movies are in English, so what I do is simply copy the en.png file to the media folder (cause I'm lazy)

3. Open up DialogVideoInfo.xml and find:
Code:
<visible>!IsEmpty(Window(movieinformation).Property(AudioLanguage.1)) + !Stringcompare(Window(movieinformation).Property(AudioLanguage.1),und)</visible>

and delete or comment it out.

4. Then open up the Includes_MediaFlags.xml file, right at the top is the language flags code, find:
Code:
<visible>!IsEmpty(Window(movieinformation).Property(AudioLanguage.1))</visible>

And delete or comment it out.

Then right above that line you just removed change:
Code:
<texture>$VAR[ColorFlagsLanguage]$INFO[Window(movieinformation).Property(AudioLanguage.1),,.png]</texture>

to:
Code:
<texture fallback="en.png">$VAR[ColorFlagsLanguage]$INFO[Window(movieinformation).Property(AudioLanguage.1),,.png]</texture>

and now every movie that does not have a language defined defaults to English and you will always see a language flag on the video info page. You can take similar steps with views that you want this for as well.
Thanks ShadowTek. This is exactly what I need. Almost all my videos are in English and all the headers are set properly (spent several hundred hours on that Smile). The editing looks simple, that shouldn't be a problem. When you say to copy en.png to the media folder, do you mean I need to place the png file into each folder containing a video? Or copy the png file into the addon media folder?

Also, not sure what files to edit for the various views.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release (for Isengard) - by wgstarks - 2015-08-29, 21:53
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39