Answered

How to change the default download location?


Userlevel 2

How can I change the default download location to my storage HDD instead of my 100GB SSD C: drive?

I can’t download anything because it clogs up my SSD which slows it down and increases the wear and tear on the drive.

Spotify allows you to change the download location while still keeping the files encrypted, I expected Deezer would allow this as well when I bought it, but I can’t find the setting anywhere.

I mainly use Deezer HiFi on my desktop after switching from Spotify, and I was very impressed with the amount of features Deezer has over spotify. I don’t want to switch back but not allowing the download folder to be changed is IMO, an essential feature.

OS: Windows 10 Enterprise LTSC 2019(Installed Deezer app through powershell)

Storage:

      C: crucial MX500 120GB

      D: seagate barracuda 3TB

icon

Best answer by Ecoxis 1 February 2021, 22:54

View original

17 replies

How can I change the default download location to my storage HDD instead of my 100GB SSD C: drive?

I can’t download anything because it clogs up my SSD which slows it down and increases the wear and tear on the drive.

Spotify allows you to change the download location while still keeping the files encrypted, I expected Deezer would allow this as well when I bought it, but I can’t find the setting anywhere.

I mainly use Deezer HiFi on my desktop after switching from Spotify, and I was very impressed with the amount of features Deezer has over spotify. I don’t want to switch back but not allowing the download folder to be changed is IMO, an essential feature.

OS: Windows 10 Enterprise LTSC 2019(Installed Deezer app through powershell)

Storage:

      C: crucial MX500 120GB

      D: seagate barracuda 3TB

S

Userlevel 2

Since support has yet to respond, I’ve posted another topic in the feature requests section.

Userlevel 7
Badge +7

Hi there @Robert.DeJong @Bongkog Bongkog 

Thank you for your query and for your patience. I've asked our devs for a safe way to do this. It isn't an option for the app, but you can check our ideas forum for the respective feature request :wink:

Userlevel 1

I found a quick fix… you can open apps & caracteristics on windows config panel, and just search deezer app, clic on move.. and choose the drive where you want to download all data, and when you open the app it shows the space of the drive that you selected before.. Cheers!

Userlevel 7
Badge +7

That's an excellent workaround for Windows users @Ecoxis what a brilliant share! Thank you :relaxed:

Hopefully you'll get a few more likes and some points for the leaderboard in our homepage :wink:

@Ecoxis Where is the Deezer .exe located? I’ve been looking under Appdata and haven’t been able to find it. Thanks for this solution though, its a great help!

I found a quick fix… you can open apps & caracteristics on windows config panel, and just search deezer app, clic on move.. and choose the drive where you want to download all data, and when you open the app it shows the space of the drive that you selected before.. Cheers!


Hi!

Could you please describe how to do that in more detail? I' m not exactly sure what you mean by ‘Windows config panel'. When opening Settings/Apps and Features (where all the programs are listed) and go to deezer, I don't get any option that says 'move'. I guess I'm in the wrong place to start with.

Userlevel 7
Badge +7

@Ecoxis, our friend @Franz Härtl needs your help :smile:

Perhaps we can also confirm the Windows version!

 

@Rudi Sorry, somehow I missed your reply. My OS is Win 10 pro, 64 bit, v21H1 (build 19043.1237). 

