I'm using Bookpedia to catalog website screen shots and it's working very well, but I recently batched about two thousand new screenshots and would like to import them into the program and let an intern tackle the surrounding data entry. I used the BibTex format to create a merge file that inputted the title and local file location.
Code: Select all
@book{,
abstract = {},
address = {},
author = {},
edition = {},
editor = {},
isbn = {},
lccn = {},
location = {},
month = {},
note = {},
price = {},
publisher = {},
series = {},
size= {},
title = {Cool Website},
year = {}
img = {file:///Volumes/INTERACTIVE/Homepage-Directory/Bookpedia/Covers/screenshots/cool_website.jpg}
}
Any help is appreciated...thanks!