• 1
  • 104
  • 105
  • 106(current)
  • 107
  • 108
  • 210
v18 Aeon MQ 7 Leia Mod
(2019-06-08, 12:19)AleksandarLS Wrote:
(2019-06-08, 12:05)Jeffers24 Wrote: What is the url to install Latts repository?
https://www.holybid.com/kodi/repo/repository.lattsrepo/ 

Thanks
Reply
@nomnom27
Sure, you can always ask on the Skin Helper thread.
Reply
(2019-06-08, 14:06)latts9923 Wrote: @nomnom27
Sure, you can always ask on the Skin Helper thread.
Thanks, they managed to help me.
Image

When it comes to the movie set description, it still bases it on year. I don't think it's a skin helper issue but do know what could it be or is it a kodiflix thing? 

Image
Reply
Hello, I take this opportunity to relaunch the topic on whether someone has managed to run the bottom screen or artwork of the module: IPTV Simple Client on this mod there? I thank you in advance Smirnoff.
Reply
@nomnom27

I forgot that KodiFlix showed the movie list and detailed movie info while viewing a set. It's been a while since I looked at that...I'm unable to get it to display. All I get is a set summary...still looking.
Reply
@bluebug
Sorry...I just now noticed your request. Go to Settings > Media Settings > General and make sure "SHOW HIDDEN FILES AND DIRECTORIES" is enabled.
Reply
@shedrock
I installed the Trakt Add-on and I see the "TRAKT" button at the bottom of the context menu. When I select the button I get four options. I don't see a button named "TRAKT OPTIONS".
Reply
(2019-06-09, 23:42)latts9923 Wrote: @nomnom27

I forgot that KodiFlix showed the movie list and detailed movie info while viewing a set. It's been a while since I looked at that...I'm unable to get it to display. All I get is a set summary...still looking.
How did you manage that? Because the movie set summary only displays for a second.Image

And then it changes back to movie list and detailed info.
Image
Reply
@nomnom27
Haha...I'm not sure, but my summary stays on the entire time.
Reply
hello,
i dont know where i can post some bugs i found.
1. addons\skin.aeonmq7.leia.mod\language\resource.language.de_de\  (darkness is not dunkenheit, it is dunkelheit)
msgctxt "#31891"
msgid "Darkness"
msgstr "Dunkelheit"

2. the systemsettings menu, when you select "Hardware" the lines which are displayed overlay each other.
    it could be fixed with some changes in addons\skin.aeonmq7.leia.mod\1080i\SettingsSystemInfo.xml

for all these who like to change, here are the changes from the first line it depends until last line of the file (you can check it out):
Code:
    <!--#######################################################################   MENU DA DIREITA   #######################################################################-->
    <control type="label" id="40">
    <include>SettingsRightTitle</include>
    <label>-</label>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    <visible>!Control.HasFocus(9001)</visible>
    </control>
    <control type="label">
    <include>SettingsRightTitle</include>
    <label>31443</label>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    <visible>Control.HasFocus(9001)</visible>
    </control>
    <control type="grouplist">
    <left>525</left>
    <top>180</top>
    <width>1320</width>
    <height>741</height>
    <itemgap>9</itemgap>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    <visible>!Control.HasFocus(9001)</visible>
    <control type="label" id="2">
    </control>
    <control type="label" id="3">
    </control>
    <control type="label" id="4">
    </control>
    <control type="label" id="5">
    </control>
    <control type="label" id="6">
    </control>
    <control type="label" id="7">
    </control>
    <control type="label" id="8">
    </control>
    <control type="label" id="9">
    </control>
    <control type="label" id="10">
    </control>
    <control type="label" id="11">
    </control>
    </control>
    <!-- Creditos -->
    <control type="textbox">    
    <left>525</left>
    <top>180</top>
    <width>1320</width>
    <height>945</height>
    <font>Font_plot</font>
    <label>[color=$INFO[Skin.String(colorheader)]]$LOCALIZE[31788]:[/color] MarcosQui[CR][color=$INFO[Skin.String(colorheader)]]$LOCALIZE[31706]:[/color] Wanilton[CR][CR][color=$INFO[Skin.String(colorheader)]]$LOCALIZE[31999][/color]</label>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    <autoscroll delay="25000" time="4000" repeat="25000">!Skin.HasSetting(noallowscroll)</autoscroll>
    <visible>Control.HasFocus(9001)</visible>
    </control>
    <control type="group">
    <visible>!Control.HasFocus(9001)</visible>
    <!-- Titulo Sistema -->
    <control type="label">    
    <left>525</left>
    <top>660</top>
    <height>64</height>
    <width>1320</width>
    <font>Font_titlesettings</font>
    <textcolor>FFFFFAF0</textcolor>
    <label>130</label>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    </control>
    <!-- Kodi Version -->
    <control type="label" id="52">    
    <left>525</left>
    <top>725</top>
    <height>38</height>
    <width>1320</width>
    <label></label>
    <font>Font_settings</font>
    <textcolor>$INFO[Skin.String(colorheader)]</textcolor>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    </control>
    <!-- Skin Name -->
    <control type="label">    
    <left>525</left>
    <top>770</top>
    <height>38</height>
    <width>1320</width>
    <label>$LOCALIZE[31443] by MarcosQui - $VAR[SkinVersion]</label>
    <font>Font_settings</font>
    <textcolor>$INFO[Skin.String(colorheader)]</textcolor>
    <animation effect="fade" reversible="true" time="300">VisibleChange</animation>
    </control>
    <!-- Consumo da CPU -->
    <control type="label">    
    <left>525</left>
    <top>815</top>
    <height>38</height>
    <width>1320</width>
    <font>Font_settings</font>
    <textcolor>$INFO[Skin.String(colorheader)]</textcolor>
    <label>$LOCALIZE[13271]: $INFO[System.CPUUsage]</label>
    </control>
    <!-- Grafico da CPU -->
    <control type="progress">    
    <left>525</left>
    <top>852</top>
    <height>24</height>
    <width>525</width>
    <info>System.CPUUsage</info>
    </control>
    <!-- Consumo de memoria -->
    <control type="label">    
    <left>525</left>
    <top>898</top>
    <width>525</width>
    <height>38</height>
    <font>Font_settings</font>
    <textcolor>$INFO[Skin.String(colorheader)]</textcolor>
    <label>$LOCALIZE[31346]: $INFO[System.Memory(used.percent)]</label>
    </control>
    <!-- Grafico de memoria -->
    <control type="progress">    
    <left>525</left>
    <top>935</top>
    <height>24</height>
    <width>525</width>
    <info>System.Memory(used)</info>
    </control>
    <!-- Espaco usado -->
    <control type="label">    
    <left>525</left>
    <top>980</top>
    <width>525</width>
    <height>38</height>
    <font>Font_settings</font>
    <textcolor>$INFO[Skin.String(colorheader)]</textcolor>
    <label>$LOCALIZE[31345]: $INFO[System.UsedSpacePercent]</label>
    </control>
    <!-- Grafico de disco -->
    <control type="progress">    
    <left>1060</left>
    <top>990</top>
    <height>24</height>
    <width>525</width>
    <info>System.UsedSpace</info>
    </control>
    </control>
    <!-- Skin Logo -->
    <control type="image">    
    <left>1515</left>
    <top>855</top>
    <width>375</width>
    <height>150</height>
    <align>right</align>
    <aspectratio>keep</aspectratio>
    <texture>aeonmq7_logo.png</texture>
    </control>
    <include>RSS</include>
    <include>BGBlack</include>
    </control>
    </controls>
