Movie artwork: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Remove common items to Artwork main page)
No edit summary
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Artwork_Contents}}
{{Artwork_Contents}}
{{mininav|[[Artwork]]}}
{{mininav|[[:Category:Video_library|Video Library Index]] |[[Artwork]]}}




{{divbox|gold|'''Page under construction. 20 June 2017. To comment or make suggestions, go to [[https://forum.kodi.tv/showthread.php?tid=316985<nowiki>Artwork Forum</nowiki>]]''' }}
<section begin="intro" />Movie artwork are images directly related to a movie, preferably of high quality that are displayed when viewing the movie entry in the library. The artwork support in {{Kodi}}'s video library is very flexible and able to display many types of artwork depending on the skin in use.<section end="intro" />


Movie artwork are images directly related to a movie, preferably of high quality, that are displayed when viewing the movie entry in the library. The movie section in Kodi has the impressive ability to display up to 14 types of artwork.


It is important to note the following:


*Artwork is totally skin dependent. This means that some skins display a small number of artwork types, while other skins will display most of the available artwork types.
= Scanning & Scraping =
*In previous versions of Kodi and in older wiki pages, the term Thumbnails was used to describe Artwork. Kodi has now moved away from referring to thumbnails due to the amount of confusion and concern it caused users.
v18 introduces an '''experimental''' feature that will auto-load extended artwork without the use of additional add-ons. It is considered an advanced feature. Usage and practicality of this feature are being monitored and may change in later releases.
*The base line for all artwork is the default skin Estuary. By default, Estuary displays the Basic artwork. Estuary can display the Extended artwork via additional add-ons.
*While high resolution do look glorious on HDTV's it is important to be aware that the increased artwork size can negatively affect low powered hardware


In the Movie Library, artwork was traditionally described as follows:


