removed151214
Unregistered
removed151214
Unregistered
Posts: N/A
I was thinking of setting the skin strings directly, as I believe that would save a bit of work on the skins side - so if you wanted the label and path of the movies set, you'd pass in MovieHomeItem.Label and MovieHomeItem.Path. When the script is done, the skin strings would be updated. But my skinning skills were never great in the first place, so if that's a bad idea please say!
removed151214
Unregistered
removed151214
Unregistered
Posts: N/A
Righteo, that should do it. With the latest git skin shortcuts installed, replace the <onfocus> and <onclick>'s of button 90013 in custom_1121_HomeMenuCustomizer.xml with
Code:
<onclick>RunScript(script.skinshortcuts,type=shortcuts&custom=True&skinLabel=$INFO[Container(90000).ListItem.Property(Item),,HomeItem.Label]&skinAction=$INFO[Container(90000).ListItem.Property(Item),,HomeItem.Path])</onclick>
"custom" sets whether the user can enter their own command (will only set action and type)
"skinLabel" is the Skin.String that will be set to the label
"skinAction" is the Skin.String for the action
Also available are "skinType" for the type of shortcut (e.g. Video Playlist, Favourite and so on) and "skinThumbnail" for the thumbnail.
All of these are optional.
removed151214
Unregistered
removed151214
Unregistered
Posts: N/A
(2014-05-10, 00:22)BigNoid Wrote: wow that works great
I'll do my best to do a pull request to the repo this weekend.
removed151214
Unregistered
removed151214
Unregistered
Posts: N/A
(2014-05-10, 11:27)GrimGriefer Wrote: I like how when configurng Manage Submenu's I can select from multiple pre-defined lists. Would this not be possible to implement for the main buttons on the menu too?
That's what BigNoid and I were discussing in this thread after your post last night
install the latest git versions of both
skin shortcuts and
Nox 5, and you'll have the same predefined lists for main menu items as you have on the submenus.
Posts: 231
Joined: Dec 2011
Reputation:
1
Can I somehow replace the "choose art" button on the Info Panel of a move with something else? I use CinemaExperience and rather would have "Cinema" at the place of "choose art". Now I have to press the "+" to see "Cinema".
Thanks.
Christian