• 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 171
v19 Aeon MQ 8 for Matrix Mod
(2021-03-30, 21:03)Panko Wrote:
(2021-03-30, 13:39)simomkd Wrote:
(2021-03-30, 02:11)latts9923 Wrote: @simomkd
The Oscar images are visible in the Right List view as you scroll through your Movie library.
Probably the misanderstanding is this.
In Right List view there are no oscar images at all (because of this I raised the request).
Where would they be within the view?

Image
Oscar images appears on my kodi installation, using rightlist view as in the screencap, they shows on top of Poster.
Image
@latts9923 
It still continues to not showing oscar images.
I tested $INFO[Window(Home).Property(skinhelper.Listitem.Awards)] and it doesn't show anything. all the other properties listed here https://github.com/kodi-community-addons...ideo-items work perfectly.

So probably this is connected to the scraper in use (mine is TMDB). Which movie scraper are you using?
Reply
(2021-04-11, 02:55)Alarmed Wrote: Greetings. I'm trying to install MQ8 or MQ7 on a Raspberry pi 4. It stops the download at about 2%, then crashes. This is in the log: CAddonInstallJob[skin.aeonmq8.matrix.mod]: invalid package special://home/addons/packages/skin.aeonmq8.matrix.mod-1.0.0.9.zip. Same message for MQ7. Any idea what's wrong?
It could be that all of those skins are not compatible with Raspberry pi 4.  Does Kodi Matrix runs on it?. I had no issues with Nvidia Shield Pro and X96 MAX+ Android box.
Reply
(2021-03-25, 15:23)latts9923 Wrote: @halidri
The default covers are still used for most of the views. The next update will correct the problem introduced by the last update.

With the new update i only see the new covers, default is not available.
So i have the same problem what i have posted here

https://forum.kodi.tv/showthread.php?tid...pid3025641
Reply
@andrzejls
Thanks for the kind words! I removed the studio/season label above the case for PosterLite. It wil be part of the next update.

@ozmale
@simomkd
I tried scraping with The Movie Database instead of The Movie Database Python and my Movies now display budget, awards, etc.

@halidri
I haven't added any capability yet to switch between the new/old cases. I will work on it though.
Reply
(2021-04-11, 13:06)latts9923 Wrote: @ozmale
@simomkd
I tried scraping with The Movie Database instead of The Movie Database Python and my Movies now display budget, awards, etci0i'
I'm not using The Movie Database Python, I'm using The Movie Database (TMDB) but I really don't understand why it's not showing anything.
AS I told you, if you use the function INFO it should return the written information (i.e. if you ask for audiolanguage, it writes "eng/ita/fra/"...).

In this case the property skinhelper.listitem.awards doesn't show anything, as if it's not going to intercept the correct resource/url.
Do you know from where it collects the award info?
I tried to open the .py but it's not clear where it points to check information
Reply
where the heck I can found these info?
which xml??

Image
Reply
(2021-04-11, 13:06)latts9923 Wrote: @andrzejls
Thanks for the kind words! I removed the studio/season label above the case for PosterLite. It wil be part of the next update.

@ozmale
@simomkd
I tried scraping with The Movie Database instead of The Movie Database Python and my Movies now display budget, awards, etc.

@halidri
I haven't added any capability yet to switch between the new/old cases. I will work on it though.
Thanks.
I have a questions regarding std/default views. What I mean is can we have a setting for (selective) default TV_Show, Season and Episode, so when I select any TV_Show I will have one/common set of views to all shows?.
Reply
Hello @latts9923,
just for test i use latest v20alpha. With the addon tvtunes i get an error message that translatePath in service.py line 19 is not defined. Can you look at this?
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
Reply
@tehax

You need to fix the code using

line 6 add

import xbmcvfs

line 19 with error changed to
LIB_DIR = xbmcvfs.translatePath(os.path.join(CWD, 'resources', 'lib'))

Now fix in themefinder.py
line 203 to

playlistFile = os_path_join(xbmcvfs.translatePath("special://musicplaylists"), playlistFile)

Save and done.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2021-04-11, 21:43)Wanilton Wrote: Now fix in themefinder.py
line 203 to

LIB_DIR = xbmcvfs.translatePath(os.path.join(CWD, 'resources', 'lib'))
Thanks, it works. But i think line 203 work with:

playlistFile = os_path_join(xbmcvfs.translatePath("special://musicplaylists"), playlistFile)
HTPC: Windows 10 Pro 22H2, Zalman HD135, Intel i3-7100, GTX 1070, UHD ASUS BW-16D1HT
NAS: Xpenology 7.2 Update 1, Intel i5-6600
Reply
Yes, my past don´t work...ops...fixed in the post.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2021-04-11, 05:29)Alarmed Wrote:
(2021-04-11, 04:39)wags1 Wrote:
(2021-04-11, 02:55)Alarmed Wrote: Greetings. I'm trying to install MQ8 or MQ7 on a Raspberry pi 4. It stops the download at about 2%, then crashes. This is in the log: CAddonInstallJob[skin.aeonmq8.matrix.mod]: invalid package special://home/addons/packages/skin.aeonmq8.matrix.mod-1.0.0.9.zip. Same message for MQ7. Any idea what's wrong?
Is this on a new install of Kodi Matrix or did you upgrade to Matrix from Leia. Also, you should be installing the latest version of the MQ8 mod (v1.0.1.0) from the updated Repo.
I did a fresh install, three times. I'll try the updated repo tomorrow, but I now don't think it's this skin. I've tried installing multiple skins, all of which crash during installation.

I tried the new repo. Still won't install. It freezes up when downloading. I was able to unzip the skin on my pc and transfer it to the Raspberry pi. It works now. While transferring from pc to pi, Libreelec kept crashing. I narrowed it down to the Textures.xbt file. Everything else transferred fine except for Textures.xbt. Food for thought.
Reply
(2021-04-13, 04:56)Alarmed Wrote:
(2021-04-11, 05:29)Alarmed Wrote:
(2021-04-11, 04:39)wags1 Wrote: Is this on a new install of Kodi Matrix or did you upgrade to Matrix from Leia. Also, you should be installing the latest version of the MQ8 mod (v1.0.1.0) from the updated Repo.
I did a fresh install, three times. I'll try the updated repo tomorrow, but I now don't think it's this skin. I've tried installing multiple skins, all of which crash during installation.

I tried the new repo. Still won't install. It freezes up when downloading. I was able to unzip the skin on my pc and transfer it to the Raspberry pi. It works now. While transferring from pc to pi, Libreelec kept crashing. I narrowed it down to the Textures.xbt file. Everything else transferred fine except for Textures.xbt. Food for thought.
So, you are NOT running Kodi Martix. You are running Libreelec 10.0b1 (Kodi19) Beta 1?
Reply
Thanks @Wanilton! I'll make that change for TVTunes on Matrix as well.
Reply
how can i change the automatic fanart change, i activat it but nothing happens!? THX in Advance!
Reply
  • 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 171

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 8 for Matrix Mod0