How to disable watched/unwatched icons
#1
Does anyone know how to disable the watched/unwatched icons on the cover art? Or at least which file to edit and what to edit in that file?
Reply
#2
Did you find an answer? Can anyone help? I'd like to remove these and the resume and recent icons as well.
Reply
#3
Create a new menu item with the following custom action:
Code:
Skin.SetBool(indicators.watched)

Go to the home screen and click the menu item you made.
Watched indicators will now be disabled.
You can then go delete the menu item as the setting will be saved.

You can replace Skin.SetBool(indicators.watched) with the following to disable other indicators:
Skin.SetBool(indicators.resume)
Skin.SetBool(indicators.new)
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#4
(2017-08-02, 06:07)jurialmunkey Wrote: Create a new menu item with the following custom action:
Code:
Skin.SetBool(indicators.watched)

Go to the home screen and click the menu item you made.
Watched indicators will now be disabled.
You can then go delete the menu item as the setting will be saved.

You can replace Skin.SetBool(indicators.watched) with the following to disable other indicators:
Skin.SetBool(indicators.resume)
Skin.SetBool(indicators.new) 
I just wanted to thank you for posting this reply! Your solution was kludgy, but it worked. My gratitude.
Reply

Logout Mark Read Team Forum Stats Members Help
How to disable watched/unwatched icons0