tv show banners in fanart

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
deezee69 Offline
Senior Member
Posts: 118
Joined: Jun 2006
Reputation: 0
Post: #1
Hi

What areas would i need to modifiy to be able to get tv show banners in fanart but in videofile mode not just libry

Thanks
find quote
ronie Offline
Team-XBMC Member
Posts: 8,345
Joined: Jan 2009
Reputation: 111
Post: #2
do you mean this view:

http://i52.tinypic.com/2wflgyc.jpg


if so, make the following changes to View-Fanart.xml:

line 20:
<itemlayout width="355" height="29" condition="![Container.Content(TVShows) + Skin.HasSetting(Fanart_Show_Banners)]">

line 51:
<focusedlayout width="355" height="29" condition="![Container.Content(TVShows) + Skin.HasSetting(Fanart_Show_Banners)]">

line 92:
<itemlayout width="355" height="87" condition="Container.Content(TVShows) + Skin.HasSetting(Fanart_Show_Banners)">

line 122:
<focusedlayout width="355" height="87" condition="Container.Content(TVShows) + Skin.HasSetting(Fanart_Show_Banners)">

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
deezee69 Offline
Senior Member
Posts: 118
Joined: Jun 2006
Reputation: 0
Post: #3
Yep got that already but it only works in libary mode. i would like to be able to use it in video file mode

thanks
find quote
ronie Offline
Team-XBMC Member
Posts: 8,345
Joined: Jan 2009
Reputation: 111
Post: #4
if you've made the changes above (assuming you're using T! v3.11.5)
it *should* work in filemode.

maybe obvious, but
- it'll only work for tv shows (you have to set content to tv shows)
- the show banners in fanart view option in skin settings must be enabled.

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
deezee69 Offline
Senior Member
Posts: 118
Joined: Jun 2006
Reputation: 0
Post: #5
thanks wrong version of xbmc. when it list my tv episodes is there a way to get it to show the episode number
find quote
ronie Offline
Team-XBMC Member
Posts: 8,345
Joined: Jan 2009
Reputation: 111
Post: #6
deezee69 Wrote:thanks wrong version of xbmc. when it list my tv episodes is there a way to get it to show the episode number

in filemode, it will just show the filename.

in library mode, select 'sort by: episode' on the hidden left menu.

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