1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

OPDS catalog: add Google Books API key (optional, increases rate limit when used)

This commit is contained in:
frankdelange 2015-02-13 00:33:24 +01:00
parent 0f7a2b145a
commit e135c7ba14
5 changed files with 17 additions and 4 deletions

View file

@ -36,6 +36,10 @@ function checkBox($format) {
<td><label for="opds-isbndb-key"><?php p($l->t('ISBNdb key:')) ?></label></td>
<td><input type="text" id="opds-isbndb-key" title="<?php p($l->t("Enter ISBNdb key to use for metadata lookup. Leave blank to disable ISBNdb lookup.")); ?>" value="<?php p($_['isbndbKey']) ?>" /></td>
</tr>
<tr>
<td><label for="opds-google-key"><?php p($l->t('Google Books API key:')) ?></label></td>
<td><input type="text" id="opds-google-key" title="<?php p($l->t("Enter Google Books API key to use for metadata lookup. Even though metadata lookup will work without an API key, the rate limit is higher when a key is used.")); ?>" value="<?php p($_['googleKey']) ?>" /></td>
</tr>
</table>
<br>
<p><?php p($l->t('Enable preview for:')); ?></p>