chrisbevan / skin.pellucid

A skin for Kodi by theDeadMan
Other
46 stars 40 forks source link

Request: Disable movie fanart during seeking/pause #95

Closed DrGogu closed 2 years ago

DrGogu commented 2 years ago

When seeking or pausing, fanart or movie icon is displayed in the right lower corner. It’s quite distracting, especially during seeking. Is there a way to disable it? I disabled extended fanart from the Pellucid skin setting menu, but it didn’t help.

34F836BF-F04E-448C-BE97-01C7BBDF646B

Thanks.

ohhmyy commented 2 years ago

Hi. Here is not fanart but clearart or clearlogo displayed. In DialogSeekBar.xml just change the visible condition to hide it. Change the lines 6 and 16 to <visible>false</visible> https://github.com/chrisbevan/skin.pellucid/blob/master/1080i/DialogSeekBar.xml

DrGogu commented 2 years ago

Thank you. That fixed it. Would appreciate if developer adds a setting in skin settings for this.