@WhoCares Thank you for the screenshot! It clarifies a lot. So I have actually been in the right place, but for some reason the button I find in that spot (which in German says "Edit" not "move", not sure if it's a bad translation or a different function) is greyed out.

@Franz Härtl 

Have you found a way?

I’ve tried messing with my registry on Win7, but Deezer ignores the install settings, instead wriggles itself back onto C:\Users\*\AppData\Local\Programs\deezer-desktop.

I have hundreds of progs, and deezer is the ONLY one installing into this obscure location (and the only one I can remember NOT ASKING :rage: )

 

It’s very hard for me to believe that a company wanting money for their service delivers such a product. Support hasn’t helped yet.

 

Ideas, anyone?

Userlevel 2

RANT:

Well it’s been a whole year, after being turned off of Deezer by the stunning lack of basic features I decided to go back to Spotify, now I’ve decided to go back to Deezer because I’ll use whoever is more competitive.

I originally asked this question to put some pressure on the Deezer developers to implement a basic feature that IMO should be illegal not to have; basic control over where things are located on your computer that you bought with your money, built with your time & skills, and maintain without any assistance from the companies that lazily install software wherever they please like they own the place.

The accepted solution is only possible on very recent versions of Windows. Personally I use Windows 10 Enterprise LTSC which uses build 1809 and does not have that option available in Programs & Features, not to mention Windows 7 like @oeaeuess which doesn’t even have that menu at all.
Side-note: Shouldn’t the person who posted the question be responsible for selecting an answer?
 

SOLUTION:

This solution will work on any version of Windows since Vista, and works by creating a symbolic link (symlink) to trick the Deezer executable into thinking it’s located in your appdata while actually being located somewhere else:

  1. Press Ctrl + Shift + Esc to open the task manager.
    Find Deezer & press “End Task” to make sure nothing is running in the background.
  2. Pick a new location for Deezer. In my case I’ll be using the Windows Music library directory that I moved to another drive, located at “W:\Music\Deezer”.
    Create the directory & copy everything from here:
    C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop
    to the new location.
  3. Once you’re done, delete the original “deezer-desktop” directory from your AppData.
  4. Open an Administrator command prompt by searching for “cmd.exe” in the start menu, R+Clicking on it and selecting “Run as Administrator”.
  5. Run this command to make a symlink to the new deezer location:
    mklink /D “C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop” “W:\Music\Deezer”
    Obviously, replace “<YOUR_USERNAME_HERE>” with your username, and “W:\Music\Deezer with wherever you want deezer to be located.
  6. Launch deezer normally.

 

Userlevel 6
Badge +3

Hi @Robert.DeJong 

Thanks for sharing this with us :raised_hands:

Userlevel 2

UPDATE:

The steps above will relocate the Deezer binary, but does not change the song download directory:

C:\Users\<USERNAME>\AppData\Roaming\deezer-desktop\…

You can repeat the process for this directory as well to change the download directory.

 

tl;dr:

  1. Move this directory to wherever you want to put downloaded songs (if you copy it, delete the original):
    C:\Users\<USERNAME>\AppData\Roaming\deezer-desktop
     
  2. Execute one of the following commands depending on which shell you use:
    cmd:    mklink /D “C:\Users\<USERNAME>\AppData\Roaming\deezer-desktop” “<NEW_LOCATION>”
    PowerShell/pwsh:    New-Item -ItemType SymbolicLink -Path ~\AppData\Roaming\deezer-desktop -Target “<NEW_LOCATION>”

 

Userlevel 7
Badge +10

Cheers @Robert.DeJong 

I found a quick fix… you can open apps & caracteristics on windows config panel, and just search deezer app, clic on move.. and choose the drive where you want to download all data, and when you open the app it shows the space of the drive that you selected before.. Cheers!

This does only work if you have the Windows store version. The standalone is only installable to the C: drive, so the other solution of moving it with CMD or registry would be the options remaining. 

RANT:

Well it’s been a whole year, after being turned off of Deezer by the stunning lack of basic features I decided to go back to Spotify, now I’ve decided to go back to Deezer because I’ll use whoever is more competitive.

I originally asked this question to put some pressure on the Deezer developers to implement a basic feature that IMO should be illegal not to have; basic control over where things are located on your computer that you bought with your money, built with your time & skills, and maintain without any assistance from the companies that lazily install software wherever they please like they own the place.

The accepted solution is only possible on very recent versions of Windows. Personally I use Windows 10 Enterprise LTSC which uses build 1809 and does not have that option available in Programs & Features, not to mention Windows 7 like @oeaeuess which doesn’t even have that menu at all.
Side-note: Shouldn’t the person who posted the question be responsible for selecting an answer?
 

SOLUTION:

This solution will work on any version of Windows since Vista, and works by creating a symbolic link (symlink) to trick the Deezer executable into thinking it’s located in your appdata while actually being located somewhere else:

  1. Press Ctrl + Shift + Esc to open the task manager.
    Find Deezer & press “End Task” to make sure nothing is running in the background.
  2. Pick a new location for Deezer. In my case I’ll be using the Windows Music library directory that I moved to another drive, located at “W:\Music\Deezer”.
    Create the directory & copy everything from here:
    C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop
    to the new location.
  3. Once you’re done, delete the original “deezer-desktop” directory from your AppData.
  4. Open an Administrator command prompt by searching for “cmd.exe” in the start menu, R+Clicking on it and selecting “Run as Administrator”.
  5. Run this command to make a symlink to the new deezer location:
    mklink /D “C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop” “W:\Music\Deezer”
    Obviously, replace “<YOUR_USERNAME_HERE>” with your username, and “W:\Music\Deezer with wherever you want deezer to be located.
  6. Launch deezer normally.

 

This is absolutely ridiculous. I will be resorting to spotify if that is not changed. Less knowledgeable people will be at a total loss on what to do if they also use small ssd’s. also yes something we’re all spending money on should NOT be so lack luster. No wonder it doesn’t come up when you look up where  to stream lossless files!

Reply