Replies: 4 comments 1 reply
-
|
Go to C:\Users<USERNAME>\AppData\Roaming\Zotify and open config.JSON in a text editor. Change the following parameters with your required download location: "ROOT_PATH": "\\your\download\location\here", |
Beta Was this translation helpful? Give feedback.
-
|
When defining paths in JSON files like config.JSON, it's essential to use double backslashes (\) to separate directories, and you should enclose the entire path in double quotes if it includes spaces. Here's how you can correctly format the path in the JSON file: "ROOT_PATH": "C:\Users\salty\salty Dropbox\salty\PC". Make sure to check the path carefully to ensure it points to a valid directory on the system. If the directory doesn’t exist, you’ll need to create it or specify a different path that already exists. |
Beta Was this translation helpful? Give feedback.
-
|
So its like this: "ROOT_PATH": "D:\downloads\zotify", |
Beta Was this translation helpful? Give feedback.
-
|
Bumping this to leave my solution for anyone with the same problem. I had this same issue, and I eventually figured it out. It worked when I formatted the paths as such: So use forward slashes and specify the drive. Hope this helps someone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I download my music, by default, it is downloaded into the music folder. However, I want it to be downloaded into another hard drive. How can I change the download location?
Beta Was this translation helpful? Give feedback.
All reactions