bsharper / sbremote

Use SponsorBlock with YouTube on Apple TV
GNU General Public License v3.0
60 stars 4 forks source link

How to suppress "Move on Sponsor" Announcement ? #2

Closed Tech33 closed 1 year ago

Tech33 commented 1 year ago

Firstly, Great work...its working great on my MAC M1....is there any way to suppress "Move on Sponsor" Announcement quite annoying tbh..

bsharper commented 1 year ago

Oh haha... sorry about that. It initially said something much worse that starts with "f" and rhymes with duck, but I changed it to at the last minute to something less vulgar. It shouldn't be enabled other than in debug mode, but I may have committed code with it still enabled.

To fix this, edit the file sb_remote.py. Near the top you should see announce_skips = True. Change that to announce_skips = False and restart the program. It should stop talking to you after that.