Kodi Community Forum
v18 Aeon MQ 7 Leia Mod - 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: v18 Aeon MQ 7 Leia Mod (/showthread.php?tid=329255)



RE: Aeon MQ 7 Leia Mod - shedrock - 2019-05-06

I am a bit confused with how the extrafanart works. For example I have a TV series called "Splitting up Together", but unless I create an extrafanart folder, the fanart isn't being displayed at all. I have to turn on Default Fanart, which obviously defeats the purpose. I also noticed that I have Artwork Beef set to download the extrafanarts into a folder, but that doesn't work either, but if I turn off that option, it then copies it to the root, which I figure might be an AB issue, but as to the skin itself I am confused why it doesn't work as it should.

I just checked your previous version 1.0.1.6 and it works correctly. By that I mean, if the TV show only has the default fanart.jpg, then that's what is displayed, and if extrafanart exists it displays that also. Whereas, in 1.0.1.7 it doesn't display the fanart.jpg if there are not extrafanarts available.

UPDATE:

This apparently is needed in MyVideoNav.xml for the fanart.jpg to work if the TV series does not have extrafanart. I re-added the following and it seemed to have resolved the above issue:

xml:
        <!-- MULTI MOD -->
        <include>AB_Fanart</include>
        <control type="fadelabel" id="4420">
            <top>-1000</top>
            <width>2560</width>
            <height>0</height>
            <scrollspeed>20</scrollspeed>
            <scrollout>false</scrollout>
            <font>Font-LineLabel</font>
            <textcolor>white</textcolor>
            <randomize>true</randomize>
            <pauseatend>5000</pauseatend>
            <resetonlabelchange>true</resetonlabelchange>
            <label>$INFO[ListItem.Art(fanart)]</label>
            <label>$INFO[ListItem.Art(fanart1)]</label>
            <label>$INFO[ListItem.Art(fanart2)]</label>
            <label>$INFO[ListItem.Art(fanart3)]</label>
            <label>$INFO[ListItem.Art(fanart4)]</label>
            <label>$INFO[ListItem.Art(fanart5)]</label>
            <label>$INFO[ListItem.Art(fanart6)]</label>
            <label>$INFO[ListItem.Art(fanart7)]</label>
            <label>$INFO[ListItem.Art(fanart8)]</label>
            <label>$INFO[ListItem.Art(fanart9)]</label>
            <label>$INFO[ListItem.Art(fanart10)]</label>
            <label>$INFO[ListItem.Art(fanart11)]</label>
            <label>$INFO[ListItem.Art(fanart12)]</label>
            <label>$INFO[ListItem.Art(fanart13)]</label>
            <label>$INFO[ListItem.Art(fanart14)]</label>
            <label>$INFO[ListItem.Art(fanart15)]</label>
            <label>$INFO[ListItem.Art(fanart16)]</label>
            <label>$INFO[ListItem.Art(fanart17)]</label>
            <label>$INFO[ListItem.Art(fanart18)]</label>
            <label>$INFO[ListItem.Art(fanart19)]</label>
            <label>$INFO[ListItem.Art(fanart20)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart1)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart2)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart3)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart4)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart5)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart6)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart7)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart8)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart9)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart10)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart11)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart12)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart13)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart14)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart15)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart16)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart17)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart18)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart19)]</label>
            <label>$INFO[ListItem.Art(tvshow.fanart20)]</label>            
        </control>

Thanks,

Shedrock


RE: Aeon MQ 7 Leia Mod - RonnieG3 - 2019-05-06

Hey @latts9923 @shedrock ,  after the latest update I no longer can get the MQ8 menu style to load. When I replace with the files shedrock posted a while back, I get an error that the skin can't load. Any chance you might consider adding an option to have the MQ8 look as a possibility?


RE: Aeon MQ 7 Leia Mod - shedrock - 2019-05-06

(2019-05-06, 20:12)RonnieG3 Wrote: Hey @latts9923 @shedrock ,  after the latest update I no longer can get the MQ8 menu style to load. When I replace with the files shedrock posted a while back, I get an error that the skin can't load. Any chance you might consider adding an option to have the MQ8 look as a possibility?
Here you go Ronnie,

This version actually looks exactly like the MQ8 version. The focus position is to the far left as it should have been. Please make sure to backup your files. The files included are the only files I edited so you should not have any issues.

Link: https://mega.nz/#!9bZCkQJI!Mrv2OFTuQ_s8tt26K2Ewg2qho9vrhC3rAoge3IUru88

Cheers!

Shedrock


RE: Aeon MQ 7 Leia Mod - shedrock - 2019-05-06

@latts9923 - Sorry for another post. I don't mean to bombard you with multiple posts. Anyway, I just noticed this issue and I'm not sure why it is happening. Hopefully my attached image explains it.

Image

Thanks,

Shedrock


RE: Aeon MQ 7 Leia Mod - RonnieG3 - 2019-05-06

(2019-05-06, 22:12)shedrock Wrote:
(2019-05-06, 20:12)RonnieG3 Wrote: Hey @latts9923 @shedrock ,  after the latest update I no longer can get the MQ8 menu style to load. When I replace with the files shedrock posted a while back, I get an error that the skin can't load. Any chance you might consider adding an option to have the MQ8 look as a possibility?
Here you go Ronnie,

This version actually looks exactly like the MQ8 version. The focus position is to the far left as it should have been. Please make sure to backup your files. The files included are the only files I edited so you should not have any issues.

Link: https://mega.nz/#!9bZCkQJI!Mrv2OFTuQ_s8tt26K2Ewg2qho9vrhC3rAoge3IUru88

Cheers!

Shedrock 
DUDE!!! Awesome - works perfectly! Thanks  Big Grin


RE: Aeon MQ 7 Leia Mod - shedrock - 2019-05-06

(2019-05-06, 23:25)RonnieG3 Wrote:
(2019-05-06, 22:12)shedrock Wrote:
(2019-05-06, 20:12)RonnieG3 Wrote: Hey @latts9923 @shedrock ,  after the latest update I no longer can get the MQ8 menu style to load. When I replace with the files shedrock posted a while back, I get an error that the skin can't load. Any chance you might consider adding an option to have the MQ8 look as a possibility?
Here you go Ronnie,

This version actually looks exactly like the MQ8 version. The focus position is to the far left as it should have been. Please make sure to backup your files. The files included are the only files I edited so you should not have any issues.

Link: https://mega.nz/#!9bZCkQJI!Mrv2OFTuQ_s8tt26K2Ewg2qho9vrhC3rAoge3IUru88

Cheers!

Shedrock  
DUDE!!! Awesome - works perfectly! Thanks  Big Grin 
Glad it worked for you.


RE: Aeon MQ 7 Leia Mod - AleksandarLS - 2019-05-11

Is it possible now to use skin Aeon MQ 7? What version of Kodi i must have?


RE: Aeon MQ 7 Leia Mod - latts9923 - 2019-05-11

@AleksandarLS

Yes, this Leia Mod works with Kodi v18.2.


RE: Aeon MQ 7 Leia Mod - AleksandarLS - 2019-05-11

(2019-05-11, 13:46)latts9923 Wrote: @AleksandarLS

Yes, this Leia Mod works with Kodi v18.2.
How to install? I m getting error failed to install dependency xbmc gui version 5.12.


RE: Aeon MQ 7 Leia Mod - Gothico - 2019-05-11

(2019-05-11, 13:51)AleksandarLS Wrote:
(2019-05-11, 13:46)latts9923 Wrote: @AleksandarLS

Yes, this Leia Mod works with Kodi v18.2.
How to install? I m getting error failed to install dependency xbmc gui version 5.12.    

Add a new source grab latts repo and install the usual way


RE: Aeon MQ 7 Leia Mod - AleksandarLS - 2019-05-11

(2019-05-11, 14:24)Gothico Wrote:
(2019-05-11, 13:51)AleksandarLS Wrote:
(2019-05-11, 13:46)latts9923 Wrote: @AleksandarLS

Yes, this Leia Mod works with Kodi v18.2.
How to install? I m getting error failed to install dependency xbmc gui version 5.12.     

Add a new source grab latts repo and install the usual way 
im getting:"The dependency on script.skin.helper.colorpicker version 1.0.12 could not be satisified".


RE: Aeon MQ 7 Leia Mod - Gothico - 2019-05-11

You need MarcelVeldts Repo also





RE: Aeon MQ 7 Leia Mod - AleksandarLS - 2019-05-11

"Dependency of script.skin.helper.service version 1.1.24 could not be satisfied"

I downloaded from repository.marcelveldt skin helper 1.1.24 and installed and again same message.


RE: Aeon MQ 7 Leia Mod - AleksandarLS - 2019-05-11

I finally make it, thanks for help Gothico. All what i needed was from repository.marcelveldt. I had to to copy skin helper 1.1.24 in kodi directory, because didn't want to install.


RE: Aeon MQ 7 Leia Mod - Gothico - 2019-05-11

i've forgotten.
if not installed, you also need marduks repo
he adopted some addons from marcel