Extrafanart problem ??

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
999unreal Offline
Junior Member
Posts: 22
Joined: Aug 2010
Reputation: 0
Post: #1
Hello,ronie

If the following two types of TVSHOW exists in the library,
there is a case fanart is not displayed.
Is this bug caused by XBMC Core?

type1:Types that holds the extrafanart to TVSHOW.
type2:Types that do not have an extrafanart to TVSHOW.

If you select by title TVSHOW, no problem.(tvshowtitles)
Occur if you select by genre TVSHOW.(tvshowgenres)


TVSHOW exists in a separate genre, after displaying the first type1, type2 to display the next.
In this case, the fan art is not displayed.
(In the case of the same genre, no problem.)
(If it were displayed the first type2 is not a problem.)

Code:
Example: (made by Ember Media Manager)
-------------------------------------------------------------------------------
type1:Tvshows/The Walking Dead/extrafanart/fanart.jpg   ---More than one fanart
                              /Season 1/fanart.jpg      ---season fanart
                                       /The Walking Dead.s01e01.avi
                              /Season 2/fanart.jpg
                                       /The Walking Dead.s02e01.avi
                              /Specials/fanart.jpg
                                       /The Walking Dead.s00e01.avi
                              /fanart.jpg  
                              /folder.jpg
                              /tvshow.nfo

type2:Tvshows/Touch (2012)/Touch (2012).s01e01.avi
                          /fanart.jpg  
                          /folder.jpg
                          /tvshow.nfo

genre:
The Walking Dead---Action and Adventure / Drama
Touch (2012)-------Drama / Science-Fiction


XBMC:EDEN
    :Flatten TV shows - never

SKIN:Transparency! svn1302
    :TV shows - use season fanart
    :TV shows - use extrafanart    
--------------------------------------------------------------------------------


@select by title(no problem)
home >tvshow >1.show level(OK) >select(type2) >2.season level(OK) >select(season 1) >3.episode level(OK)

@select by genre
home >tvshow submenu(genre) >4.genre select(Action and Adv.) >5.type1 displayed >back to genre select(BackSpace KEY)
>6.genre select(Science-Fic.) >type2 displayed(7.show level(NG)) >select(type2) >8.season level(NG) >select(season 1) >9.episode level(OK)

sorry bad english.

[Image: fanartdisplay.jpg]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #2
thanx, i was able to reproduce it.

i'll check if it fixable skin side,
but most often these weird bugs are caused by xbmc.

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
999unreal Offline
Junior Member
Posts: 22
Joined: Aug 2010
Reputation: 0
Post: #3
Thank you for checking.
find quote