Replace Sets with Tags?
#1
Is it possible to replace Sets under Movies with Tags instead? I don't use sets by I do use tags.

Image
Reply
#2
In IncludesHomeMenuItems.xml search for
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>
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
Reply

Logout Mark Read Team Forum Stats Members Help
Replace Sets with Tags?0