Clear Playlist option missing
#1
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?
Reply
#2
Redundant, menu item show current playlist has option to remove in the list function.
Reply
#3
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>
Reply
#4
I was having the exact same problem with Transparency! and your solution fixed it. Thank you for posting.
Reply
#5
Hi EagleI, glad my post was useful to you.  :-)
Reply

Logout Mark Read Team Forum Stats Members Help
Clear Playlist option missing0