Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84004

QUESTION how to add a viewtype?

$
0
0
Hi, I just have a question aobut how to add the GlassList View to the skin, i was usin an old beta for my personal use just to use the glass list view (due certain facts its a must on my rig) but it ace was updated to the official realese automatically so i have lost the view Sad i do have the XML file for the glass list view type, can you tellme how to add it?

i got this help from MassIV I´ve tried but it doesnt work for me

(Today 17:39)MassIV Wrote:  It would have been nice to know what skin.

But if you have the .xml file.
And if this is a viewtype for video files.

You need to add the following to Includes.xml or Includes_Viewtypes.xml (wherever you find the rest of these):
Using the name of the actual file you have.
Code:
<include file="Viewtype_Name.xml" />

Open the viewtype file you have and find the name in the following line.
Code:
<viewtype label="Name">list</viewtype>

Also find the id number (note: there might be more then one, you need the main one):
Code:
<control type="list" id="709">

Then add the following to MyVideoNav.xml (using the name you found):
Code:
<include>Name</include>

And add the id number to the others in:
Code:
<views>502,550,535,52,56,512,53,707,569,602,604,50</views>

do I need to do something else?

Viewing all articles
Browse latest Browse all 84004

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>