2016-10-15, 23:15
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?
Skin.SetBool(indicators.watched)
(2017-08-02, 06:07)jurialmunkey Wrote: Create a new menu item with the following custom action:I just wanted to thank you for posting this reply! Your solution was kludgy, but it worked. My gratitude.
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)