Kodi Community Forum
Change default view? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Back Row (https://forum.kodi.tv/forumdisplay.php?fid=127)
+----- Thread: Change default view? (/showthread.php?tid=77475)



Change default view? - venceitor - 2010-07-19

I'm trying to change the default view to Coverflow but I can't, when I edited the file MyVideo.xml and delete all views unless the coverflow (<include>VideofileWraplist</include>) it give me some problems...

Thank you. Big Grin


- Sharpe - 2010-07-20

Heh gotta admire that kind of no nonsense approach!

Hi venceitor - as you've wiped out all the other views you need to change line 3 of the MyVideo.xml to this:

Code:
<defaultcontrol always="true">54</defaultcontrol>

It was pointing to a view id that you've removed - 54 is the id of the coverflow view.

Cheers!


- venceitor - 2010-07-20

Thank you very much, it runs perfect now. Big Grin