Deezer - play previous or next track not working
See original GitHub issueIt’s fixed as follows. Thanks to max-collomb.
Reading comments on issue #845, I’m not sure this PR will be treated. Thus, I post an alternative while waiting for a patched version
For Edge on Windows (adapt path for another browser) :
- list extensions in the browser (edge://extensions/)
- activate developer mode
- retrieve streamkey extension ID
- Edit file
C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\{{id}}\1.8.4_0\js\controllers\DeezerController.js
and removediv >
on lines 9, 11 and 15- close and reopen the browser
Those two hotkeys stopped working a while ago in Deezer. “Toggle Play/Pause” still works just fine in Deezer though. “Play previous or next track” hotkeys work just fine in YouTube Music and Spotify.
EDIT: bellow there’s a screenshot of how Streamkeys appears in Chrome. All buttons except Play/Pause are greyed out for Deezer, and all are available for YouTube Music.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Music stops after a one or few songs - Deezer Community
When playing a playlist or an album I would expect the next song to automatically start after the current song ends.
Read more >Problems With Playing Music On Mobile - Deezer Support
Occasionally, Deezer may play one song and stop playing music. This might happen if you have switched battery saver mode on on your...
Read more >Skipping back to previous songs when the app is not left on ...
Yeah, skipping back on Deezer has problems on many devices/platforms. On a Galaxy Watch, it skips back 5 seconds instead of restarting the...
Read more >Deezer: Music & Podcast Player - Apps on Google Play
The Power of Music. With 90 million songs, playlists and podcasts plus personalized recommendations just for you, Deezer is your music companion.
Read more >Top 8 Fixes When Deezer Not Playing Songs - Tunelf
Part 2 How to Fix Deezer Not Playing Songs · 1) Uninstall the Deezer app. · 2) Turn off your Android device and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reading comments on issue #845, I’m not sure this PR will be treated. Thus, I post an alternative while waiting for a patched version
For Edge on Windows (adapt path for another browser) :
C:\Users\%username%\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\{{id}}\1.8.4_0\js\controllers\DeezerController.js
and removediv >
on lines 9, 11 and 15There is already a PR for this fix (https://github.com/berrberr/streamkeys/pull/927), would be good if someone could merge it and release a new version.
Meanwhile, manually applying the same change in the DeezerController.js (as written above) does the trick.