AdvancedProfanityFilter icon indicating copy to clipboard operation
AdvancedProfanityFilter copied to clipboard

Apple TV+ Not Muting Words

Open weidjoe opened this issue 3 years ago • 2 comments
trafficstars

_The audio on apple.tv+ is not muting curse words. I followed instructions provided on #323 but nothing worked

There was no muting on any of the shows or movies provided through apple.tv+

weidjoe avatar Sep 08 '22 02:09 weidjoe

@weidjoe thanks for reporting the issue. It looks like there has been a pretty big update to their site's underlying page structure. I've updated the status here and will update this issue when I have more to report.

richardfrost avatar Sep 08 '22 03:09 richardfrost

This custom audio config should at least get muting working again:

{
  "tv.apple.com": [
    {
      "mode": "elementChild",
      "parentSelector": "div.video-player div.video-container",
      "showSubtitles": 0,
      "subtitleSelector": ":scope div > div",
      "tagName": "DIV",
      "videoSelector": "div.video-player div.video-container video"
    }
  ]
}

Caveats:

  1. Will only mute the first time seeing the captions/subtitles. If you want to re-watch part of the video with muting, you'll need to refresh the page.
  2. Caption hiding isn't supported and might break filtering.

I will work to fix those remaining items, but wanted to share this in case someone wanted to use it now.

IMPORTANT: Make sure to use "Normal" mode, not "Deep" anymore (more details here).

richardfrost avatar Sep 08 '22 23:09 richardfrost

This should now be fixed in version 2.38.0. For best results, make sure to remove any custom config for Apple TV+ that you may have added previously. This latest version should also handle caption hiding and muting while re-watching.

If you have a chance to test it out, let me know how it goes and if you have any other feedback.

richardfrost avatar Oct 13 '22 01:10 richardfrost