Kodi Community Forum
Clear Playlist option missing - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Clear Playlist option missing (/showthread.php?tid=316937)



Clear Playlist option missing - barcoboy - 2017-06-20

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?


RE: Clear Playlist option missing - PatK - 2017-12-18

Redundant, menu item show current playlist has option to remove in the list function.


RE: Clear Playlist option missing - barcoboy - 2018-04-04

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>


RE: Clear Playlist option missing - EagleI - 2018-04-28

I was having the exact same problem with Transparency! and your solution fixed it. Thank you for posting.


RE: Clear Playlist option missing - barcoboy - 2018-04-29

Hi EagleI, glad my post was useful to you.  :-)