Hi glk1001,
Thank you for the spotify addon. I am trying to change out of List view as default, however even when I change the view, List remains default for every album that hasn't been specifically changed.
I tried deleting viewmodes6.db and changing the the following line in myvideonav.xml:
<defaultcontrol always="true">50</defaultcontrol>
To
<defaultcontrol always="true">66</defaultcontrol>
However List continues to be the default.
I discussed with the author of the skin I was using, and he said
Quote:
ListView is the default view for all media. To change this you need to change a lot of parts of the code.
In any case, if you set a view for a specific content type (movies, albums, songs etc) Kodi will remember that choice and will show the same content with the last view you have chosen.
This is not happening in your case because the addon that you using doesn't set the proper content type for each media type.
see:
https://forum.kodi.tv/showthread.php?tid=299107
Unquote
Are you able to look into this?
Thanks