Posts: 15
Joined: Jan 2010
Reputation:
0
Since I've got music DVDs under Music Videos, I'd like to change the Fanart view of the Music Videos, so that it will look like the Fanart view of Movies. Basically this means changing the size of the poster of the DVD and to include the DVD or BR frame around it.
Any help would be appreciated. Thanks!
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
it's the image control at line 907 in View-Fanart.xml
this images is used for both the music-videos as well as the episodes fanart view.
add a <visible>Container.Content(Episodes)</visible> condition to it,
so the skin will use it for episodes only.
next copy the code from the movies section (lines 492-510) at paste it below the episode image.
add <visible>Container.Content(MusicVideos)</visible> conditions to the two controls you've just copied and you should be finished.
Posts: 15
Joined: Jan 2010
Reputation:
0
Perfect! Thank you very much ronie!!