-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request -- script to launch Mendeley #9
Comments
Hi, that sounds like a good approach and would be a lot less annoying than having to use the synchronisation script. Are you planning on synchronising the database file with Dropbox too and then copying it to where Mendeley expects it to be? I think you could use |
I forked your version, and have created something the 'delicately' works, but it is far from robust. Have a look, I've used now your classes from the |
What I have set up now is that my Organizer Library is stored on Dropbox, both systems see it. My config directory for Mendeley is also stored in the cloud (Copy actually) and I've created symlinks on both the linux system and on the windows side (I forget what symlinks are called in window, but the point is that In Windows I don't modify anything, but on linux when I start up, I modify the database and switch the monitor.sql database, then when the program closes, I revert everything. Note that in Linux, I've actually replaced /usr/bin/mendeleydesktop to point to my python script and have a binary called mendeleydesktop.bin that the python script calls. I wouldn't call it elegant or robust, but it seems to be working! ;) |
Ok cool, I'm not sure why you would have needed to remove the |
Hey Adam, Let me know! (Btw: I ported your script to python3 in the meantime - was not much to do :-)) |
Hi, no I don't use this script myself any more, and I don't use Mendeley or any other reference management software because I'm not working in academia. I'm not aware of anything better, and it's a bit disappointing to see this is still an issue in Mendeley. I'll keep accepting bug fixes here if people are still finding this script useful but won't be planning on making any changes to the script myself. |
Ok, thanks Adam for letting me know. I'll continue to use Mendeley in combination with your script. I'm convinced that it's still the best way to go for now. Cheers |
Not really an issue, but rather working on a different approach. Maybe you could help make this more robust / generic.
I'm trying to create a python script that opens the database before and after launching mendeley and modifies it to fit whichever system your are running. I have it working now that it will change the Organiser/OrganiserLocation, but now I need to deal with the Files table and the localUrl problems... and it would certainly make sense to use what you've created.
Here's what I have so far:
The text was updated successfully, but these errors were encountered: