Linux needs a native client for Deezer!
- November 9, 2017
- 345 replies
- 69918 views
- Anonymous
I think that is important to cover all the platforms for all the users.
I recently created an Ubuntu script to install Deezer based on the fantastic work done by IlyaGulya and SibrenVasse on an AUR package for Arch Linux. It should work on Debian too since Ubuntu is based on Debian, but I haven't tested it.
You can view instructions on how to install it here https://github.com/siphomateke/deezer. It's not at all official and isn't guaranteed to work with future Deezer versions but it's what I am now using.
I'm not sure why Deezer hasn't added support for Linux yet considering the Deezer desktop app for windows is an Electron app and runs just fine on Linux with a few minor tweaks.
Hopefully this helps my fellow Ubuntu users.
345 replies
- Roadie
- 1 reply
- October 2, 2018
In dev terms the MVP is lossless streaming in the web browser, then electron based wrappers like Nuvola or MellowPlayer will act fine as native-ish clients.
The hard work of the in-browser flac decoding is already done - https://github.com/audiocogs/flac.js
- Roadie
- 1 reply
- October 3, 2018
- Roadie
- 1 reply
- October 5, 2018
not one post from Deezer staff in here..
back to spotify we go?
- One Hit Wonder
- 1 reply
- October 7, 2018
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
- Guitar Hero
- 5 replies
- November 7, 2018
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
I guess that what we ask for is a Deezer client for the most popular distributions, at least those that Spotify supports.
- Roadie
- 2 replies
- November 7, 2018
- Hitmaker
- 78 replies
- November 8, 2018
I'd like to see a Linux version as well. Don't know what's holding them, really, since their Mac app is merely a web page complete with CSS styles and javascripts repacked into an app with a FLAC decoding function built in. They haven't invested in their desktop app to make it a first class Mac citizen. Hell, they cannot even be bothered to provide better styles for that huge web page. Many people have been asking for dark mode for some time and got nothing.
- Roadie
- 1 reply
- November 9, 2018
Lol, as far as I know Spotify has linux client
- Hitmaker
- 78 replies
- November 9, 2018
- Roadie
- 1 reply
- November 11, 2018
The reason is that there it seems flash plugins does not exist for raspberry, and I don't know why html5 does not work as well... So I +1 the linux plugin, which I hope may be compatible with Raspberry Pi platform.
- Roadie
- 1 reply
- December 4, 2018
- Roadie
- 1 reply
- December 4, 2018
You can add Deezer and use it like a native player.
https://colinduquesnoy.github.io/MellowPlayer/
- Roadie
- 1 reply
- December 12, 2018
https://aur.archlinux.org/packages/deezer/
- Roadie
- 1 reply
- December 13, 2018
I'm switching to Spotify because there is no nice Linux app. for Deezer, and I also encourage my friends and family to use Spotify because of that.
- Roadie
- 1 reply
- December 15, 2018
- Superuser
- 1410 replies
- December 16, 2018
Well, there is some indirect confirmation that they are aware of this idea and are working on a Linux desktop app in the last Ideas Review thread:
https://en.deezercommunity.com/news-16/your-ideas-review-2-9473
On our Road Map
Linux needs a native client for Deezer
We intend to make our new Desktop App available on Linux but we still need to work on a delivery plan and cannot give you a release date just yet. We'll keep you posted.
Concerning lossless streaming on Linux you might check if Tidal or Qobuz have a desktop app and/or web player supporting it. Spotify has a Linux desktop app, but does not offer FLAC streaming, their highest available audio quality is 320 kbps Ogg Vorbis while Deezer's new HTML5 web player supports 320 kbps MP3.
- Roadie
- 1 reply
- December 31, 2018
I'm a web developer, maybe one day I'll make a version of Deezer using Electron tech and consuming his API .
😀
- Roadie
- 2 replies
- January 5, 2019
- Roadie
- 2 replies
- January 7, 2019
- Roadie
- 2 replies
- January 7, 2019
- Roadie
- 1 reply
- January 15, 2019
- Roadie
- 1 reply
- January 22, 2019
https://aur.archlinux.org/packages/deezer/
works great and consumes a lot less RAM than MellowPlayer.
thank you 🙂
- Guitar Hero
- 9 replies
- January 25, 2019
https://aur.archlinux.org/packages/deezer/
Wow, I was able to run it on Debian (just ran all the commands described in aur script) and it worked really nice. Now add the FLAC support for mobile phones and I will switch back to Deezer. Currently I'm using tidal, but they don't have linux native application (but since I'm listening most of the music on my phone with a DAC, I need the hifi on mobiles).
- Roadie
- 1 reply
- February 13, 2019
grab an electron (sudo npm install electron -g)
download windows installer, unpack with 7zip.
move app.asar from "$PLUGINSDIR\app-32.7z\resources" to some place and run it like
"/usr/bin/electron app.asar"
You can create a .desktop file or something. Works fine on kubuntu with all media keys supported.
Better than nothing.
- Roadie
- 1 reply
- February 14, 2019
I think that is important to cover all the platforms for all the users.
In dev terms the MVP is lossless streaming in the web browser, then electron based wrappers like Nuvola or MellowPlayer will act fine as native-ish clients.
The hard work of the in-browser flac decoding is already done - https://github.com/audiocogs/flac.js
not one post from Deezer staff in here..
back to spotify we go?
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
I guess that what we ask for is a Deezer client for the most popular distributions, at least those that Spotify supports.
I'd like to see a Linux version as well. Don't know what's holding them, really, since their Mac app is merely a web page complete with CSS styles and javascripts repacked into an app with a FLAC decoding function built in. They haven't invested in their desktop app to make it a first class Mac citizen. Hell, they cannot even be bothered to provide better styles for that huge web page. Many people have been asking for dark mode for some time and got nothing.
Lol, as far as I know Spotify has linux client
The reason is that there it seems flash plugins does not exist for raspberry, and I don't know why html5 does not work as well... So I +1 the linux plugin, which I hope may be compatible with Raspberry Pi platform.
You can add Deezer and use it like a native player.
https://colinduquesnoy.github.io/MellowPlayer/
https://aur.archlinux.org/packages/deezer/
I'm switching to Spotify because there is no nice Linux app. for Deezer, and I also encourage my friends and family to use Spotify because of that.
Well, there is some indirect confirmation that they are aware of this idea and are working on a Linux desktop app in the last Ideas Review thread:
https://en.deezercommunity.com/news-16/your-ideas-review-2-9473
On our Road Map
Linux needs a native client for Deezer
We intend to make our new Desktop App available on Linux but we still need to work on a delivery plan and cannot give you a release date just yet. We'll keep you posted.
Concerning lossless streaming on Linux you might check if Tidal or Qobuz have a desktop app and/or web player supporting it. Spotify has a Linux desktop app, but does not offer FLAC streaming, their highest available audio quality is 320 kbps Ogg Vorbis while Deezer's new HTML5 web player supports 320 kbps MP3.
I'm a web developer, maybe one day I'll make a version of Deezer using Electron tech and consuming his API .
😀
https://aur.archlinux.org/packages/deezer/
works great and consumes a lot less RAM than MellowPlayer.
thank you 🙂
https://aur.archlinux.org/packages/deezer/
Wow, I was able to run it on Debian (just ran all the commands described in aur script) and it worked really nice. Now add the FLAC support for mobile phones and I will switch back to Deezer. Currently I'm using tidal, but they don't have linux native application (but since I'm listening most of the music on my phone with a DAC, I need the hifi on mobiles).
grab an electron (sudo npm install electron -g)
download windows installer, unpack with 7zip.
move app.asar from "$PLUGINSDIR\app-32.7z\resources" to some place and run it like
"/usr/bin/electron app.asar"
You can create a .desktop file or something. Works fine on kubuntu with all media keys supported.
Better than nothing.
Reply
Related topics
How can I delete my Deezer account?icon
Subscription and paymentsHow do I delete my Deezer account? (only for Deezer Free)icon
Subscription and paymentsCan I move my family account to my existing Deezer Free account?icon
Your account, favorites and playlistsMy Deezer account is being used by someone elseicon
Subscription and paymentscancelling an account with the free serviceicon
Your account, favorites and playlists
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OK