RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Mak_75 - 15/12/2019
(15/12/2019, 10:39)Wanilton Wrote: @Mak_75
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/script.module.arrow/script.module.arrow-0.15.5.zip
Thanks
Grazie
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 22/12/2019
Aeon MQ9 version 0.2.0
https://youtu.be/wt_t3pQ4x3o
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
G.R.3.3.D - 27/12/2019
Hello everyone.
Why is the diskarts not displayed in posterlite mode?
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 30/12/2019
@
G.R.3.3.D
Need fix, I will talk with Marcos, about.
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Coco27 - 01/04/2020
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
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 05/04/2020
@
Coco27
You need script extendedinfo installed.
http://mirrors.xbmc.org/addons/leia/script.extendedinfo/script.extendedinfo-5.6.0.zip
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
thereverend - 17/05/2020
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-post-34748.html#pid34748 i mean for TV-Shows..
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 17/05/2020
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>
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
thereverend - 18/05/2020
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/1qdnk3SseAvSpT6PVXit7AFwl7q8RYDbi As soon as i disable the colur package the logo shows up, in white. witth colorpackage, no Logo. Any Suggestions about this?
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 18/05/2020
I will check coloured mpaa addon, to understand why...
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
thereverend - 18/05/2020
Ok, thx.
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 18/05/2020
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...
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
thereverend - 18/05/2020
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.
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
Wanilton - 18/05/2020
The Image filename needs exactly the same in the skin code to show.
RE: [Release] Aeon MQ 8 - 2.9.0 - final - Kodi Leia - open to all users -
thereverend - 19/05/2020
Yeah they show up now. This works for me now. thx