![]() |
|
Slide view (tv-shows) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Night (/forumdisplay.php?fid=130) +---- Thread: Slide view (tv-shows) (/showthread.php?tid=83172) |
Slide view (tv-shows) - Radikaltimes - 2010-10-14 15:49 love the skin .. thank you for your work ![]() is possible to have the slide view also avaliable for tv shows? thank you Radikaltimes
- mcborzu - 2010-10-14 16:12 I perfer the Movie/TV/Music to be look different.... But it a simple change - Line 33 in Viewtype_Slide.xml From: Quote:<visible>!Skin.HasSetting(no_Slide) + Container.Content(Movies)</visible>to: Quote:<visible>!Skin.HasSetting(no_Slide) + [Container.Content(Movies) | Container.Content(tvshows) | Container.Content(seasons)]</visible> I didn't 2x check if the labels transfer over, I look at that later... - Radikaltimes - 2010-10-14 16:16 Perfect .. thank you |