2014-04-10, 20:33
2014-04-10, 23:44
In IncludesHomeMenuItems.xml search for
Change it to this:
I don't know yet if it's possible to add a similar <visible> tag, but Library.HasContent(MovieTags) didn't seem to work.
Thanks by the way - I haven't even noticed Tags before but now I think I need them
Code:
<control type="button" id="90163">
<include>ButtonHomeSubCommonValues</include>
<label>20434</label>
<onclick>ActivateWindow(Videos,MovieSets,return)</onclick>
<visible>Library.HasContent(MovieSets)</visible>
</control>
Change it to this:
Code:
<control type="button" id="90163">
<include>ButtonHomeSubCommonValues</include>
<label>20459</label>
<onclick>ActivateWindow(Videos,MovieTags,return)</onclick>
</control>
Thanks by the way - I haven't even noticed Tags before but now I think I need them