-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple TV+ Not Muting Words #436
Comments
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:
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). |
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. |
_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+
The text was updated successfully, but these errors were encountered: