MQ6 Library Items
#1
In MQ6 when the mouse cursor is over, for instance Movies, library items info slides in on the lower left side of the screen and retracts when the cursor is moved off of the menu item. Does anyone know how to change this so that library items just stays on screen rather than coming in and out?
Reply
#2
(2015-09-10, 17:01)iblong Wrote: In MQ6 when the mouse cursor is over, for instance Movies, library items info slides in on the lower left side of the screen and retracts when the cursor is moved off of the menu item. Does anyone know how to change this so that library items just stays on screen rather than coming in and out?

In the top menu view options you can change "auto panel" delay to 1 sec. I think that's the best you can do.

scott s.
.
Reply
#3
That is wrong....the two are unrelated. I do not think we are talking about the same thing.
Reply
#4
Home.xml
Find this line
PHP Code:
<control type="group"><!-- Status da biblioteca --> 
and delete visible, but if set higher widget library will overlap poster.If you use normal position of home bar this is solution.
PHP Code:
    <visible>Control.HasFocus(9000) + [SubString(Container(9000).ListItem.Property(id),movie) + Library.HasContent(Movies) | SubString(Container(9000).ListItem.Property(id),tvshow) + Library.HasContent(TVShows) | SubString(Container(9000).ListItem.Property(id),concert) + Library.HasContent(MusicVideos) | SubString(Container(9000).ListItem.Property(id),music) + Library.HasContent(Music) | SubString(Container(9000).ListItem.Property(id),favourites) + !IsEmpty(Window(0).Property(Favourite.1.Name)) | SubString(Container(9000).ListItem.Property(id),vpl) | SubString(Container(9000).ListItem.Property(id),apl)] + ![Player.HasMedia + [System.IdleTime(8) |  Skin.HasSetting(highermainmenu)] |  Skin.HasSetting(nohometotals) | Skin.HasSetting(highertotals) + [Window.IsVisible(104) | Window.IsVisible(107) | Library.IsScanningVideo Library.IsScanningMusic Window.IsVisible(614)]]</visible
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#5
Thank you........that works for movies, tv, favorites.....but for things like weather.............it leaves you with an unexpected negative result.
Thank you for trying to get a solution....maybe there is another answer I am playing around with the home.xml file......Thank you
Reply
#6
Anyone know how to do this one?
Reply

Logout Mark Read Team Forum Stats Members Help
MQ6 Library Items0