= Basic Movie Artwork =
{| class="prettytable"
The artwork in the Basic section is the minimum artwork displayed by the default skin Estuary with a standard install.<br />
|-
Note the following:
! colspan="2" style="text-align:left;" | Basic Artwork
*The following naming schemes apply '''only''' to the artwork you have manually sourced and saved. It does not apply to the Kodi scraper or any add-on processes
! colspan="1" style="text-align:left; background-color:#ffffff;" |
 
! colspan="8" style="text-align:left;" | Extended Artwork
 
|-
== Fanart ==
|style="width:80px; text-align:left;"|fanart
[[File:Artwork-FanartView02.jpg|400px|right]]
|style="width:80px; text-align:left;"|poster
Fanart can be defined as images, depicting iconic scenes in a movie, that have been created by fans.
|style="text-align:left; background-color:#ffffff;" |
;{{see also|wikipedia:Fanart|l1=Fanart on Wikipedia}}
|style="width:80px; text-align:left;"|banner
 
|style="width:80px; text-align:left;"|clearart
For Kodi, it means digital images, of high quality, that are used as full screen backdrops or wallpapers to enhance the user experience.
|style="width:80px; text-align:left;"|clearlogo
;{{see also|FanArt}}
|style="width:80px; text-align:left;"|discart
 
|style="width:100px; text-align:left;"|fanart''xx'' (extrafanart)
The image to the right is a typical example of Movie fanart. It is specifically designed to match the 16:9 ratio of current generation televisions and monitors. This allows the screen to be completely filled by the image.
|style="width:80px; text-align:left;"|keyart
 
|style="width:80px; text-align:left;"|landscape
The file type can be jpg or png. The aspect ratio is 16:9 with a standard resolution of 1920x1080. With the rise in popularity of 4k televisions, there is a slow but steady shift to 3840x2160 sized fanart.
 
 
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''fanart.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\fanart.jpg/png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''fanart.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\fanart.jpg/png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| '''''<moviename>-fanart.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008)-fanart.jpg/png''
|}
|}


'''Basic''' artwork requires no special setup as it has always been natively scanned and scraped by {{kodi}}


'''Extended''' artwork required the use of additional add-ons in previous versions. Artwork Downloader (now defunct) was used. More recently '''''[https://forum.kodi.tv/showthread.php?tid=258886 Artwork Beef]''''' is used.


== Poster ==
Users now have the '''option''' of allowing {{kodi}} to load all artwork without add-ons. To use this feature...
[[File:Artwork-PosterView01.jpg|400px|right]]
 
Also known as ''Cover Art'' and ''Folder Image''. The Poster Art used in Kodi replicates the movie posters often seen in cinema complexes.
;{{see also|wikipedia:Poster|l1=Poster on Wikipedia}}
 
The image to the right is displaying poster images of four movies in the Kodi library. They are portrait, high quality images which use a small portion of the screen allowing movie information or other items to be displayed alongside.


The file type can be jpg or png. The aspect ratio of the poster is 1:1.5 with a resolution of 1000x1500. With the rise in popularity of 4k televisions, there is a slow but steady shift to 2000x3000 sized Posters.  
:'''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>''
:'''2a.''' 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 below code box)
:'''2b.''' If you have local artwork saved as detailed in the next section, {{kodi}} will scan this first and the Universal Movie Scraper is not required.
:'''3.''' Restart {{kodi}} and scan or scrape movies as per usual.  


:'''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.
<syntaxhighlight lang="xml" line='line'>
<advancedsettings>
<videolibrary>
<movieextraart>
<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>
</movieextraart>
</videolibrary>
</advancedsettings>
</syntaxhighlight>


{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''poster.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\poster.jpg/png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''poster.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\poster.jpg/png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| '''''<moviename>-poster.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008)-poster.jpg/png''
|}


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




== Actor Image ==
'''{{red|Note: There is no requirement to use this method. If you find this too complicated, then continue to use Artwork Beef to load extended artwork into {{kodi}}}}'''
[[File:Artwork-Actors02.jpg|400px|right]]


The Actor artwork is a portrait of an actor for easy identification. The image is named as follows ''<FirstName>_<LastName>.jpg''


The image to the right is displaying the Actor Images of five actors along the top row. They are portrait, medium to high quality images.


The file type must be jpg. The aspect ratio of the Actor Image is 1:1.5 with a normal resolution of 1000x1500. With the rise in popularity of 4k televisions, there is a slow but steady shift to 2000x3000 sized image.
= Local Artwork =
Local movie artwork is saved in the same folder where the '''[[Naming_video_files|movie file]]''' is saved.


The default file name for movie artwork is  '''<movie file name>-<arttype>.<ext>''' - see image below. {{resize|0.8em|(does not apply to DVD and Bluray folders)}}


{|
There is also a short name '''<arttype>.<ext>''' that can be used. Short artwork names can be used and are scanned only when the following conditions are met...
|+ '''''How to save your own manually sourced artwork'''''
#'''[[Naming_video_files/Movies#Movie_Folder|Movie Folders]]''' are used
|- valign="top"
#'''Movies are in separate folders that match the movie title''' must be '''Enabled''' in the [[Adding_video_sources#Set_Content|Set Content Screen]]
| width=200px | '''''Saved movies as'''''
#No corresponding artwork with long format names are present in that movie folder, as these take priority.
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay Structure:}}
| '''''<FirstName>_<LastName>.jpg'''''
| eg ''f:MyMovies\Big Buck Bunny (2008)\BDMV\.actors\Amy_Adams.jpg''
|- valign="top"
| width=200px | {{nowrap|DVD Structure:}}
| '''''<FirstName>_<LastName>.jpg'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\.actors\Amy_Adams.jpg''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''<FirstName>_<LastName>.jpg'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\.actors\Amy_Adams.jpg''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| '''''<FirstName>_<LastName>.jpg'''''
| eg ''f:\MyMovies\.actors\Amy_Adams.jpg''
|}




<gallery mode="packed" widths="1000px" heights="562px">
File:LocalMovieArtwork01.jpg|link=|'''''Example of correct use of Movie Folder with artwork, nfo file, trailer and theme.<br> Take not of file naming and location.'''''
</gallery>


== Video Folder Artwork ==
[[File:Artwork-VideoFolder01.jpg|400px|right]]


The Folder Artwork are landscape images that can be used to replace the standard folder icons when browsing your movie sources in the Video menu. You will not see this artwork in the Movies menu. This image is located directly within the Source directory.


To enable the image, navigate to Videos>Files in the menu system. Highlight a source and call up the Context Menu. Select Choose Thumbnail. If you have saved in the image in the correct location, it will be available to select immediately. If not, you will need to navigate to locate and select it. The image must remain in its original location once selected. Deleting the image will remove it from view in the folder icon.


You are able to also apply the folder thumb by modifying the '''\userdata\sources.xml''' as follows
{{Top}}


<pre><nowiki>
<source>
  <name>Music</name>
  <path>xbms://192.168.1.100:1400/Music/</path>
  <thumbnail>F:\Apps\XBMC\thumbs\shares\thumb.png</thumbnail>
</source>
</nowiki></pre>
The file type must be jpg. The aspect ratio of the folder artwork is the same as per Fanart. As the image will always be a small icon size, you can reduce the resolution.
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|Folder Artwork:}}
| '''''folder.jpg'''''
| eg ''f:\MyMovies\folder.jpg''
|- valign="top"
| Alternative name:
| '''''<foldername>.jpg'''''
| eg ''f:\MyMovies\MyMovies.jpg''
|}
= Extended Movie Artwork =
To display the Extended artwork, an add-on will need to be installed to extend the image handling capabilities of Estuary and other skins. Once this is installed, it will insert extra artwork fields in the Estuary Skin. The downloader can then be used to either automatically scrape the extra artwork or, due to the newly available artwork fields, you can manually search and insert your local artwork.
One example is The Artwork Downloader add-on which can be installed from the official Kodi repository.
; {{see also|Add-on:Artwork_Downloader}}
Note the following:
*The following naming schemes apply '''only''' to the artwork you have manually sourced and saved. It does not apply to the Kodi scraper or any add-on processes
*If using the Artwork Downloader add-on, it is important to note the following
**The add-on will ignore your locally saved artwork and will only download from the on-line sources.
**The add-on will ignore movies when more than one movie is in a single directory. Each movie needs to be in it's own separate directory.
== Banner ==
[[File:Artwork-Banner02.jpg|400px|right]]
Also known as Wide Banner Icons. The image to the right shows the Movie Banner view on the Aeon Nox skin. They are images that normally contain recognisable characters or moments in the movie. The banner image normally displays the movie logo which is of a size that is clearly legible. There should be no written advertising of Actors, Studios etc.
The file type can be jpg or png. The Banner uses an aspect ratio of 1:0.185. The standard resolution is 1000x185.
; {{see also|Wide_banner_icons}}
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''banner.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\banner.jpg/png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''banner.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\banner.jpg/png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| ''n/a''
| ''Movie must be in it's own movie directory''
|}
== ClearArt ==
[[File:Artwork-ClearArt01.jpg|400px|right]]
ClearArt are images that are saved on a transparent background. This allows the image to be overlayed on another image or playing video. The images normally include the movie name or logo, along with an iconic prop or scene from the movie, or an actors image.
The image to the right is displaying ClearArt at the bottom right corner of the image.
The file type must be png. The image has an aspect ratio of 1:0.562 and the normal resolution is 1000x562.
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''clearart.png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\clearart.png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''clearart.png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\clearart.png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| ''n/a''
| ''Movie must be in it's own movie directory''
|}
== Clearlogo ==
[[File:Artwork-ClearLogo.jpg|400px|right]]
This is the basic movie logo or movie name on a transparent background. The logo uses the movies distinctive font. There are no movie or actor images incorporated into the logo. The transparent background allows it to be overlayed on other images or video with minimal impact.
The image on the right is displaying the ClearLogo movie names across the bottom of the image.
The file type must be png. The image has an aspect ratio of 1:0.388 and the normal resolution is 800x310.
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''clearlogo.png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\clearlogo.png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''clearlogo.png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\clearlogo.png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| ''n/a''
| ''Movie must be in it's own movie directory''
|}
== Landscape ==
[[File:Artwork-Thumbs01.jpg|400px|right]]
Landscape, also known as Movie Thumbs, are specially made small fanart images that contain the movie logo and main cast characters or a memorable movie moment. They are used in certain page layouts for movie browsing. The original intent of this artwork has blurred over the years so if you have no Landscape images, it is safe to use your Fanart or Extrafanart images.
The file type must be jpg. The image has an aspect ratio of 16:9. The normal resolution is 1000x562 but higher resolutions can be used.
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br />
<br /><br />
== Thumbnail ==
The Thumbnail is a legacy item and can be left blank for movies.<br />
It is still used for TV Show episode images<br />
{{note|This item needs updating or correcting}}
= Skin Dependent & Other Artwork =
The following artwork requires a skin that supports that type of artwork.
;{{see also|skin}}
:'''''See also: [https://kodi.tv/addons/browse?keyword=&category=1192&author=&sort=title+ASC<nowiki>Add-on Search</nowiki>]'''''
== Disc ==
[[File:Artwork-DiscArt01.jpg|400px|right]]
DiscArt requires the use of a supporting skin. It replicates the picture on the physical DVD and Bluray disc. Although the disc artwork is round, the image itself is square and the disc image is placed on a transparent background.
The file type must be png. The aspect ration of the image is 1:1, and the usual resolution is 1000x1000.
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''disc.png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\disc.png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''disc.png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\disc.png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| ''n/a''
| ''Movie must be in it's own movie directory''
|}
== Logo ==
The Logo has the same qualities and properties as the ClearLogo. These two items can be easily interchanged. Although, there are logo's with a solid background rather than a transparent background and these should not be used to replace the ClearLogo.
== Extra fanart ==
Extra fanart is reliant on a supporting skin.
You are able to download and save additional high quality Fanart which the skin can display, usually in a slideshow.
; {{see also|Extra_Fanart}}
== Movieset Fanart ==
As of v17, Kodi does not automatically recognise and scrape the Movieset Fanart. It needs to be manually selected.
This artwork is used for movie Collections or Sets. For example, the Superman collection consists of five movies. Kodi has the ability to display these as a Box-Set. When viewing the box-set, rather than displaying a fanart that is associated with only one of the movies, it is preferable to display a fanart image that has a connection to all the movies.
The properties of the movieset fanart are exactly the same as for Fanart.
It is possible that this artwork will be included in future versions of Kodi. But at this stage, the artwork needs to be manually applied.
; {{see also|Movie_set}}
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''movieset-fanart.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\movieset-fanart.jpg/png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''movieset-fanart.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\movieset-fanart.jpg/png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| ''n/a''
| ''Movie must be in it's own movie directory''
|}
== Movieset Poster ==
As of v17, Kodi does not automatically recognise and scrape the Movieset Poster. It needs to be manually selected.
This artwork is used for movie Collections or Sets. For example, the Superman collection consists of five movies. Kodi has the ability to display these as a Box-Set. When viewing the box-set, rather than displaying a Poster that is associated with only one of the movies, it is preferable to display a Poster image that has a connection to all the movies.
The properties of the movieset poster are exactly the same as for Poster.
It is possible that this artwork will be included in future versions of Kodi. But at this stage, the artwork needs to be manually applied.
; {{see also|Movie_set}}
{|
|+ '''''How to save your own manually sourced artwork'''''
|- valign="top"
| width=200px | '''''Saved movies as'''''
| '''''File Name'''''
| '''''Save Location'''''
|- valign="top"
| width=200px | {{nowrap|BluRay & DVD Structure:}}
| '''''movieset-poster.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\movieset-poster.jpg/png''
|- valign="top"
| width=200px | {{nowrap|Single movie in Directory:}}
| '''''movieset-poster.jpg/png'''''
| eg ''f:\MyMovies\Big Buck Bunny (2008)\movieset-poster.jpg/png''
|- valign="top"
| width=200px | {{nowrap|All movies in single Directory:}}
| ''n/a''
| ''Movie must be in it's own movie directory''
|}
{{updated|17}}


{{updated|18}}
[[Category:FAQ]]
[[Category:Index]]
[[Category:Guides]]
[[Category:Manual]]
[[Category:Manual]]
[[Category:Index]]
[[Category:Karellen]]
[[Category:Video library]]
[[Category:Video library]]
[[Category:Music library]]
[[Category:First time user]]
[[Category:Advanced topics]]
[[Category:Advanced topics]]
[[Category:Quick Start Guide]]

Revision as of 20:05, 22 May 2019

Artwork contents

Artwork Main Page



See also:


Return to:

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


Movie artwork are images directly related to a movie, preferably of high quality that are displayed when viewing the movie entry in the library. The artwork support in Kodi's video library is very flexible and able to display many types of artwork depending on the skin in use.


Scanning & Scraping

v18 introduces an experimental feature that will auto-load extended artwork without the use of additional add-ons. It is considered an advanced feature. Usage and practicality of this feature are being monitored and may change in later releases.

In the Movie Library, artwork was traditionally described as follows:

Basic Artwork Extended Artwork
fanart poster banner clearart clearlogo discart fanartxx (extrafanart) keyart landscape

Basic artwork requires no special setup as it has always been natively scanned and scraped by Kodi

Extended artwork required the use of additional add-ons in previous versions. Artwork Downloader (now defunct) was used. More recently Artwork Beef is used.

Users now have the option of allowing Kodi to load all artwork without add-ons. To use this feature...

1. Add the below code to the advancedsettings.xml file, ensuring you do not duplicate any tags if they already exist... eg <advancedsettings></advancedsettings>, <videolibrary></videolibrary>
2a. Install the Universal Movie Scraper and adjust the settings to enable scraping of Extended artwork as they are disabled by default. (see image below code box)
2b. If you have local artwork saved as detailed in the next section, Kodi will scan this first and the Universal Movie Scraper is not required.
3. Restart Kodi and scan or scrape movies as per usual.
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.
<advancedsettings>
	<videolibrary>
		<movieextraart>
			<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>
		</movieextraart>
	</videolibrary>
</advancedsettings>



Note: There is no requirement to use this method. If you find this too complicated, then continue to use Artwork Beef to load extended artwork into Kodi


Local Artwork

Local movie artwork is saved in the same folder where the movie file is saved.

The default file name for movie artwork is <movie file name>-<arttype>.<ext> - see image below. (does not apply to DVD and Bluray folders)

There is also a short name <arttype>.<ext> that can be used. Short artwork names can be used and are scanned only when the following conditions are met...

  1. Movie Folders are used
  2. Movies are in separate folders that match the movie title must be Enabled in the Set Content Screen
  3. No corresponding artwork with long format names are present in that movie folder, as these take priority.




Return to top