2018-04-07, 17:31
@jurialmunkey I noticed that it's not possible to create a standard music playlist...nevermind the now playing song title, it's Thai so doesn't show.
(2018-04-07, 17:31)braz Wrote: @jurialmunkey I noticed that it's not possible to create a standard music playlist...nevermind the now playing song title, it's Thai so doesn't show.There is some changes with music playlist for Leia, see : https://forum.kodi.tv/showthread.php?tid...pid2653886
(2018-04-08, 23:34)jurialmunkey Wrote: @mac1202- My mistake I dont know why colorpicker has been disabled when I upgraded to leia. Enable it now it work.
- Install colorpicker from Skin Settings > Manage Dependencies.
- I'll look into the PVR widget later when I have time
- Notification size is fine for me from my couch without wearing my glasses. I use a 42" tv.
- Icons fixed.
- Subtitles fixed.
(2018-04-08, 23:34)jurialmunkey Wrote: The skin has an add-on browser home menu item by default.
If you don't have it, then you are using something other than the default setup.
You will need to add it manually in the home customisation dialog found in skin settings.
Skin Settings > Home > Customise home menu
Add a menu item on the left
Then select "Choose item for menu"
Select "Settings > Add-ons"
<control type="button" id="614">
<description>Go to playlist</description>
<include>ButtonCommonValues</include>
<label>31234</label>
<onclick condition="!String.IsEqual(Playlist.Length(music),0) + String.IsEqual(Playlist.Length(video),0)">ActivateWindow(musicplaylist)</onclick>
<onclick condition="!String.IsEqual(Playlist.Length(video),0) + String.IsEqual(Playlist.Length(music),0)">ActivateWindow(videoplaylist)</onclick>
<onclick condition="!String.IsEqual(Playlist.Length(music),0) + !String.IsEqual(Playlist.Length(video),0)">SetProperty(Dialog.1.Label,$LOCALIZE[31193])</onclick>
<onclick condition="!String.IsEqual(Playlist.Length(music),0) + !String.IsEqual(Playlist.Length(video),0)">SetProperty(Dialog.1.BuiltIn,ActivateWindow(musicplaylist))</onclick>
<onclick condition="!String.IsEqual(Playlist.Length(music),0) + !String.IsEqual(Playlist.Length(video),0)">SetProperty(Dialog.2.Label,$LOCALIZE[31194])</onclick>
<onclick condition="!String.IsEqual(Playlist.Length(music),0) + !String.IsEqual(Playlist.Length(video),0)">SetProperty(Dialog.2.BuiltIn,ActivateWindow(videoplaylist))</onclick>
<onclick condition="!String.IsEqual(Playlist.Length(music),0) + !String.IsEqual(Playlist.Length(video),0)">RunScript(script.toolbox,info=selectdialog,header=$LOCALIZE[524])</onclick>
<visible>!String.IsEqual(Playlist.Length(music),0) | !String.IsEqual(Playlist.Length(video),0) + !Window.Is(videoplaylist)</visible>
</control>