Adam Reeve
Adam Reeve
@williamgunn for this script to work we need read+write acccess to the files associated with a Mendeley document. The use case is keeping the files associated with Mendeley documents in...
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...
Ok cool, I'm not sure why you would have needed to remove the `path = os.path.abspath(path)` line, that converts a relative path to an absolute path and shouldn't have any...
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...
The order things need to be done is: 1. Synchronise library in Mendeley Desktop 2. Close Mendeley 3. Run the synchronisation script 4. Reopen Mendeley Hopefully this clears up your...
Hi, sorry I don't fully understand what's happening here. Do you mean that you have the "Rename document files" option enabled in Mendeley and the files are being incorrectly renamed?...
Hi The time it takes to read data will depend a lot on the TDMS file structure and the type of data being read, eg. timestamp data reading is more...
I've pushed a change to the `fromfile_perf` branch that uses `file.readinto` instead of `np.fromfile`. Are you able to test with that branch to see if it improves performance?
Hi @axel-kah, thanks for testing this. I also found some reasonable speed ups in my tests and don't see a reason not to make this change so will merge that...
Hi @drillabit, thanks for opening this issue. Yeah I don't think we'd want to make that exact change, as you say it would affect anyone wanting to access the property...