Copy link to clipboard
Copied
I want to change the standart directory "C:\Users\...\Documents\My Digital Editions" for the library to a custom one. Is it possible?
Moving this discussion to the Adobe Digital Editions forum.
Jan it is not possible to customize the location of the My Digital Editions folder within Adobe Digital Editions.
Copy link to clipboard
Copied
Moving this discussion to the Adobe Digital Editions forum.
Jan it is not possible to customize the location of the My Digital Editions folder within Adobe Digital Editions.
Copy link to clipboard
Copied
As Jeff says, ADE is too unhelpful to allow this.
If you are a little technical, you can do it using symbolic directory links.
Copy link to clipboard
Copied
This is a great solution, thanks so much! For Mac users, here's the equivalent:
ln -s /Users/[username]/Library/Mobile\ Documents/com\~apple\~CloudDocs/[whatever_location]/Digital\ Editions /Users/[username]/Documents
Note that it works perfectly on Mac OS Monterey, but only partly for Mojave. On my Mac running Mojave, it didn't manage to find the library, and only a couple of books appeared and worked properly (those purchased directly via Adobe account).
To work well across both Mac OS versions, what worked for me was keeping everything local on the Mojave-running Mac, except for the Annotations folder. I then created a symbolic link for that folder only:
ln -s /Users/[username]/Library/Mobile\ Documents/com\~apple\~CloudDocs/[whatever_location]/Digital\ Editions/Annotations /Users/[username]/Documents/Digital\ Editions
That seems to be working fine.
Note that you can drag folders from Finder into the Terminal window, to save having to type all that.
Really disappointing that Adobe doesn't bother to include such basic functionality, provides no support for ADE, and yet continues to hold a monopoly.
Copy link to clipboard
Copied
PS I got carried away describing the fix I was looking for, and forgot the OP's actual question.
If you only want to change the folder's location, it's even easier:
ln -s [new_location]/Digital\ Editions /Users/[username]/Documents
Note that the new location has to be the full file path. The easiest way to enter the folders' paths is to type ln -s (but don't hit enter), then drag the new file folder from Finder into the Terminal window, then drag the Documents folder the same way. The new folder, wherever it is, should still be called Digital Editions, though, so ADE thinks it's looking in the expected place.
Copy link to clipboard
Copied
Does this still work? I might be doing something wrong, but just tried these steps and the folder is being recreated in the original location.
Copy link to clipboard
Copied
Forgot to say: I am trying the Windows version.