Default view MQ6
#1
I'm looking to change the default view permanently from "RIGHT SIDE" to "WIDE"

Currently, on line 10 of the MyVideoNav.xml I have
Code:
<views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71</views>
but what do I change it to ?
Reply
#2
Try to change this two this , in this:

<defaultcontrol always="true">59</defaultcontrol>
.
.<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68,69,70,71</views>
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#3
Good stuff. Perfect. Thank you.
Reply
#4
Thanks for the answer, the default view was nerve wracking. Simple but powerful.
Reply
#5
Can I get some help on this because I did the above and all I get is some freezing with some views not working. I'm on Kodi 15.2 with Aeon MQ6 v3.3.0

Right now, it keeps defaulting back to Right List and I want Wide.
Reply
#6
I am having the exact same problem. I thought we had fixed this. Anyone have an idea, I poked around but cannot seem to find a solution.
Thank you
Reply
#7
(2015-11-25, 23:27)Angelinas Wrote: Try to change this two this , in this:

<defaultcontrol always="true">59</defaultcontrol>
.
.<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68,69,70,71</views>

Do you know how to fix this for the new Aeon MQ6 v3.3.0 (Kodi 15.2) or v4.2.0 (Kodi 16 Beta 4)?

I must be missing something on trying to make it default to Wide.
Reply
#8
Deleted
Reply
#9
For music in the file IncludesMusic.xml
like this:

CHANGE this:
<defaultcontrol always="true">51</defaultcontrol>

INTO this:

<defaultcontrol always="true">59</defaultcontrol>
<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68,69,70,71</views>
Reply
#10
(2015-12-21, 06:20)melons2 Wrote: For music in the file IncludesMusic.xml
like this:

CHANGE this:
<defaultcontrol always="true">51</defaultcontrol>

INTO this:

<defaultcontrol always="true">59</defaultcontrol>
<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68,69,70,71</views>

That freezes also on the music section.

I think we need to ask the developer to add a section to settings to be able to choose the default without going through all this. I wish he kept the default as wide in MQ6 as in MQ5.
Reply
#11
(2015-12-21, 16:50)n2outlaw Wrote:
(2015-12-21, 06:20)melons2 Wrote: For music in the file IncludesMusic.xml
like this:

CHANGE this:
<defaultcontrol always="true">51</defaultcontrol>

INTO this:

<defaultcontrol always="true">59</defaultcontrol>
<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68,69,70,71</views>

That freezes also on the music section.

I think we need to ask the developer to add a section to settings to be able to choose the default without going through all this. I wish he kept the default as wide in MQ6 as in MQ5.

I have been testing it for 2 days without a problem maybe it's your setup?
Reply
#12
(2015-12-21, 19:46)melons2 Wrote: I have been testing it for 2 days without a problem maybe it's your setup?

Does yours work on MyVideoNav.xml file too? And after making the changes. Do I need to reset something?
Reply
#13
reaplay skin in skin settings.....
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#14
(2015-12-21, 21:12)Angelinas Wrote: reaplay skin in skin settings.....

I got it working. I had to turn on WIDE in Music (IncludesMusic.xml) and TV Shows (MyVideoNav.xml) before messing with the xml files so it wouldn't freeze.

Also, you can do the same for Programs (MyPrograms.xml)
Reply

Logout Mark Read Team Forum Stats Members Help
Default view MQ61