2014-05-02, 23:08
Will it work without that add on? Is there a download link?
(2014-05-05, 17:57)al7oumame Wrote: Hi Hitcher I like your work I m wondering for xeebo is it possible to make it compatible with gotham I like the option of custom home screen that i can't found in another skin . or maybe can u send me an easy tutorial that i can do it myself . hope mking it compatible is not that hard ! xD
(2014-05-05, 21:45)iJunaid Wrote: Hitcher, how do I import the viewtype for logos for TV shows, viewtype for landscape for TV episodes, and the viewtype for info poster fixed for movies from Alaska Revisited into Alaska Gotham? I have zero skinning experience but I figured I would ask you anyway so I can get on the right track.
Quote:Adding a View Type to Hichers Alaska Gatham…
If using an existing Viewtype file don’t forget to change the File ID in this example I have used 720
In your viewtype file you need to change.
<include name="Viewtype_test"> to whatever your file is called
<visible>Control.IsVisible(720)</visible> to Your File ID (don’t pick one already being used)
<viewtype label="31175">list</viewtype> to whatever Number you set in Strings.xml
And Any IDs to what you have chosen.
<control type="wraplist" id="720">
Open Strings.xml and Add the Red Text.
<string id="31173">Playlist Options</string>
<string id="31174">Visualisation Presets</string>
<string id="31175">Logo</string>
And Save.
This sets the <viewtype label="31175">list</viewtype> to Logo
You can call it what you want.
Open Includes.xml and Add the Red Text.
<include file="Viewtype_514_Season_Poster.xml" />
<include file="Viewtype_test.xml" />
<include file="Variables.xml" />
And Save.
Open MyVideoNav.xml and Add the Red Text.
<views>503,501,502,514,504,508,500,720</views>
<include>Viewtype_514_Season_Poster</include>
<include>Viewtype_test</include>
And Save.