Music artwork: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Overhaul)
m (Replaced content with "{{disambiguation}} {{resize|1.2em|'''Music Artwork''' may refer to one of the following:}} == Add-ons == {{list|Artwork/Album}} {{list|Artwork/Artist}}")
Tag: Replaced
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Artwork_Contents}}
{{disambiguation}}
{{mininav|[[:Category:Music_library|Music Library Index]] |[[Artwork]]}}




<section begin="intro" />Music artwork are images directly related to an artist or an album, preferably of high quality, that are displayed when viewing the album or artist entry in the library. They may also be used as visualizations while playing music. The artwork support in {{Kodi}}'s music library is very flexible and able to display many types of artwork, depending on the skin in use.<section end="intro" />
{{resize|1.2em|'''Music Artwork''' may refer to one of the following:}}


{{red|'''It is important to note the following:'''}}
* To ensure '''local artwork''' is added when scanning new media items, the image files must be arranged in a certain folder hierarchy.
** For Albums see '''''[[Music tagging#Folder_and_File_Structure| Music folder and file structure]]''''' for a basic option
** For Artists see '''''[[Artist information folder]]''''' which is new for v18 and separates Artists from music files and overcomes the inherent limitations of that previous method.
* Each artwork type must be '''[[Advancedsettings.xml#Music library extra artwork| whitelisted in advancedsettings.xml]]''' to be added to the library automatically during scanning and scraping.
* Kodi 18 is required for expanded artwork type support in the music library.


