Remove Poster Thumbs in Movie list?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #1
I use Fanart view on both my TV Shows and Movies menus. I somehow managed to remove the posters that appear at bottom-left from TV section, but not the Movie section. I find them a little redundant, and removing those posters (thumbs?) leaves more room for plot info.

Pretty sure i was able to remove the TV posters from the Appearance settings, but I havne;t been able to remove the ones from the freaking movie section..

Any help would be great.
find quote
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #2
I have 'Hide Cases' and 'Use Extra Thumbs' both disabled in my Skin settings. I think I have to edit an .xml or 2 manually, but I'm not sure which ones.

I also tried turning them back on, then off, and nothing has made those Movie posters go away.
(This post was last modified: 2011-09-23 02:09 by argh!.)
find quote
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #3
Well I guess it cannot be done, then. I fudged around in the Fanart .xml but nothing helped.

Perhaps a feature for next version?
find quote
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #4
i could provide some pointers, but need to know which version of T! you're using.

svn or v3.11.7?

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
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #5
3.11.7.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #6
to get rid of the movie-thumb, in View-Fanart.xml, line 458:

make the change in bold:

Code:
<visible>[b]!Container.Content(Movies) + [/b]!stringcompare(ListItem.Label,..) + !Window.IsVisible(VideoPlaylist)</visible>

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
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #7
Groovy. thanks
find quote
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #8
Zombie thread revive.


I'm once again, looking to remove the movie thumbs, but that line is not longer in the view-fanart.xml.

I'm now using version 3.1.1.7
find quote
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #9
(2012-07-02 08:09)argh! Wrote:  Zombie thread revive.


I'm once again, looking to remove the movie thumbs, but that line is not longer in the view-fanart.xml.

I'm now using version 3.1.1.7

there's no such version.
assuming you're using T! v4.0.5 from the addon repo,
you need to edit line 500;
change:
Code:
<visible>!stringcompare(ListItem.Label,..)</visible>
to:
Code:
<visible>!Container.Content(Movies) + !stringcompare(ListItem.Label,..)</visible>

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
argh! Offline
Fan
Posts: 322
Joined: Jun 2011
Reputation: 0
Post: #10
Oops. It's 3.11.7. Eden kept crashing on me so I moved back to Dharma. Single tear.

Unfortunately, you reply no longer has anything in bold, and I cannot remember which part to change..

Oh, the bold code is in there. duh.
(This post was last modified: 2012-07-04 05:17 by argh!.)
find quote