</window>
Reply
(2019-06-12, 14:30)latts9923 Wrote: @nomnom27
Haha...I'm not sure, but my summary stays on the entire time.
This is how I have it written in all of my .nfo files. 

:
    <set>
        <name>Star Wars Collection</name>
        <overview>An epic space-opera theatrical film series, which depicts the aventures of varios characters "a long time ago in a galaxy far, far way."</overview>
    </set>
I have it written like that in all eight movies. I don't know how you have your summery.
Reply
2019-06-13 18:38:39.374 T:4748 WARNING: [plugin.video.netflix (13)] Backing file does not exist or is not readable
2019-06-13 18:38:41.057 T:4748 WARNING: [plugin.video.netflix (13)] cache_infolabels is locked by another instance. Discarding changes
2019-06-13 18:38:41.057 T:4748 WARNING: [plugin.video.netflix (13)] cache_artinfo is locked by another instance. Discarding changes
2019-06-13 18:38:41.405 T:14332 WARNING: [plugin.video.netflix (12)] cache_common is locked by another instance. Discarding changes
2019-06-13 18:38:41.793 T:4748   ERROR: [plugin.video.netflix (13)] Traceback (most recent call last):
                                              File "C:\Users\Jan\AppData\Roaming\Kodi\addons\plugin.video.netflix\addon.py", line 90, in <module>
                                                route(filter(None, g.PATH.split('/')))
                                              File "C:\Users\Jan\AppData\Roaming\Kodi\addons\plugin.video.netflix\addon.py", line 49, in lazy_login_wrapper
                                                return func(*args, **kwargs)
                                              File "C:\Users\Jan\AppData\Roaming\Kodi\addons\plugin.video.netflix\addon.py", line 74, in route
                                                'No root handler for path {}'.format('/'.join(pathitems)))
                                            InvalidPathError: No root handler for path characterart
2019-06-13 18:38:41.793 T:7836   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflix/characterart/


When I go to Netflix main menu and no matter which category i choose when start browsing i got this error: InvalidPathError: No root handler for path characterart
With default Estuary skin no error at all...
Good news is that i can play every movies or series with no error...
I try this on my Sony Android TV and also on my Windows 10 PC... everytime the same story  Sad
Please help me  Smile
HTPC W1064bit, Kodi 21
Geforce 1050Ti 4GB
Sony Android TV XE 9005
Reply
@zooz
I made the change to "Dunkelheit" in the language file...thanks for the correction! I am not seeing any problems on the Hardware screen. Can you provide a screenshot?

@nomnom27
I have the same info in my nfo files for the Star Wars set.

@webmaher
I just tried the Add-on. I see the error about characterart. Right now the only way I can get the error to go away is to disable "SHOW CHARACTER ART" in the Right List Top Menu View Options.
Reply
(2019-06-15, 01:08)latts9923 Wrote: @nomnom27
I have the same info in my nfo files for the Star Wars set.
My movie set summery works fine in other views (like shelf 3d and set view) but not in kodiflix view. There must be glitch on my computer then. Weird...
Reply
(2019-06-15, 01:08)latts9923 Wrote: @webmaher
I just tried the Add-on. I see the error about characterart. Right now the only way I can get the error to go away is to disable "SHOW CHARACTER ART" in the Right List Top Menu View Options.
Perfect, thanks  Smile
HTPC W1064bit, Kodi 21
Geforce 1050Ti 4GB
Sony Android TV XE 9005
Reply
  • 1
  • 104
  • 105
  • 106(current)
  • 107
  • 108
  • 210

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 7 Leia Mod13