Plot information for movies...

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,262
Joined: Jan 2009
Reputation: 108
Post: #21
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?

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: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.

most likely that's the issue.

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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
daleybox Offline
Junior Member
Posts: 46
Joined: Apr 2010
Reputation: 0
Post: #22
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?

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.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,262
Joined: Jan 2009
Reputation: 108
Post: #23
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.

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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
daleybox Offline
Junior Member
Posts: 46
Joined: Apr 2010
Reputation: 0
Post: #24
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.

I have folder.jpg and season-all.jpg in the root of the tv show folder, and then individual folder.jpg files in the individual season folders. I would have thought it would have picked one of those up.

I guess from the convention I need to rename the files seasonxx.jpg and put them in the root instead of the season folders. I wonder why it didn't scrape that way. That sound about right? Will the .jpg extension work?
find quote
ronie Offline
Team-XBMC Member
Posts: 8,262
Joined: Jan 2009
Reputation: 108
Post: #25
daleybox Wrote:Will the .jpg extension work?

don't know, never tried it. but in case .jpg isn't supported you can just rename them to .tbn.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
luger Offline
Member
Posts: 82
Joined: Apr 2010
Reputation: 0
Post: #26
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).
find quote
ronie Offline
Team-XBMC Member
Posts: 8,262
Joined: Jan 2009
Reputation: 108
Post: #27
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).

yes, the next version will have a separate screen just for the plot:

[Image: plot.jpg]

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
luger Offline
Member
Posts: 82
Joined: Apr 2010
Reputation: 0
Post: #28
Whoa! That's perfect.

I'm looking forward to that. Thanks for getting back to me quickly.
find quote
daleybox Offline
Junior Member
Posts: 46
Joined: Apr 2010
Reputation: 0
Post: #29
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.

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!
find quote
ronie Offline
Team-XBMC Member
Posts: 8,262
Joined: Jan 2009
Reputation: 108
Post: #30
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!

thanx for the heads-up mate, really appreciate it!
i've noticed jm's reply in the other thread...changes are already in the T! svn ;-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply