ralesi
About
- Username
- ralesi
- Joined
- Roles
- Member
Comments
-
post is here : http://forum.xda-developers.com/showthread.php?p=11458358#post11458358
-
I was thinking about something... how difficult would it be to get gnoterobrowse on something like android? I am envisioning copying your whole zotero dir to sdcard and then accessing the information from sqlite. This will give you a listing of al…
-
I have been having a similar issue trying to start a new sync of Zotero (2beta5) on firefox 4b10 on windows. Left the sync run over night (10+ hours) and sqlite files are the same size as when I left. Other computers sync without problem. ID 1800…
-
Created GIST here https://gist.github.com/707250
-
good idea, I didn't think about this.
-
I figured, just thought I would record my findings to help out when someone does start to process it.
-
This just made my week. I am going to go ahead and use this full time. One thing, do you recommend a certain winword plugin to access the standalone zotero? Also, where is the best place to post bugs?
-
What would this take to get it running on Windows? I don't care so much about having it in the Taskbar, but there are a few quicklaunch applications, especially one that I think of that can use python code, that I might be interested in working wit…
-
I have started to get back into this script. I am analyzing the sqlite DB right now and will see if the upgrade is doable
-
As for running python, I am going to try py2exe and see if it works so that people will not need to install python to run the script.
-
neuro, Now that I took a look at the database, it doesn't seem to be a big issue to make the change to 1.5 I don't know with sync though. What I have done to stay off the sync protocol is put my entire zotero folder on Dropbox, which can then s…
-
I made a script in python to process the sqlite db and rename the physical pdf file as well as update the database. It is currently setup in the script to rename each PDF to AuthorLastName - (Year) - Title, but it can be changed upon suggestion. …
-
@ jodler -If you copy your base directory and database over to your mac, you should maintain the connecitons. -For your rename in mass requirement, I know we can find the name and rename it in zotero while preserving the links, actually, this gives…
-
Try the script, I am using it on 1.0.7, so I don't know if it will still work with 1.5. I could also try to post the code on the forum, but it probably won't work as python requires tab consistency.
-
PS. I have only tested this on Windows with FF3, however I do not believe the SQLite databases are different between operating systems