== Add-ons ==
{{list|Artwork/Album}}


 
{{list|Artwork/Artist}}
= Artist Information Folder =
:{{main|Artist information folder}}
{{#lst:Artist_information_folder|intro}}
 
 
 
= Fetching Additional Artwork =
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 Music library, artwork is described as follows:
 
{| class="prettytable"
! colspan="8" style="text-align:left; background-color:#72d2f7;" | Artist Artwork
|-
! colspan="2" style="text-align:left;" | Basic Artwork
! colspan="1" style="text-align:left;" |
! colspan="5" style="text-align:left;" | Extended Artwork
|-
|style="width:80px; text-align:left;"|fanart
|style="width:80px; text-align:left;"|folder
! colspan="1" style="text-align:left;" |
|style="width:80px; text-align:left;"|banner
|style="width:80px; text-align:left;"|clearart
|style="width:80px; text-align:left;"|clearlogo
|style="width:100px; text-align:left;"|fanart''xx'' (extrafanart)
|style="width:80px; text-align:left;"|landscape
|-
! colspan="12" style="text-align:left; background-color:#72d2f7;" | Album Artwork
|-
! colspan="2" style="text-align:left;" | Basic Artwork
! colspan="1" style="text-align:left;" |
! colspan="8" style="text-align:left;" | Extended Artwork
|-
|style="width:80px; text-align:left;"|folder
|style="width:80px; text-align:left;"|
! colspan="1" style="text-align:left;" |
|style="width:80px; text-align:left;"|back
|style="width:80px; text-align:left;"|discart
|style="width:80px; text-align:left;"|spine
|-
|}
 
'''Basic''' artwork requires no special setup as it has always been natively fetched by {{kodi}}
 
'''Extended''' artwork required the use of additional add-ons in previous versions. cdART (now defunct) was used. More recently '''''[https://forum.kodi.tv/showthread.php?tid=258886 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| advancedsettings.xml]]''' file, ensuring you do not duplicate any tags if they already exist... eg ''<advancedsettings></advancedsettings>, <musiclibrary></musiclibrary>''
:'''2.''' Install the '''[[Add-on:Universal_Artist_Scraper|Universal Artist Scraper]]''' and '''[[Add-on:Universal_Album_Scraper|Universal Album Scraper]]''' and ensure the settings to download extra art are enabled.
:'''3.''' Scan as normal
 
:'''Note:''' The code box 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>
<musiclibrary>
<artistextraart>
<arttype>banner</arttype>
<arttype>clearart</arttype>
<arttype>clearlogo</arttype>
        <arttype>fanart1</arttype> <!-- Multiple fanart -->
        <arttype>fanart2</arttype> <!-- Add as many as required. -->
        <arttype>fanart3</arttype> <!-- See 9.1 Multiple Fanart section below -->
<arttype>landscape</arttype>
</artistextraart>
<albumextraart>
<arttype>back</arttype>
<arttype>discart</arttype>
<arttype>spine</arttype>
</albumextraart>
</musiclibrary>
</advancedsettings>
</syntaxhighlight>
 
<gallery mode="packed-overlay" widths="500px" heights="283px">
File:UniversalArtistScraper03.jpg|Artist Scraper- Enable Extra Artwork
File:UniversalAlbumScraper02.jpg|Album Scraper- Enable Extra Artwork
</gallery>
 
 
 
= Local Artwork =
Local artist artwork can be saved in the '''[[Artist information folder]]''' (shown in image) or a '''[[Music tagging#Folder and File Structure| common artist folder among your music files]]''' if Kodi can find one.
 
Local album artwork can be saved in the '''[[Music tagging#Folder and File Structure| album folder]]''' (shown in image).
 
The general rule for artist and album artwork file naming is '''''<arttype>.<ext>'''''.
 
<gallery mode="packed" widths="1000px" heights="562px">
File:LocalMusicArtwork01.jpg
</gallery>
 
 
 
 
= Embedded Artwork =
<section begin="EmbeddedArtwork" />As of v17, Kodi supports embedded album art in mp3 files with ID3v2 tags, WMA/WMV files with ASF tags, FLAC files with Vorbis comments/Xiph tags, and mp4 files with itunes tags. It does not currently support embedded album art in APEv2 tags or Ogg files.<section end="EmbeddedArtwork" />
 
Kodi cannot recognise multiple embedded images in a song file. It can only extract the "Front Cover" image assuming they have been tagged correctly within the file. All other images are ignored.
 
A list of embedded tags recognised by Kodi is available
; '''''see also: [[Music_tagging#Tags_Kodi_reads|Tags Kodi Reads]]'''''
 
 
 
= Library artwork source priority =
# Local artwork files
#* Local artwork files next to your media items or in the "[[Artist information folder]]". These are expected to be mid-high quality level for display in an interface like Kodi.
#* all types of artwork can be saved to local artwork files
# Artwork embedded in tracks
#* Artwork embedded in individual tracks of an album. These are expected to be lower quality to reduce the size of the image duplicated to many song files.
#* Only supports the album front cover
# Online source from "information provider"/scraper
#* only if the option in Kodi ''Settings -> Media -> Music -> "Fetch additional information during updates"'' is enabled
#* will only be set if there is no local or embedded artwork unless the option in Kodi ''Settings -> Media -> Music -> "Prefer online information"'' is enabled
#* all types of artwork can be added from information providers
 
 
 
= File Mode =
File Mode is similar to using the file manager provided by your operating system- eg Explorer in Windows systems. It is simply a file browser that allows you to view and play your media even though it has not been scanned and/or scraped into the Library. This mode does not provide the added benefits of Extended Artwork and Album/Artist metadata that the properly scanned and scraped library provides. As a result, Music Artwork is handled differently using this mode as follows:
 
*The only artwork displayed in File Mode is artist folder/thumb and album folder/thumb.
*You must have local artwork named and saved as detailed in the sections above.
*These images are not loaded automatically. The Artist or Album must be viewed once to allow Kodi to locate and cache the image.
*When '''Enable tag reading''' is '''''Enabled''''' the song must be viewed to allow Kodi to scan for embedded images if no local image is available.
 
 
Kodi looks for, and caches, artwork in the following order:
*'''For Artist artwork:'''
*#Local artwork named and saved as detailed in the sections above. There is no fallback image
 
*'''For Album artwork:'''
*#Local artwork named and saved as detailed in the sections above. If there is no local artwork then
*#If you have '''Enable tag reading''' set as '''''Disabled''''' in ''Settings>Media Settings>Music'' then there is no fallback image
*#If you have '''Enable tag reading''' set as '''''Enabled''''' in ''Settings>Media Settings>Music'' then Kodi will search for an embedded image to cache.
 
'''Note:''' If you use File Mode, then upgrade to Library Mode at a later stage, your existing cached artwork may interfere with the correct scanning and scraping of new artwork. There is no simple fix for this. Your choices are
#Manually amend the affected artwork using the '''''[[Artwork#Kodi-_Choose_Art|Chooe Art]]''''' method.
#Perform the [[Artwork/Cache#Advanced: delete textures13.db|delete textures13.db]] procedure. This will also affect your Video Library.
 
 
 
= {{Kodi}} version updates =
* {{Kodi}} 17 and before did not have the "Artist information folder" option, so could have trouble identifying a local folder for artist artwork in some cases.
* {{Kodi}} 17 and before was '''limited to just "fanart" and "thumb" for artist images''' and '''"thumb" for album images''', it did not have the flexibility to add a wide variety of artwork. Expanded artwork is new and still being explored from multiple angles, so not all skins or scrapers or tools will support a full selection.
** Skins for versions of Kodi prior to v18 could use Skin Helper Service for some support of expanded artwork, but that has been superseded with this Kodi built-in functionality.
* {{Kodi}} 18 adds a flexible collection of artwork for music items, but each artwork type must be '''[[Advancedsettings.xml#Music library extra artwork| whitelisted in advancedsettings.xml]]''' so that {{Kodi}} will add the specified artwork from scrapers and the file system automatically.
 
 
 
 
 
{{Top}}
 
{{updated|18}}
[[Category:FAQ]]
[[Category:Index]]
[[Category:Guides]]
[[Category:Manual]]
[[Category:Karellen]]
[[Category:Music library]]
[[Category:First time user]]
[[Category:Advanced topics]]
[[Category:Quick Start Guide]]

Latest revision as of 03:53, 23 June 2021


Music Artwork may refer to one of the following:


Add-ons

Artwork/Album
This page details information specific to artwork for albums in the music library.
Artwork/Artist
This page details information specific to artwork for albums in the music library.