Movie sets artwork: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(First creation)
 
(Updated for v19)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Artwork_Contents}}
{{Artwork_Contents}}
{{mininav|[[:Category:Video_library|Video Library Index]] |[[Artwork]]}}
{{mininav|[[Video_library|Video Library]] |[[Artwork]]}}




<section begin="intro" />As movie sets comprise a number of movies, dedicated artwork is available that (should) differ from the artwork of the individual movies in the set. This unique movie set artwork can be scraped and displayed while browsing your {{kodi}} library.<section end="intro" />


In v17 and prior, {{Kodi}} has limited functionality for movie set artwork. Users were required to either use the '''''[[Artwork#Kodi-_Choose_Art|Choose Art]]''''' method or use an add-on to source and cache movie set artwork- Artwork Downloader (now defunct) was used. More recently '''''[https://forum.kodi.tv/showthread.php?tid=258886 Artwork Beef]''''' is used.
= Introduction =
<section begin="intro" />This page details information specific to the movie sets library.<section end="intro" />


Changes in v18 are the first step to enable native handling of movie set artwork. This first step enables '''scraping of online''' movie set artwork <ref>https://github.com/xbmc/xbmc/pull/14667</ref>. Add-ons are still required to '''scan local''' movie set artwork. It is expected that the final stages of this feature will be completed for v19.
The following artwork types are standard for movie sets and supported by many skins. For more details see '''[[Artwork types|Artwork Types]]'''


{| class="prettytable"
|-
! colspan="10" style="text-align:left;" | Commonly Supported Artwork
|-
|style="width:80px; text-align:left;"|banner
|style="width:80px; text-align:left;"|clearart
|style="width:80px; text-align:left;"|clearlogo
|style="width:80px; text-align:left;"|discart
|style="width:80px; text-align:left;"|fanart
|style="width:100px; text-align:left;"|fanart''x''<br> (extra fanart)
|style="width:80px; text-align:left;"|keyart
|style="width:80px; text-align:left;"|landscape
|style="width:80px; text-align:left;"|poster
|style="width:100px; text-align:left;"|poster''x''<br> (extra poster)
|}




= Scanning & Scraping =
As the movie set artwork feature is not yet complete, the method you use will depend on the source of your artwork- local scanning or online scraping.


= Scraping =
The {{kodi}} scrapers can automatically download movie set artwork without any extra effort from the user.


== Scraping ==
Artwork settings for the video library are adjusted in the {{kodi}} settings pages here... {{highlight|[[Settings/Media/Videos#Artwork|Settings > Media > Videos > Artwork]]}}
v18 introduces the ability to scrape extended artwork from the online information providers without the use of additional add-ons. It is considered an advanced feature.


To use this feature requirs completing the following three steps...




: '''1.''' Add the below code to the '''[[Advancedsettings.xml| advancedsettings.xml]]''' file, ensuring you do not duplicate any tags if they already exist... eg ''<advancedsettings></advancedsettings>, <videolibrary></videolibrary>''
= Local Artwork =
: '''2.''' Install the '''[[Add-on:Universal_Movie_Scraper|Universal Movie Scraper]]''' and adjust the settings to enable scraping of Extended artwork as they are disabled by default. (see image)
Local movie set artwork is saved in the '''[[Movie_set_information_folder|Movie Set Information Folder]]''' starting with Kodi v19.
: '''3.''' Restart {{kodi}} and scrape movies as per usual. Collection artwork will be scraped and cached for use in {{kodi}}


:'''Note:''' The code box below adds common extended artwork that most skins will utilise. It is your choice which extended artwork you add. If you add additional to that shown, ensure the skin has support to display it.
To set up  local artwork for movie sets, follow the instructions detailed in the '''[[Movie_set_information_folder|Movie Set Information Folder]]''' page.
<syntaxhighlight lang="xml" line='line'>
<advancedsettings>
<videolibrary>
<moviesetextraart>
<arttype>banner</arttype>
<arttype>clearart</arttype>
<arttype>clearlogo</arttype>
<arttype>discart</arttype>
        <arttype>fanart1</arttype> <!-- Multiple fanart -->
        <arttype>fanart2</arttype> <!-- Add as many as required. -->
        <arttype>fanart3</arttype>
<arttype>keyart</arttype>
<arttype>landscape</arttype>
</moviesetextraart>
</videolibrary>
</advancedsettings>
</syntaxhighlight>




<gallery mode="packed-overlay" widths="500px" heights="283px">
File:UniversalMovieScraper02.jpg|Enable the Extra Artwork options.
</gallery>


= References =
<references />


== Scanning Local Artwork ==
{{Kodi}} currently does not support adding movie set artwork from the local file system. The add-on '''''[https://forum.kodi.tv/showthread.php?tid=258886 Artwork Beef]''''' can add local movie set artwork to your library. '''''[https://forum.kodi.tv/showthread.php?tid=153502 Movie Set Artwork Automator]''''' has not been supported for some time, but it may also be capable of adding local movie set artwork to your library.
'''''[https://forum.kodi.tv/showthread.php?tid=258886 Artwork Beef]''''' accesses artwork from a central movie set folder with sub-folders for each movie set. '''This method will be used for v19'''
To prepare and be compatible with {{kodi}} v19, use the following method...
# Create the Central Movie Set folder
# Create sub-folders for each movie set
# Name the movie set sub-folder '''exactly''' as the collection is named in {{kodi}}. This is important or else the movie set folder will be ignored.
# Save artwork to the sub-folder using '''short''' filenames. (See image)
Until this method is implemented in {{kodi}}, use '''''[https://forum.kodi.tv/showthread.php?tid=258886 Artwork Beef]''''' to load images from the central movie set folder.




<gallery mode="packed" widths="800px" heights="450px">
File:LocalMovieSetsArt01.jpg|'''''Folder structure and file naming for central movie set artwork folder'''''
</gallery>




{{top}}
{{updated|19}}


= References =
<references />
{{Top}}
{{updated|18}}
[[Category:FAQ]]
[[Category:Index]]
[[Category:Guides]]
[[Category:Manual]]
[[Category:Karellen]]
[[Category:Karellen]]
[[Category:Video library]]
[[Category:Video library]]
[[Category:First time user]]
[[Category:Advanced topics]]
[[Category:Quick Start Guide]]

Revision as of 03:40, 23 June 2021

Artwork contents

Artwork Main Page



See also:


Return to:

Home icon grey.png   ▶ Video Library ▶ Artwork ▶ Movie sets artwork


Introduction

This page details information specific to the movie sets library.

The following artwork types are standard for movie sets and supported by many skins. For more details see Artwork Types

Commonly Supported Artwork
banner clearart clearlogo discart fanart fanartx
(extra fanart)
keyart landscape poster posterx
(extra poster)


Scraping

The Kodi scrapers can automatically download movie set artwork without any extra effort from the user.

Artwork settings for the video library are adjusted in the Kodi settings pages here... Settings > Media > Videos > Artwork


Local Artwork

Local movie set artwork is saved in the Movie Set Information Folder starting with Kodi v19.

To set up local artwork for movie sets, follow the instructions detailed in the Movie Set Information Folder page.


References




Return to top