Req Support for Season Fanart on Embuary (Matrix)
#1
Hi all! 

Is there anyway to see the season fanart on background while browsing tv shows?
Reply
#2
Season fanart is not scraped by the scrapers as there is no separation of fanart and season fanart at the online sites.

Some skins can display locally saved season fanart. You can see correct naming in the image here... https://kodi.wiki/view/TV-Show_artwork

Whether this skin displays it, I am not sure. But at least start off by getting the setup correct to check whether it does work.

Also highlight a season in your tv show, call up the context menu, select Manage then select Choose Art. You can manually apply artwork this way.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
Thanks for the reply! @Karellen

Season fanarts show up in the default skin. While using Embuary (Matrix), they only show in the "Manage/Choose Art" section. But instead of showing the season fanart, it shows the main fanart.
Reply
#4
(2021-06-27, 03:11)mvana22 Wrote: But instead of showing the season fanart, it shows the main fanart.
Ok, then that will be a question for the skin author @sualfred
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#5
It should work if you add a new line before this one:
https://github.com/sualfred/skin.embuary...s.xml#L610

Code:
        <value condition="Container.Content(seasons) + !String.IsEmpty(ListItem.Art(season.fanart))">$INFO[ListItem.Art(season.fanart)]</value>
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#6
Thanks for the response @sualfred 

I've added the line and code looks like this, not sure if I added the code right-
(Location- \AppData\Roaming\Kodi\addons\skin.embuary-matrix\xml)

Code:
<!-- based on listitems -->
        <value condition="Window.IsVisible(script-embuary-video.xml) + !String.IsEmpty(Container(10051).ListItem.Art(fanart))">$INFO[Container(10051).ListItem.Art(fanart)]</value>
        <value condition="[Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(script-embuary-person.xml)] + !String.IsEmpty(Container(2003).ListItem.Icon) + !Container.OnNext + !Container.OnPrevious">$INFO[Container(2003).ListItem.Icon]</value>
        <value condition="Container.Content(seasons) + !String.IsEmpty(ListItem.Art(season.fanart))">$INFO[ListItem.Art(season.fanart)]</value>
        <value condition="[Window.IsMedia | Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(fullscreeninfo) | Window.IsVisible(pvrguideinfo)] + !String.IsEmpty(ListItem.Art(tvshow.fanart))">$INFO[ListItem.Art(tvshow.fanart)]</value>
        <value condition="[Window.IsMedia | Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(fullscreeninfo) | Window.IsVisible(pvrguideinfo)] + !String.IsEmpty(ListItem.Art(fanart))">$INFO[ListItem.Art(fanart)]</value>

Didn't notice any changes on the skin, tried it couple of times, refreshed, deleted cache, thumbnails, etc.
Reply

Logout Mark Read Team Forum Stats Members Help
Support for Season Fanart on Embuary (Matrix)0