You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently getting an issue on my computer, "Your browser does not support DRM or you have disabled it. Please enable DRM to play music in your browser or download the desktop app to play there." This breaks the app as it is now unable to play music. Does anyone know how electron manages DRM and how to reenable it?
The text was updated successfully, but these errors were encountered:
The only way for me to get around this is to use another electron base that has DRM enabled. I've used this one. This also means that flash is no longer needed :)
Since I'm going to be using Tidal on a daily basis I created my own version which I will actively maintain.
It has some extra features too that Tidal itself nor other projects (up to this point) don't offer such as:
Notifications
Shortcuts (source)
API for status and playback
Settings feature to disable certain functionality. (ctrl+/)
It's got quite a lot of code at the moment but the commit from Sept 16 has a working "hifi" version. You can have a look at that if you want to keep this project going as well.
It's, as @Michsior14 said, based on castlabs' version of Electron.
I'm currently getting an issue on my computer, "Your browser does not support DRM or you have disabled it. Please enable DRM to play music in your browser or download the desktop app to play there." This breaks the app as it is now unable to play music. Does anyone know how electron manages DRM and how to reenable it?
The text was updated successfully, but these errors were encountered: