Kodi Community Forum
Mod Multi-Mod addition for the MQ 7 Krypton 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: Mod Multi-Mod addition for the MQ 7 Krypton Mod (/showthread.php?tid=301497)



RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-24

@JanM201

Well, you can also try using the code that is commented out. Open DialogVideoInfo.xml and find the code...

Code:
<!-- Trailer Tela Cheia -->
<item id="11">    
    <label>31701</label>
    <!--onclick condition="!Skin.HasSetting(fullscreentrailer)">SetFocus(9930)</onclick>
    <onclick condition="!Skin.HasSetting(fullscreentrailer)">PlayMedia($INFO[ListItem.Trailer],1)</onclick>
    <onclick condition="Skin.HasSetting(fullscreentrailer)">SendClick(2003,11)</onclick>
    <visible>!String.IsEmpty(ListItem.Trailer)</visible-->
    <onclick condition="System.HasAddon(plugin.video.youtube)">RunScript(script.skin.helper.service,action=searchyoutube,title=$INFO[ListItem.Title] Trailer,header=Search YouTube Trailers)</onclick>
    <onclick condition="!System.HasAddon(plugin.video.youtube)">ActivateWindow(Videos,plugin://plugin.video.youtube)</onclick>
    <visible>Container.Content(movies)</visible>
</item>

and replace it with...

Code:
<!-- Trailer Tela Cheia -->
<item id="11">    
    <label>31701</label>
    <onclick condition="!Skin.HasSetting(fullscreentrailer)">SetFocus(9930)</onclick>
    <onclick condition="!Skin.HasSetting(fullscreentrailer)">PlayMedia($INFO[ListItem.Trailer],1)</onclick>
    <onclick condition="Skin.HasSetting(fullscreentrailer)">SendClick(2003,11)</onclick>
    <visible>!String.IsEmpty(ListItem.Trailer)</visible>
    <!--onclick condition="System.HasAddon(plugin.video.youtube)">RunScript(script.skin.helper.service,action=searchyoutube,title=$INFO[ListItem.Title] Trailer,header=Search YouTube Trailers)</onclick>
    <onclick condition="!System.HasAddon(plugin.video.youtube)">ActivateWindow(Videos,plugin://plugin.video.youtube)</onclick-->
    <visible>Container.Content(movies)</visible>
</item>



RE: Multi-Mod addition for the MQ 7 Krypton Mod - JanM201 - 2017-09-24

Hi Latts,

Just a question. Which version of Kodi should we be using with your mod? I'm using version 17.4. Could this be the reason
I'm experiencing some problems.
Thanks.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - lathie - 2017-09-24

Why would the artwork downloader not download banner and clear-art all I'm getting is poster and fanart .......Had it all working now i don't have the Video Info Screen all my tv shows and movies are scanned to my library Its a dumb question but how do you add pictures on this fourm Huh


RE: Multi-Mod addition for the MQ 7 Krypton Mod - bobbie digital - 2017-09-24

(2017-09-24, 20:20)JanM201 Wrote: Hi Latts,

Just a question. Which version of Kodi should we be using with your mod? I'm using version 17.4. Could this be the reason
I'm experiencing some problems.
Thanks.

I am using version 17.3 with this mod, and I am having the same issue, watch trailer from video info page not working.

I tried both edits and issue still remain.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-25

@JanM201 & bobbie digital

This should work with both v17.3 & 17.4.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-25

@lathie

It sounds like you haven't added your own API keys to Artwork Downloader. Check the two links provided below by movie78.

(2017-07-27, 16:44)movie78 Wrote:
(2017-07-27, 16:04)Elicko Wrote: hey latts9923 how are you,

do you have any idea why the artwork downloader Can not find covers for movies and series?
When I finish searching, I get a message that nothing has been downloaded.

tnx

Had the same issue, follow the links below.

Artwork
Artwork2



RE: Multi-Mod addition for the MQ 7 Krypton Mod - lathie - 2017-09-25

@latts9923


That is the thing i have API keys TMDB(Developer) FANART(Developer) TVDB OMDb(PaidPatrons) Is there a way to reinstall skin files or have to redo whole install


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-25

@lathie

Sure, you can copy the MQ7 Skin files just like you would with the Multi-Mod.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - lathie - 2017-09-25

@latts9923


Thanks I will give it try


RE: Multi-Mod addition for the MQ 7 Krypton Mod - bobbie digital - 2017-09-25

Hey Latts,

Did you make changes to your DiagVideoInfo.xml that wasn't included in your updates?

The reason why i ask is, when i went to edit the <!-- Trailer Tela Cheia -->, there was no line commented out.

When I made the change you directed, my video info page would not show up.

When i do undo the change and no line was commented out, the video info page shows up, but trailer wont play.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - lathie - 2017-09-26

I noticed that repository.marcelveldt was updated a few days ago so i went into artwork downloader file and my fanart API was changed and so was the TMDb API was also not sure if that was it but put my API'S back in and have no problem at all now


RE: Multi-Mod addition for the MQ 7 Krypton Mod - JanM201 - 2017-09-26

Hi Latts,

I noticed recently that when I watch a movie let's say halfway, the next time I want to resume (Info window) my whole Kodi crashes.
Even when I try to play it from the widget. Are you experiencing the same problem? If not what could be the problem?
Thanks


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-27

(2017-09-25, 22:56)bobbie digital Wrote: Hey Latts,

Did you make changes to your DiagVideoInfo.xml that wasn't included in your updates?

The reason why i ask is, when i went to edit the <!-- Trailer Tela Cheia -->, there was no line commented out.

When I made the change you directed, my video info page would not show up.

When i do undo the change and no line was commented out, the video info page shows up, but trailer wont play.

I'm using the last update from emiralles (v1.4.0.10) for the Multi-Mod.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-27

(2017-09-26, 06:19)lathie Wrote: I noticed that repository.marcelveldt was updated a few days ago so i went into artwork downloader file and my fanart API was changed and so was the TMDb API was also not sure if that was it but put my API'S back in and have no problem at all now

Good deal lathie...glad you got it working!


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2017-09-27

(2017-09-26, 23:27)JanM201 Wrote: Hi Latts,

I noticed recently that when I watch a movie let's say halfway, the next time I want to resume (Info window) my whole Kodi crashes.
Even when I try to play it from the widget. Are you experiencing the same problem? If not what could be the problem?
Thanks

I've never had this problem. Are you watching a movie from a drive on your network?