Skip to content
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

Disney+ not muting and/or not unmuting #540

Open
duncan1a opened this issue Jan 22, 2024 · 11 comments
Open

Disney+ not muting and/or not unmuting #540

duncan1a opened this issue Jan 22, 2024 · 11 comments
Labels
Bug Something isn't working

Comments

@duncan1a
Copy link

🐛 Description

I'm using Edge and disney+ from Ireland. If APF is set to mute the tab, then it doesn't mute profanity. If It's set to any of the other options (mute video, mute volume) then it does mute but doesn't unmute again

🔀 Steps To Reproduce

  1. Go to Advanced profanity filter Options
  2. Click on Audio
  3. Set Mute Method to Browser Tab - play Disney+ video - does not mute
  4. Set Mute method to Mute Video or Mute Volume - refresh Disney+ video - mutes but doesn't unmute again

Note, I have also set Captions/Subtitles to Hide All

✔️ Expected behavior

Expect to mute and profanity and then unmute video

💻 Details

  • Device: M3 Mackbook Pro
  • OS: Sonoma 14.2.1
  • Browser: Edge
  • Browser Version: 20.0.2210.144
  • Affected site(s): www.disneyplus.com

📝 Additional context

Audio works as expected on other sites

@duncan1a duncan1a added the Bug Something isn't working label Jan 22, 2024
@richardfrost
Copy link
Collaborator

Hi @duncan1a, I'm sorry muting isn't working on Disney+ for you. I will see if I can replicate the issue in an effort to hopefully fix it. I'll let you know how it goes. One follow-up question (thanks for providing all that info by the way, it was very helpful!): Has it worked on Disney+ for you before?

@duncan1a
Copy link
Author

We've just signed up for Disney, so this is the first time we've tried. It works perfectly for paramount+ and Youtube.

Thank you for this project, by the way. It really does make a big difference

@richardfrost
Copy link
Collaborator

richardfrost commented Jan 31, 2024

Thank you for those kind words, I'm so glad you are enjoying it and finding it useful.

Thanks also for the additional details @duncan1a. I'm wondering if Disney+ Ireland is different than US/UK. South Africa was, but I was able to work with someone there to get it working. If you'd be willing to help me out I can definitely give it a try for Ireland too. If you're interested, please send an email to support @ frostco.dev (without the spaces) and we can discuss it more. In the meantime, I'll continue to see if I can figure anything out on my end.

@kwiffen
Copy link

kwiffen commented Feb 11, 2024

I’ve been having the same issues with Disney+ here in Canada too. Just curious if you have any suggestions? Thanks for your help! 🙏🏻

@richardfrost
Copy link
Collaborator

Hi @kwiffen, thanks for reporting on this issue. I just tried a test connected to a VPN in Canada and it worked, but that might be because I'm using a U.S. account. Has it ever worked for you before on Disney+? Any other information you have could be helpful. If you have a specific video you are trying on I can test that one too, so hopefully we can find what is going on and fix it.

@kwiffen
Copy link

kwiffen commented Feb 12, 2024 via email

@richardfrost
Copy link
Collaborator

Thanks for getting back to me @kwiffen. Is it muting when it should? Or as soon as it sees any captions/subtitles? Could you share what video (and the approximate timestamp) for when its muting?

One other thing you might try, a few weeks back I updated the config for Disney+ and it possible that could have been causing some issues. Could you try using this custom config and see if it is any different?

{
  "www.disneyplus.com": [
    {
      "className": "dss-subtitle-renderer-wrapper",
      "mode": "element",
      "subtitleSelector": "div.dss-subtitle-renderer-cue-window span.dss-subtitle-renderer-line",
      "tagName": "DIV"
    }
  ]
}

To use this config, paste it into the Custom Sites area (Options page > Audio tab) and click the blue "SAVE" button underneath it. Then, make sure to refresh the tab for the video site (if you have it open still) and it will load this new configuration.

@kwiffen
Copy link

kwiffen commented Feb 12, 2024 via email

@TruSteel
Copy link

TruSteel commented Feb 24, 2024

Mute would work at a curse word but would stayed muted till I reset filter. Next curse word it would do it again. So I pasted this code in for Disney plus to get mute to work. This config works great.

{
  "www.disneyplus.com": [
    {
      "className": "dss-subtitle-renderer-wrapper",
      "mode": "element",
      "subtitleSelector": "div.dss-subtitle-renderer-cue-window span.dss-subtitle-renderer-line",
      "tagName": "DIV"
    }
  ]
}

@anaquialex
Copy link

anaquialex commented Mar 3, 2024

For me it worked. on the audio option i switched from browser tab to video mute. the only thing that it wont block is directly on the hulu website. but i does block if i watch hulu on disney plus. thank you for this software, it makes it watching movies and tv shows enjoyable. i also added the custom config richard suggested.

@duncan1a
Copy link
Author

duncan1a commented Mar 5, 2024

That worked for me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants