(2020-11-12, 15:29)bsoriano Wrote: (2020-11-12, 06:56)zorg2000k Wrote: (2020-11-11, 18:59)bsoriano Wrote: @zorg2000k , I just could not resist the challenge if you are feeling adventurous and are willing to download from GitHub, the changes for this are already on the Master branch (you mentioned you use Matrix; if you use Leia, then the Leia branch) in the skin's GitHub (https://github.com/bartolomesoriano/skin.amber).
You will find a new option in Fanart view, like in the following screenshot:
Please note that you can enable it independently for music (albums and artists), episodes, and all other poster-type items in Fanart view (movies, sets, musicvideos, tvshows and seasons). And it also operates independently from the main "Show Extra fanart if available" skin setting.
For the extra fanart to rotate in the info panel, you need to have the option in the screenshot enabled, and you need to have at least one additional fanart (fanart1) loaded into your Kodi db. For example, this is how this tvshow's art looks for me:
If you do test from GitHub, please let me know how it goes. Thanks.
Regards,
Bart
Hi,
Downloaded the github Matrix version you posted, did a clean install of Matrix Alpha v3 and then added skin, Got an issue where I can't see the add video or add music within the Library / Media sources. If I reinstall Amber matrix from your repo that brings the option back to add video or music sources.
Tested on Leia and its working fine across Movies, TV Shows and Music. Looks great.
Thanks
@zorg2000k , I don't know what might cause the issue you describe. In my portable Matrix installation (latest nightly, from yesterday) with Amber from GitHub, I do not have that issue. I am running Kodi under Windows 10. There are may changes in the GitHub version in order to update Amber to the Matrix skinning engine changes, but I have no idea how any of them could affect not being able to add video or music sources. That is not something that a skin controls.
Could you try with the latest Kodi Matrix nightly and update the skin from GitHub to see if the issue appears again? And could you please post a debug log of when the issue happens? Thank you for your help.
Regards,
Bart
Looking through my kodi error log, I can see this error for missing file : script-skinshortcuts-includes.xml
2020-11-12 16:16:36.558 T:1216 INFO <general>: Error loading include file C:\Users\Stuart\AppData\Roaming\Kodi\addons\skin.amber\1080i\script-skinshortcuts-includes.xml: Failed to open file (row: 0, col: 0)
That file and this one seems to be missing from github download, unless they shouldn't be included of course : script-skinviewtypes-includes.xml
2020-11-12 16:16:36.558 T:1216 INFO <general>: Error loading include file C:\Users\Stuart\AppData\Roaming\Kodi\addons\skin.amber\1080i\script-skinviewtypes-includes.xml: Failed to open file (row: 0, col: 0)
Copied these both over from Kodi 18 and Amber Leia folder and it now allows me to add videos and rotating extrafanart is working,
Getting errors no on main menu for Skinshortcuts with the following error in Kodi log
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup2shelvesbackground
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup3shelvesbackground
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup1
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup2
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup3
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup4
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup5
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-shelfgroup6
2020-11-12 16:32:41.888 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-ShelfIndicator
2020-11-12 16:32:41.889 T:3196 WARNING <general>: Skin has invalid include: skinshortcuts-template-ShelfOnUpMainMenu
Cheers Zorg