advanced attachment renaming: ZotFile alternative
I wrote a simple hack "ZotFile Alternative" which extends the original Zotero Firefox plugin functionality on renaming attachments by adding the following additional wildcards (I used the same naming conventions as well-known plugin ZotFile which does essentially the same job):
%a - last names of authors (not editors etc) or inventors (up to 5).
%A - first letter of author (useful for subfolders)
%y - year (extracted from Date field)
%t - title. The maximal length of the remaining part of the title is 100 characters.
%T - item type (localized)
%j - name of the journal
%p - name of the publisher
%w - name of the journal or publisher
%s - journal abbreviation
%v - journal volume
%e - journal issue
%f - pages or the first page
The main differences from ZotFile:
1) ZotFile alternative itself is not plugin but hack (modification of the core Zotero Firefox plugin code) which alters the functionality of standard menu item "Rename File from Parent Metadata".
2) ZotFile alternative includes additional wildcard for specifying article pages.
3) ZotFile bug of omitting the characters in formatting string which participate in wildcards is fixed.
I wrote ZotFile alternative just for the personal use mainly because ZotFile does not allow to specify pages in the filenames. Though, I would be happy if anyone else will find it useful. You can download ZotFile alternative here:
http://depositfiles.com/files/ijpotsa4y
Zip archive includes readme file with instructions and simple installer for Windows users.
WARNING: Everything was tested only on Windows XP/32. Try at your own risk. )))
%a - last names of authors (not editors etc) or inventors (up to 5).
%A - first letter of author (useful for subfolders)
%y - year (extracted from Date field)
%t - title. The maximal length of the remaining part of the title is 100 characters.
%T - item type (localized)
%j - name of the journal
%p - name of the publisher
%w - name of the journal or publisher
%s - journal abbreviation
%v - journal volume
%e - journal issue
%f - pages or the first page
The main differences from ZotFile:
1) ZotFile alternative itself is not plugin but hack (modification of the core Zotero Firefox plugin code) which alters the functionality of standard menu item "Rename File from Parent Metadata".
2) ZotFile alternative includes additional wildcard for specifying article pages.
3) ZotFile bug of omitting the characters in formatting string which participate in wildcards is fixed.
I wrote ZotFile alternative just for the personal use mainly because ZotFile does not allow to specify pages in the filenames. Though, I would be happy if anyone else will find it useful. You can download ZotFile alternative here:
http://depositfiles.com/files/ijpotsa4y
Zip archive includes readme file with instructions and simple installer for Windows users.
WARNING: Everything was tested only on Windows XP/32. Try at your own risk. )))
1. Add a "ZotFile" submenu in the menu that pops up when an item in the Zotero item pane is right-clicked. This submenu should contain the "Attach New File" and "Manage Attachments" buttons/links (and possible forthcoming new ones...). Look at how "Zutilo" does this.
2. In the "Renaming Rules" of the "Zotfile Preferences" only "Patents" has its own format. I would very much like to have specific formats for "Journal Article", "Conference Paper", "Book" and "Book Section". By the way, there is a typo in the current heading "Format for all item types...": The word "expect" should be replaced by "except".
3. In order to implement what I describe in 2. above, one would need a new wildcard for editor(s): "%E", say.
Thanks once again for "ZotFile"!
PS. When can we expect v. 2.3 to become available?
You can download and test the beta here (should be fairly stable). I think it will be released quickly.