• 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 116
v18 Aeon MQ 8 - 2.9.0 - Kodi Leia
Big Grin 
(2019-09-11, 07:31)TimeZone Wrote:
(2019-09-10, 19:38)Divemaskstrap Wrote: Hi

I am using LibreElec on my Raspberry Pi 4 with the Aeon MQ 8 Skin.
I have used Kodi before on a Windows machine with Aeon MQ 7. And MQ 7 had a nice feature to enable extra movie info, like IMDB and Rotten Tomatoes and other extra info, but I can't find it in MQ 8. Does MQ8 have this feature also? So yes, where can I find it?
And I have a problem if I want to show the four thumbnail view. The thumbs wound generate.  

Thanks a lot for your help!

There are high chances that you were using Aeon MQ 7 Mod. The features you are asking for are available in the Mods of these skins by @latts9923. Check the mod for Aeon MQ 8 here.

Once you have the mod installed, you can switch between "basic info" and "detailed info" in the Video Info Screen to enable or disable these features. 

Thanks a lot!  Laugh
Reply
(2019-09-22, 13:41)tryfos79 Wrote: I have installed all the extra icon resources (colored studio, mpaa, audiochannel etc.) and chosen them from the skin's settings. Everything works just fine, the colored icons load up (albeit with a little delay). But I consistently get the following errors in Kodi log multiple times:
2019-09-22 14:31:51.038 T:15657   ERROR: DoWork - Direct texture file loading failed for resource://resource.images.resolution.color/
2019-09-22 14:31:51.043 T:15657   ERROR: DoWork - Direct texture file loading failed for resource://resource.images.aspectratio.color/
2019-09-22 14:31:51.048 T:15657   ERROR: DoWork - Direct texture file loading failed for resource://resource.images.audiocodec.color/
2019-09-22 14:31:51.051 T:15657   ERROR: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
2019-09-22 14:31:51.132 T:15624   ERROR: DoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/    etc. for all related icon packs.
I can't understand why there are shown, even though the icons do show up.
On an unrelated note, I also get the following errors in relation to fonts:
2019-09-22 14:31:46.508 T:15583   ERROR: Couldn't load font name: all_alb(theboldfont.ttf), trying to substitute arial.ttf
2019-09-22 14:31:46.603 T:15583   ERROR: Couldn't load font name: Bluback8(hemi head bd it.ttf), trying to substitute arial.ttf
2019-09-22 14:31:46.690 T:15583   ERROR: Couldn't load font name: spiner(mikodacs.ttf), trying to substitute arial.ttf
2019-09-22 14:31:46.781 T:15583   ERROR: Couldn't load font name: Bluback4(hemi head bd it.ttf), trying to substitute arial.ttf
2019-09-22 14:31:46.873 T:15583   ERROR: Couldn't load font name: Bluback9(hemi head bd it.ttf), trying to substitute arial.ttf
2019-09-22 14:31:46.960 T:15583   ERROR: Couldn't load font name: spiner2(mikodacs.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.048 T:15583   ERROR: Couldn't load font name: bcd0(bebasneue.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.135 T:15583   ERROR: Couldn't load font name: bcd1(hemi head bd it.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.221 T:15583   ERROR: Couldn't load font name: bcd2(lobster_1.3.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.320 T:15583   ERROR: Couldn't load font name: bcd7(chunkfive.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.408 T:15583   ERROR: Couldn't load font name: bcd8(fafers.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.491 T:15583   ERROR: Couldn't load font name: bcd9(lockedwindow.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.574 T:15583   ERROR: Couldn't load font name: spiner3(mikodacs.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.659 T:15583   ERROR: Couldn't load font name: Hand_26(fafers.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.746 T:15583   ERROR: Couldn't load font name: titleshelf(theboldfont.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.832 T:15583   ERROR: Couldn't load font name: titleshelf3D(theboldfont.ttf), trying to substitute arial.ttf
2019-09-22 14:31:47.929 T:15583   ERROR: Couldn't load font name: titlelist(theboldfont.ttf), trying to substitute arial.ttf
2019-09-22 14:31:48.015 T:15583   ERROR: Couldn't load font name: titlemove(theboldfont.ttf), trying to substitute arial.ttf
2019-09-22 14:31:48.102 T:15583   ERROR: Couldn't load font name: titlesmall(theboldfont.ttf), trying to substitute arial.ttf
2019-09-22 14:31:48.189 T:15583   ERROR: Couldn't load font name: titleartist(theboldfont.ttf), trying to substitute arial.ttf
Any info?
I'm just answering to myself, perhaps to help others Smile
The fonts are called by font.xml but they are not in the fonts folder. I have not added nor removed any fonts from the default fonts folder of the skin. Perhaps this should be looked into, so the font.xml is modified accordingly.
Reply
@Wanilton

I searched the thread but couldn't find anything about this. I was adding extra music views to the Multi-Mod and noticed that the variables "audiodisc_layout" and "videodisc_layout" appear to be calling for "discart" images that do not exist in the Textures file.
Reply
@latts9923 

I check the code and is fine, I don't find discart,  skin use cdart.png, arts available in the root folder.

Code:
<variable name="videodisc_layout">
        <value condition="String.Contains(skin.string(discvideo),0)">cdart.png</value>
        <value condition="String.Contains(skin.string(discvideo),1)">cdart_1.png</value>
        <value condition="String.Contains(skin.string(discvideo),2)">cdart_2.png</value>
        <value condition="String.Contains(skin.string(discvideo),3)">cdart_3.png</value>
        <value condition="String.Contains(skin.string(discvideo),4)">cdart_4.png</value>
        <value condition="String.Contains(skin.string(discvideo),5)">$INFO[skin.string(customvideodisc)]</value>
    </variable>
    <variable name="audiodisc_layout">
        <value condition="String.Contains(skin.string(discaudio),0)">cdart.png</value>
        <value condition="String.Contains(skin.string(discaudio),1)">cdart_1.png</value>
        <value condition="String.Contains(skin.string(discaudio),2)">cdart_2.png</value>
        <value condition="String.Contains(skin.string(discaudio),3)">cdart_3.png</value>
        <value condition="String.Contains(skin.string(discaudio),4)">cdart_4.png</value>
        <value condition="String.Contains(skin.string(discaudio),5)">$INFO[skin.string(customaudiodisc)]</value>
    </variable>
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
@Wanilton

Hmm...OK. I'll check my files again. I must have changed that for some reason in the Multi-Mod. Thanks!
Reply
@tryfos79 

For the icons errors, try looking in the addons/packages folder for multiple versions of these addons. I had a similar problem. I just deleted the oldest versions and the errors went away.
Reply
(2019-09-25, 03:36)Duimon Wrote: @tryfos79 

For the icons errors, try looking in the addons/packages folder for multiple versions of these addons. I had a similar problem. I just deleted the oldest versions and the errors went away.

No, it's not that, I have deleted all related addons. Installed just studio colored.
I still get all these errors , especially in MyVideoNav.xml:
2019-09-25 14:29:51.868 T:5640   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 14:29:51.868 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/videocodec/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/stars/3D/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture '$VAR[styleratingstars,,0.png]'

But also in Pointer.xml
2019-09-25 14:48:24.885 T:6036   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 14:48:24.886 T:6036   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
2019-09-25 14:48:24.886 T:6036   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.recordlabels.white/

In my IncludesVariables.xml I see the following entry:
</variable>
    <variable name="value_mediaicons_path">
        <value condition="String.IsEmpty(Skin.String(resource.images.mediaicons.path))">resources/</value>
        <value condition="!String.IsEmpty(Skin.String(resource.images.mediaicons.path)) + Skin.String(resource.images.mediaicons.path,resource://resource.images.mediaicons.white/)">resources/</value>
        <value condition="!String.IsEmpty(Skin.String(resource.images.mediaicons.path)) + Skin.String(resource.images.mediaicons.path,resource://resource.images.mediaicons.coloured/)">resource://resource.images.mediaicons.coloured/</value>
    </variable>

Is this correct? The colored studios addon is in /resource.images.studios.coloured

Can someone explain what this "Direct" means? The funny thing is that colored studio logos appear just fine, only with a little delay. So how do they actually work?
Reply
(2019-09-25, 13:59)tryfos79 Wrote:
(2019-09-25, 03:36)Duimon Wrote: @tryfos79 

For the icons errors, try looking in the addons/packages folder for multiple versions of these addons. I had a similar problem. I just deleted the oldest versions and the errors went away.

No, it's not that, I have deleted all related addons. Installed just studio colored.
I still get all these errors , especially in MyVideoNav.xml:
2019-09-25 14:29:51.868 T:5640   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 14:29:51.868 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/videocodec/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/stars/3D/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture '$VAR[styleratingstars,,0.png]'

But also in Pointer.xml
2019-09-25 14:48:24.885 T:6036   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 14:48:24.886 T:6036   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
2019-09-25 14:48:24.886 T:6036   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.recordlabels.white/

In my IncludesVariables.xml I see the following entry:
</variable>
    <variable name="value_mediaicons_path">
        <value condition="String.IsEmpty(Skin.String(resource.images.mediaicons.path))">resources/</value>
        <value condition="!String.IsEmpty(Skin.String(resource.images.mediaicons.path)) + Skin.String(resource.images.mediaicons.path,resource://resource.images.mediaicons.white/)">resources/</value>
        <value condition="!String.IsEmpty(Skin.String(resource.images.mediaicons.path)) + Skin.String(resource.images.mediaicons.path,resource://resource.images.mediaicons.coloured/)">resource://resource.images.mediaicons.coloured/</value>
    </variable>

Is this correct? The colored studios addon is in /resource.images.studios.coloured

Can someone explain what this "Direct" means? The funny thing is that colored studio logos appear just fine, only with a little delay. So how do they actually work?        
Yes the 'colored studios addon' is in .../resource.images.studios.coloured

Understanding the problem
There are three different addons being referred to here:
1. resource://resource.images.studios.coloured which refers to Studio Icons - Coloured Addon (this affects studio logos e.g DC comics, Marve Studios etc). 
2. resource://resource.images.mediaicons.coloured which refers to Media Icons Pack for Aeon MQ 7 - Coloured Addon (this affects media flags e.g 4K, HDTV, AUDIOCODEC,)
3. resource://resource.images.recordlabels.white which refers to Recordlabel Icons - White Addon (this affects record labels/producing company in music e.g Tuff Gong)

Apart from the 3 above, other errors in the logs comes from the skin texture files (flags/videocodec/', 'flags/resolution/' etc).

The common ground here is that all the errors are related to images needed by the skin.

The skin is requesting for these images, and somehow KODI cannot find them. Either because the mentioned addons holding the images are not installed or because the images are supposed to be in the skin folder and they are not there.

From these errors, my assumption is, you are using Aeon MQ 8 Multimod by @latts9923. I could be wrong. 

By default (without Studio Icons - Coloured Addon) this skin can show Studio logos albeit non coloured. It is possible therefore for your Studio logos to work correctly even when the addon is throwing errors but I do not expect the logos to be coloured. The possible explanation to the delay is that the skin tries to load the studio images from the addon first, which fails then it reverts back to default. I can't say this is the case for sure, just an assumption.

Possible solution
The solution is to provide the images the skin needs.
1. Make sure you followed the installation procedure for the Aeon MQ 8 Multimod properly. The mod should contain within its folder the extra texture files it needs. This should rectify the errors related to "texture 'flags/"
2. You said you uninstalled all related addons. You may have to install those 3 requested by the skin.
3. If step 1 and 2 fails, back up the skin via Skin settings to preserve the settings and customization you have done to the skin. (You need addon, Skin helper services skin backup to backup your skin). Once you backup up, uninstall the skin and all related addons. Install the skin again and all required addons. Restore skin settings from your backup once you have installed all the addons the skin needs.
4. If all fails, this is not skin related. Something could be wrong with your KODI setup. See if you change to other skins that require the addons (any of the 3) you still get the error.
Life is short, I don't have time for squabbles. Lets be friends, lets enjoy Kodi :)
Reply
(2019-09-25, 15:48)TimeZone Wrote:
(2019-09-25, 13:59)tryfos79 Wrote:
(2019-09-25, 03:36)Duimon Wrote: @tryfos79 

For the icons errors, try looking in the addons/packages folder for multiple versions of these addons. I had a similar problem. I just deleted the oldest versions and the errors went away.

No, it's not that, I have deleted all related addons. Installed just studio colored.
I still get all these errors , especially in MyVideoNav.xml:
2019-09-25 14:29:51.868 T:5640   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 14:29:51.868 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/videocodec/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/stars/3D/'
2019-09-25 14:29:51.869 T:5620   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture '$VAR[styleratingstars,,0.png]'

But also in Pointer.xml
2019-09-25 14:48:24.885 T:6036   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 14:48:24.886 T:6036   ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
2019-09-25 14:48:24.886 T:6036   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.recordlabels.white/

In my IncludesVariables.xml I see the following entry:
</variable>
    <variable name="value_mediaicons_path">
        <value condition="String.IsEmpty(Skin.String(resource.images.mediaicons.path))">resources/</value>
        <value condition="!String.IsEmpty(Skin.String(resource.images.mediaicons.path)) + Skin.String(resource.images.mediaicons.path,resource://resource.images.mediaicons.white/)">resources/</value>
        <value condition="!String.IsEmpty(Skin.String(resource.images.mediaicons.path)) + Skin.String(resource.images.mediaicons.path,resource://resource.images.mediaicons.coloured/)">resource://resource.images.mediaicons.coloured/</value>
    </variable>

Is this correct? The colored studios addon is in /resource.images.studios.coloured

Can someone explain what this "Direct" means? The funny thing is that colored studio logos appear just fine, only with a little delay. So how do they actually work?        
Yes the 'colored studios addon' is in .../resource.images.studios.coloured

Understanding the problem
There are three different addons being referred to here:
1. resource://resource.images.studios.coloured which refers to Studio Icons - Coloured Addon (this affects studio logos e.g DC comics, Marve Studios etc). 
2. resource://resource.images.mediaicons.coloured which refers to Media Icons Pack for Aeon MQ 7 - Coloured Addon (this affects media flags e.g 4K, HDTV, AUDIOCODEC,)
3. resource://resource.images.recordlabels.white which refers to Recordlabel Icons - White Addon (this affects record labels/producing company in music e.g Tuff Gong)

Apart from the 3 above, other errors in the logs comes from the skin texture files (flags/videocodec/', 'flags/resolution/' etc).

The common ground here is that all the errors are related to images needed by the skin.

The skin is requesting for these images, and somehow KODI cannot find them. Either because the mentioned addons holding the images are not installed or because the images are supposed to be in the skin folder and they are not there.

From these errors, my assumption is, you are using Aeon MQ 8 Multimod by @latts9923. I could be wrong. 

By default (without Studio Icons - Coloured Addon) this skin can show Studio logos albeit non coloured. It is possible therefore for your Studio logos to work correctly even when the addon is throwing errors but I do not expect the logos to be coloured. The possible explanation to the delay is that the skin tries to load the studio images from the addon first, which fails then it reverts back to default. I can't say this is the case for sure, just an assumption.

Possible solution
The solution is to provide the images the skin needs.
1. Make sure you followed the installation procedure for the Aeon MQ 8 Multimod properly. The mod should contain within its folder the extra texture files it needs. This should rectify the errors related to "texture 'flags/"
2. You said you uninstalled all related addons. You may have to install those 3 requested by the skin.
3. If step 1 and 2 fails, back up the skin via Skin settings to preserve the settings and customization you have done to the skin. (You need addon, Skin helper services skin backup to backup your skin). Once you backup up, uninstall the skin and all related addons. Install the skin again and all required addons. Restore skin settings from your backup once you have installed all the addons the skin needs.
4. If all fails, this is not skin related. Something could be wrong with your KODI setup. See if you change to other skins that require the addons (any of the 3) you still get the error.

Thanks for the answer. Yes, I'm using the multimod in one system, but the errors exist also in another system, with the default skin. In the multimod system the textures file exists in the right folder, as it should.
Regarding the addons, all those should be optional,since there are options for them in the skin settings. So they shouldn't throw errors, if they are not installed. In other words the default skin throws all these errors when nothing is chosen by the user.
Regarding the colored studio logos, they show up just fine (when installed). That's what's puzzling me, since they are reported as not found, but show up correctly.
Reply
It also throws errors about some particular .png
files not found, but this is absolutely ok (eg. studio name.png which is indeed not included in the colored studio add-on). So the folder is loaded normally and 90% of logos show up with color.
Reply
(2019-09-25, 16:20)tryfos79 Wrote: It also throws errors about some particular .png
files not found, but this is absolutely ok (eg. studio name.png which is indeed not included in the colored studio add-on). So the folder is loaded normally and 90% of logos show up with color.

Out of curiosity, I checked my log too, and guess what, the errors are there as well. Am running KODI 19-Alpha on Windows. I think there is little for us to worry about here as long as everything works fine. If there is something to worry about at all, then the skinner should look at it. A lot of errors are normally reported in the log, but they do not necessarily mean a problem. I edited the log by adding extra spaces to avoid some funny looking emoji Big Grin when posted to the forum.

Code:

2019-09-26 07:30:29.548 T:18446744073709551614   ERROR: XFILE:CDirectory:GetDirectory - Error getting resource://resource.images.weathericons.animated/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.resolution.color/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.audiocodec.color/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.aspectratio.color/
2019-09-26 07:30:34.311 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
Life is short, I don't have time for squabbles. Lets be friends, lets enjoy Kodi :)
Reply
(2019-09-26, 06:44)TimeZone Wrote:
(2019-09-25, 16:20)tryfos79 Wrote: It also throws errors about some particular .png
files not found, but this is absolutely ok (eg. studio name.png which is indeed not included in the colored studio add-on). So the folder is loaded normally and 90% of logos show up with color.

Out of curiosity, I checked my log too, and guess what, the errors are there as well. Am running KODI 19-Alpha on Windows. I think there is little for us to worry about here as long as everything works fine. If there is something to worry about at all, then the skinner should look at it. A lot of errors are normally reported in the log, but they do not necessarily mean a problem. I edited the log by adding extra spaces to avoid some funny looking emoji Big Grin when posted to the forum.

Code:

2019-09-26 07:30:29.548 T:18446744073709551614   ERROR: XFILE:CDirectory:GetDirectory - Error getting resource://resource.images.weathericons.animated/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.resolution.color/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.audiocodec.color/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.aspectratio.color/
2019-09-26 07:30:34.311 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
 
Do you also have multiple errors or just that? Have you installed any supported icon packs or just the default?
I'm almost positive it's a skin thing. I switched to another skin and errors went away.
What puzzles me is: a) The error claims that the whole folder //resource.images.. cannot be loaded, not just a file .png missing from the media folder and b) everything appears to be working normally if you have the colored icons, the icons do turn up colored.
The errors exist in the default skin and it gets worse with the Multimod if you install the extra icon packs. It claims that all the folders cannot be loaded even though everything is installed.
If it was ok, this would be registered just as a warning in the log, now it is registered as an error. For example I also get these entries as just "warnings":
2019-09-25 15:46:35.785 T:9480   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
2019-09-25 15:46:35.785 T:9480   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
2019-09-25 15:46:35.786 T:9480   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
2019-09-25 15:46:35.794 T:1320   ERROR: CImageLoader::  DoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 15:46:35.795 T:10056   ERROR: CImageLoader::  DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
2019-09-25 15:46:35.795 T:10056   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.recordlabels.white/
Perhaps all this affects the speed of the skin.
I think it would be better if the skinner weighed in and told us what's going on.
Reply
(2019-09-26, 09:25)tryfos79 Wrote:
(2019-09-26, 06:44)TimeZone Wrote:
(2019-09-25, 16:20)tryfos79 Wrote: It also throws errors about some particular .png
files not found, but this is absolutely ok (eg. studio name.png which is indeed not included in the colored studio add-on). So the folder is loaded normally and 90% of logos show up with color.

Out of curiosity, I checked my log too, and guess what, the errors are there as well. Am running KODI 19-Alpha on Windows. I think there is little for us to worry about here as long as everything works fine. If there is something to worry about at all, then the skinner should look at it. A lot of errors are normally reported in the log, but they do not necessarily mean a problem. I edited the log by adding extra spaces to avoid some funny looking emoji Big Grin when posted to the forum.

Code:

2019-09-26 07:30:29.548 T:18446744073709551614   ERROR: XFILE:CDirectory:GetDirectory - Error getting resource://resource.images.weathericons.animated/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.resolution.color/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.audiocodec.color/
2019-09-26 07:30:34.310 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.aspectratio.color/
2019-09-26 07:30:34.311 T:18446744073709551614   ERROR: CImageLoader:: DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
 
Do you also have multiple errors or just that? Have you installed any supported icon packs or just the default?
I'm almost positive it's a skin thing. I switched to another skin and errors went away.
What puzzles me is: a) The error claims that the whole folder //resource.images.. cannot be loaded, not just a file .png missing from the media folder and b) everything appears to be working normally if you have the colored icons, the icons do turn up colored.
The errors exist in the default skin and it gets worse with the Multimod if you install the extra icon packs. It claims that all the folders cannot be loaded even though everything is installed.
If it was ok, this would be registered just as a warning in the log, now it is registered as an error. For example I also get these entries as just "warnings":
2019-09-25 15:46:35.785 T:9480   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/resolution/'
2019-09-25 15:46:35.785 T:9480   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/aspectratio/'
2019-09-25 15:46:35.786 T:9480   DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'flags/audiocodec/'
2019-09-25 15:46:35.794 T:1320   ERROR: CImageLoader::  DoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/
2019-09-25 15:46:35.795 T:10056   ERROR: CImageLoader::  DoWork - Direct texture file loading failed for resource://resource.images.recordlabels.white/
2019-09-25 15:46:35.795 T:10056   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url resource://resource.images.recordlabels.white/
Perhaps all this affects the speed of the skin.
I think it would be better if the skinner weighed in and told us what's going on. 
I have more errors, I just posted a section of it. Yes, I have installed all the supported icon packs. The chances that the skinners will be looking at this are very low. They are busy working on Aeon MQ 9. I can live with it.
Life is short, I don't have time for squabbles. Lets be friends, lets enjoy Kodi :)
Reply
It's only warning, skin show the flag image when image filename in resources is 100% equal info available in Kodi database, if don't exist the image filename or name is distinct in resource when compared with info available in database, show the warning.

Ex:
Action Genre

To show Action flag image, need have Action.png available in the resource, now imagine item in database was translated to portuguese to Ação, so Kodi compare Ação and don't find filename Ação.png, so one warning is generate to say look don't have one filename available when Kodi compare one with other.

How solve:

Including new images to resources add-ons or changing the art image filenames.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2019-09-26, 13:45)Wanilton Wrote: It's only warning, skin show the flag image when image filename in resources is 100% equal info available in Kodi database, if don't exist the image filename or name is distinct in resource when compared with info available in database, show the warning.

Ex:
Action Genre

To show Action flag image, need have Action.png available in the resource, now imagine item in database was translated to portuguese to Ação, so Kodi compare Ação and don't find filename Ação.png, so one warning is generate to say look don't have one filename available when Kodi compare one with other.

How solve:

Including new images to resources add-ons or changing the art image filenames.
Thank you for the response. I will leave it alone since everything works OK in KODI.
Life is short, I don't have time for squabbles. Lets be friends, lets enjoy Kodi :)
Reply
  • 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 116

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 8 - 2.9.0 - Kodi Leia12