Kodi Community Forum

Full Version: [Resolved] Frodo 12.0 Alpha 4 not picking up local file thumbnail
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using XBMC Frodo 12.0 Alpha 4. I am accessing my video entries in files mode. I am trying to add some video entries to my video library where the DVD files are ISO files. In the directory where the ISO file resides I placed a thumbnail and fanart as:
Image

When I attempt to have XBMC scrape the video entry it is not picking up the thumbnail that resides locally with the ISO file. The local fanart is being picked up by XBMC though.

Now according to the XBMC Wiki page for Thumbnails:
Code:
2) User-Defined Thumbnail
For files:
If movie.tbn is in the same folder it will override any other thumbnail and will be used as the thumbnail for all movie files in that folder.
IF movie.tbn is NOT present than XBMC checks for <filename>.tbn and uses that if it exists.
The thumbnail is cached the first time it is read.

Has this changed for Frodo or is this a case of a problem in the nightly build I am using?

Debug Log
I figured out what the issue was. When I went to rename the file from a .jpg to .tbn in finder, the filename ended up being .tbn.jpg.
facepalm...