Code Monkey home page Code Monkey logo

Comments (3)

Meincrakker avatar Meincrakker commented on June 3, 2024

Hi @fr-timothe, I guess you needed it last month but I guess I can still help you out :D

So the problem is, that Deezer doesn't have a way to select the download location of your music. Since this project compiles the Deezer-App written for windows we also can't change that. (If you wanted to add an extra directory you could easily do this with an application called Flatseal - it's really great)

Anyways, I think the Flatpak Deezer-App only stores its files in the container that Flatpak installed it in, so you could use this solution, in which you specify where deezer is installed.

The easier way, that may not work because I can't test it on Arch:
All deezer versions (except the Flatpak-Version) download everything to ~/.config/deezer-desktop
If you get the Deezer-App through the AUR it should also download the files there.

  1. Close Deezer
  2. You can move this file with mv ~/.config/deezer-desktop/ "/Path/to/SD/Card",
  3. then you create a symbolic link using ln -s "/Path/to/SD/Card" ~/.config/deezer-desktop.
  4. Launch Deezer again

from deezer-linux.

fr-timothe avatar fr-timothe commented on June 3, 2024

Hello @Meincrakker. Unfortunately I needed it for last month but it can be very useful. I will test it and will tell you if it's working. Thank you very much!

from deezer-linux.

DanielRios549 avatar DanielRios549 commented on June 3, 2024

I solved this problem by symlinking ~/.config/deezer-desktop/IndexedDB, pointing to ~/Music/Deezer in my case. As you probably already have this folder, you can copy the IndexedDB folder to wherever you want to keep it, and after that create the symlink.

from deezer-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.