Posts: 85
Joined: Feb 2011
Reputation:
2
Just wondering what happened to the "Clear" option that used to exist in the "Current Playlist" view?
I thought it might be something with the LibreELEC distributions that I am using, but it is missing from my Kodi 17.3 Windows installs as well.
Is there a quick way to get it back again?
Posts: 14,224
Joined: Mar 2010
Reputation:
585
PatK
Team-Kodi Member
Posts: 14,224
Redundant, menu item show current playlist has option to remove in the list function.
Posts: 85
Joined: Feb 2011
Reputation:
2
My apologies. I had a chance to look at this again, and discovered that it is not an issue with KODI itself, but with the Transparency! skin.
I was able to restore the clear playlist function in Transparency! by adding the following lines to skin.transparency/1080p/MyPlaylist.xml starting at around line 159, after the "Save button" section:
<control type="button" id="22">
<description>Clear button</description>
<left>0</left>
<top>202</top>
<label>192</label>
<include>ButtonCommonValues</include>
<visible>!Skin.HasSetting(KioskMode)</visible>
</control>
Posts: 1
Joined: May 2017
Reputation:
0
I was having the exact same problem with Transparency! and your solution fixed it. Thank you for posting.
Posts: 85
Joined: Feb 2011
Reputation:
2
Hi EagleI, glad my post was useful to you. :-)