![]() |
make Albumview default - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115) +---- Thread: make Albumview default (/showthread.php?tid=147133) |
make Albumview default - Jasi - 2012-12-04 Hi, could anyone help me on the following. I successfull scraped my music and everything works fine, but when I enter "Music" from the home menu I am in the the artistview of my library. I want to change that to have my albums intead everytime I enter music from home menu rgs Jan RE: make Albumview default - ronie - 2012-12-04 search Includes_Home.xml there should be a line saying something like: <onclick>Activate.Window(Musiclibrary,Artists)</onclick> change artists to albums (there may be multiple instances of this in the file) and you're good to go. RE: make Albumview default - Jasi - 2012-12-04 Thank you, it works. rgs RE: make Albumview default - LeechNL - 2012-12-09 Briljant! I was looking to do this aswel. |