Kodi Community Forum
Req Better use of Movie Fanarts in Fanart View - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: Req Better use of Movie Fanarts in Fanart View (/showthread.php?tid=369957)



Better use of Movie Fanarts in Fanart View - Reelyator - 2022-10-09

Dears,
I really like the Fanart View (Netflix Style) but i would suggest that here (marked in red in the screenshot below) the fanart of the selected Movie should be displayed. Not a random fanart from the movie library.
Image


RE: Better use of Movie Fanarts in Fanart View - zorg2000k - 2022-10-11

Hi, must be a setting you have not set up, Films and TV Shows on my set up with Fanart View (Netflix Style) show all the fanart and extrafanart fine. Have you added entries into the advancedsettings.xml file as well for artwork ?

example from mine

        <movieextraart>
            <arttype>banner</arttype>
            <arttype>clearart</arttype>
            <arttype>clearlogo</arttype>
            <arttype>discart</arttype>
            <arttype>fanart1</arttype>
            <arttype>fanart2</arttype>
            <arttype>fanart3</arttype>
            <arttype>fanart4</arttype>
            <arttype>fanart5</arttype>
            <arttype>fanart6</arttype>
            <arttype>fanart7</arttype>
            <arttype>fanart8</arttype>
            <arttype>fanart9</arttype>
            <arttype>fanart10</arttype>
            <arttype>fanart11</arttype>
            <arttype>fanart12</arttype>
            <arttype>fanart13</arttype>
            <arttype>fanart14</arttype>
            <arttype>fanart15</arttype>
            <arttype>fanart16</arttype>
            <arttype>fanart17</arttype>
            <arttype>fanart18</arttype>
            <arttype>fanart19</arttype>
            <arttype>fanart20</arttype>
            <arttype>poster1</arttype>
            <arttype>poster2</arttype>
            <arttype>poster3</arttype>
            <arttype>poster4</arttype>
            <arttype>poster5</arttype>
            <arttype>poster6</arttype>
            <arttype>poster7</arttype>
            <arttype>poster8</arttype>
            <arttype>poster9</arttype>
            <arttype>poster10</arttype>
            <arttype>poster11</arttype>
            <arttype>poster12</arttype>
            <arttype>poster13</arttype>
            <arttype>poster14</arttype>
            <arttype>poster15</arttype>
            <arttype>poster16</arttype>
            <arttype>poster17</arttype>
            <arttype>poster18</arttype>
            <arttype>poster19</arttype>
            <arttype>poster20</arttype>
            <arttype>keyart</arttype>
            <arttype>landscape</arttype>
        </movieextraart>


RE: Better use of Movie Fanarts in Fanart View - Karellen - 2022-10-11

@zorg2000k

You don't need that for v19 and later. (although it does still work)

The <arttype> was experimental for v18 only. It was replaced with these settings here... https://kodi.wiki/view/Settings/Media/Videos#Artwork


RE: Better use of Movie Fanarts in Fanart View - Reelyator - 2022-10-11

Thank you guys!
Up to now, i have used Amber in the original configuration, without any modifications to the advancedsettings.xml. I will check out, in how far the Artwork Level setting can be used, to get to my desired view.


RE: Better use of Movie Fanarts in Fanart View - Karellen - 2022-10-11

(2022-10-11, 10:24)Reelyator Wrote: I will check out, in how far the Artwork Level setting can be used, to get to my desired view.
The artwork settings control what happens with the scrapers. It won't affect what is already in your library. For that, you need to rescrape.


RE: Better use of Movie Fanarts in Fanart View - Reelyator - 2022-10-11

....ok, understood!

When checking the Artwork Level Setting and the Artworks of the individual movies i see that the Artwork Level was already set to Maximu and the fanart of the Movie was scaped correctly.
Image
Now i think it comes down to finding out, why Amber displays not the fanart of the selected Movie in this view but the Multiple Pictures Wallpaper defined for the Movies Menue.....


RE: Better use of Movie Fanarts in Fanart View - Reelyator - 2022-10-16

(2022-10-11, 12:05)Reelyator Wrote: ...Now i think it comes down to finding out, why Amber displays not the fanart of the selected Movie in this view but the Multiple Pictures Wallpaper defined for the Movies Menue.....
Some things are easier than expected:
There is a switch under the Amber Settings/Backgrounds named "use Fanart in Sub-Menues" that must be changed from NO to YES to make Amber display the fanart of th e selected enty.

Still strange that a had to swith this on manually Confused .
For a View Type that calls itself FANART i would have expected that this is ON by default.....