Hi, I would like to turn off the automatic adding of a "watched" checkmark on a movie after I've watched it. It's not that important, I just think it would look cleaner.
Use Custom CSS under Dashboard / General. I use this, which displays no watched checkmarks but also no unwatched indicators:
.cardIndicators { display: none; }
.countIndicator {background: #00000058;}
Cheers