You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ Now you select the result you want and the plugin will cast it's magic and creat
107
107
- games
108
108
- music releases
109
109
- wiki articles
110
+
- books
110
111
111
112
### Currently supported APIs:
112
113
@@ -117,6 +118,8 @@ Now you select the result you want and the plugin will cast it's magic and creat
117
118
| [MusicBrainz](https://musicbrainz.org/) | MusicBrainz is an API that offers information about music releases. | music releases | No | 50 per second | No |
118
119
| [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) | The Wikipedia API allows access to all Wikipedia articles. | wiki articles | No | None | No |
119
120
| [Steam](https://store.steampowered.com/) | The Steam API offers information on all steam games. | games | No | 10000 per day | No |
121
+
| [Open Library](https://openlibrary.org) | The OpenLibrary API offers metadata for books | books | No | Cover access is rate-limited when not using CoverID or OLID by max 100 requests/IP every 5 minutes. This plugin uses OLID so there shouldn't be a rate limit. | No |
122
+
120
123
121
124
#### Notes
122
125
@@ -142,6 +145,11 @@ Now you select the result you want and the plugin will cast it's magic and creat
142
145
- [Steam](https://store.steampowered.com/)
143
146
- you can find this ID in the URL
144
147
- e.g. for "Factorio" the URL looks like this `https://store.steampowered.com/app/427520/Factorio/` so the ID is `427520`
148
+
- [Open Library](https://openlibrary.org)
149
+
- The ID you need is the "work" ID and not the "book" ID, it needs to start with `/works/`. You can find this ID in the URL
150
+
- e.g. for "Fantastic Mr. Fox" the URL looks like this `https://openlibrary.org/works/OL45804W` so the ID is `/works/OL45804W`
151
+
- This URL is located near the top of the page above the title, see `An edition of Fantastic Mr Fox (1970) `
152
+
145
153
146
154
### Problems, unexpected behavior or improvement suggestions?
0 commit comments