UCSCLibrary / BulkMetadataEditor

Plugin for Omeka Classic - Bulk metadata search and edit
13 stars 6 forks source link
bulk classic editing metadata omeka plugin

Bulk Metadata Editor (plugin for Omeka)

Bulk Metadata Editor is an Omeka plugin intended to expedite the process of editing metadata in Omeka collections of digital objects by providing tools for administrators to edit many Items at once based on prespecified rules.

If you use this plugin, please take a moment to submit feedback about your experience, so we can keep making Omeka better: User Survey.

The editing options available are:

Installation

Uncompress files and rename plugin folder "BulkMetadataEditor".

Then install it like any other Omeka plugin.

You may have to set the php cli path in application/config/config.ini, according to your server if it is not automatically detected:

background.php.path = "/usr/bin/php-cli"

In order to get messages about the process, you may have to set the logger:

log.errors = true
log.priority = Zend_Log::INFO

The log file is application/logs/errors.log, that must be writeable.

Notes

Warning

Use it at your own risk.

It's always recommended to backup your files and your databases and to check your archives regularly so you can roll back if needed.

Troubleshooting

See online issues on the plugin issues page on GitHub.

License

This plugin is published under GNU/GPL v3.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Copyright