2010-05-10, 02:43
I couldn't get either to work, maybe something wrong with my setup. I'm going to look at a reinstall soon, but I think the new version comes out sometime soon, so I may wait until then.
ronie Wrote:if you have scanned some movies / tv shows to the library, it should work out of the box. but there's also an option to manually pick a folder with images.
daleybox Wrote:Does this look for specific file extensions such as .tbn and such? I'm pre-scraping my data for the most part and using the .jpg extensions instead. Could this be the problem? Maybe something I need to fix in the xml file or something that might be good to have an either/or lookup in the next version?
ronie Wrote:file extensions shouldn't matter.
by default the skin uses the xbmc cache folder (..XBMC\userdata\Thumbnails\Video\Fanart) so check if there's any images in there.
a debug log might give me a clue why things are not working at your end.
ronie Wrote:file extensions shouldn't matter.
by default the skin uses the xbmc cache folder (..XBMC\userdata\Thumbnails\Video\Fanart) so check if there's any images in there.
a debug log might give me a clue why things are not working at your end.
daleybox Wrote:I'll have to check and see how to make and upload a debug log. The one last thing that I can't figure out, except the problem with the home screen not showing the images, is that the fanart view for tv shows doesn't give me an image for the seasons. All I get is the default empty dvd case image. It works fine for movies, but not for TV shows. I'd like to see the folder.jpg image (the season cover). How can I fix that?
daleybox Wrote:There are no images in the folder you mention above because I'm using profiles, the files are found in the same path (Thumbnails\Video\Fanart) but under the XBMC\profiles\... directory. That may be the issue, maybe I need to point it to the actual directory for each profile.
ronie Wrote:no clue...does the cover show in other views ?
if you bring up the info dialog on a season, does it show the cover there?
daleybox Wrote:Nope, on TV shows I don't get a cover no matter what view I use, but it works perfect in Movies mode. There are folder.jpg files in all the season folders.
ronie Wrote:ah! that's where you're going wrong.
check the naming conventions in the wiki:
http://wiki.xbmc.org/index.php?title=Thu...Thumbnails
the season thumbs need to be at the root of each tv show folder, not inside the season folder.
daleybox Wrote:Will the .jpg extension work?
luger Wrote:First off, really really love this skin. I've tried a lot of them and this one is officially my favorite.
But, I was wondering if there was a way to adjust the movie info screen so that the Plot portion took up more of the screen and/or had a bigger font. That's the part I read most and it's kind of hard to read from my couch in it's current state (http://xbmc.org/wp-content/gallery/trans...e-info.jpg).
ronie Wrote:in Includes_Home.xml change (2x):
special://masterprofile/Thumbnails/Video/Fanart
to:
special://masterprofile/profiles/your_username/Thumbnails/Video/Fanart
and do the same for music.
daleybox Wrote:To make this work for any profile, you should change the code to:
special://profile/Thumbnails/Video/Fanart
Then it will work for whatever profile you are in, master or not!