Default view
#1
Trying to change to 'right list view' as default.

I have disabled all the other ones in the views menu, but still get the wide view when loading a new page in an unnamed video addon.

Have checked through the guisettings xml, but there is no option for wide view.

Any ideas?
Reply
#2
In guisettings.xml

change:

Code:
<videofiles>
            <viewmode>65536</viewmode>
            <sortmethod>2</sortmethod>
            <sortorder>1</sortorder>
</videofiles>


to:

Code:
<videofiles>
            <viewmode>65595</viewmode>
            <sortmethod>2</sortmethod>
            <sortorder>1</sortorder>
</videofiles>

That should work.
My fanart.tv & themoviedb.org accounts.

Image
Reply
#3
My settings:

<videofiles>
<viewmode>720896</viewmode>
<sortmethod>2</sortmethod>
<sortorder>1</sortorder>
<sortattributes>0</sortattributes>
</videofiles>

Tried changing to what you suggest but no change.

?
Reply
#4
You need to shut down XBMC before you make the change, and be running MQ5 when you do.
My fanart.tv & themoviedb.org accounts.

Image
Reply
#5
Doesn't seem to work.

Still getting the wide view on loading a new page that I have not used before. Have to switch manually to 'right list'
Reply
#6
You have to edit Myvideonav.xml in skin folder skin.aeonmq5/720p.

Change line 13
<views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68</views>
to
<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68</views>

Work for me
Reply
#7
(2014-06-05, 16:30)GuiZ Wrote: You have to edit Myvideonav.xml in skin folder skin.aeonmq5/720p.

Change line 13
<views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68</views>
to
<views>59,52,53,54,55,56,57,58,51,60,61,62,63,64,65,66,67,68</views>

Work for me

Great stuff, now working, thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Default view0