software:misc:kodi_user_data

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


software:misc:kodi_user_data [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Manually add thumbnails, posters and fan art to XBMC items ======
 +If you don't have an internet connection on your media center, or don't want to use the automatic download of media, here is how you can manually add thumbnails, posters and fan art to XBMC items.
  
 +Use JPG or PNG (with transparency) image-format, and size of the picture to anything from 128x128 to 256x256 in pixel size, (the larger the image is the better it will look on a good display but at the same time large thumbnails loads slower).
 +
 +XBMC will cache all thumbnails to userdata\Thumbnails\. In order for your custom thumbnail to show, you may have to delete the cached thumbnail.
 +
 +Individual items inside a folder (bust be named .jpg, even if it's .png):
 +<code>
 +Movies\path\moviename.avi
 +Movies\path\moviename-poster.(jpg/png)
 +Movies\path\moviename.jpg
 +</code>
 +Folders:
 +<code>
 +Movies\path\foldername\
 +Movies\path\foldername.jpg
 +</code>
 +or:
 +<code>
 +Movies\path\moviename\folder.jpg
 +Music\path\album\folder.jpg
 +</code>
 +Music:
 +<code>
 +Music\path\audiofilename.mp3
 +Music\path\audiofilename.jpg
 +</code>
 +And playlists:
 +<code>
 +Music\path\audioplaylistname.m3u
 +Music\path\audioplaylistname.jpg
 +Music\path\cuelistname.cue
 +Music\path\cuelistname.mp3
 +Music\path\cuelistname.jpg
 +Music\path\shoutcastlinkname.pls
 +Music\path\shoutcastlinkname.jpg
 +Music\path\audiostreamname.strm
 +Music\path\audiostreamname.jpg
 +</code>
 +Relevant information collected from XBMC Wiki
  • software/misc/kodi_user_data.txt
  • Last modified: 2019/10/31 09:05
  • by 127.0.0.1