Media Brazil Forum

Full Version: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
(15/12/2019, 10:39)Wanilton Wrote: [ -> ] 

Arrow module script version 0.12.2 cause trouble, have one new version available now, fix the issue, get here (0.15.5)

http://mirrors.xbmc.org/addons/leia/scri...0.15.5.zip

Thanks
Grazie
Aeon MQ9 version 0.2.0

https://youtu.be/wt_t3pQ4x3o
Hello everyone.
Why is the diskarts not displayed in posterlite mode?
 

Need fix, I will talk with Marcos, about.
Hola, escribo en español y en inglés con el traductor de Google. Tengo una duda, espero que vosotros podáis resolverla. En Aeon MQ 8, cuando en Música le daba a información de artista me salía la discografía, pero ahora no sale nada. ¿Tengo que instalar algún scrapper para eso?

Hello, I write in Spanish and English with the Google translator. I have a question, I hope you can solve it. In Aeon MQ 8, when in Music I gave artist information the discography came out, but now nothing comes out. Do I have to install a scrapper for that?

Obrigado
 

You need script extendedinfo installed.

http://mirrors.xbmc.org/addons/leia/scri...-5.6.0.zip
I´ve just recognized i´m only getting the TV-14 and TV-PG Logos displayed. Everything is installed correctly. The Skin doesnt show TV-MA, TV-G etc, only these 2 Logos...

Usually i use TV-14 or TV-PG in the mpaa field. TV-MA and TV-G doesnt work: When i´m entering germany:16 for example i get the fsk16 Logo. Nothing i do brings me the tv-ma or tv-g logo. us:tv-ma, usa:tv-ma, mpaa:tv-ma..... some Clarification is needed...

Not for Movies like here: https://www.xbmcbrasil.net/thread-4134-p...l#pid34748 i mean for TV-Shows..
Test here, and work fine

https://i.imgur.com/FeTwNct.jpg

the code is

Code:
<!-- MPAA TV America -->
        <value condition="String.Contains(ListItem.Mpaa,TV-G)">$VAR[mpaa_path]TV-G_Certificate_US.png</value>
        <value condition="String.Contains(ListItem.Mpaa,TV-PG)">$VAR[mpaa_path]TV-PG_Certificate_US.png</value>
        <value condition="String.Contains(ListItem.Mpaa,TV-14)">$VAR[mpaa_path]TV-14_Certificate_US.png</value>
        <value condition="String.Contains(ListItem.Mpaa,TV-MA)">$VAR[mpaa_path]TV-MA_Certificate_US.png</value>
Yeah i´ve found the Problem. The TV-MA Logo shows up as long as the mpaa-color addon isn,t installed. The Addon is from your google drive: https://drive.google.com/drive/folders/1...wl7q8RYDbi As soon as i disable the colur package the logo shows up, in white. witth colorpackage, no Logo. Any Suggestions about this?
I will check coloured  mpaa addon, to understand why...
Ok, thx.
Case sensitive in a few Operational System, I fixed the filenames, have one new addon available on the drive, please reinstall and check if solve. 

Windows OS doesn´t have the issue, so hard for us to detect...
Thx. I´ve found another Solution in the Meantime and replaced the default white png´s with the colourder one in the textures file and it worked too. I will try your File on another Setup in the following Days.
The Image filename needs exactly the same in the skin code to show.
Yeah they show up now. This works for me now. thx
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17