|
1 | 1 | ## Obsidian Media DB Plugin
|
2 | 2 |
|
3 |
| -A plugin that can query multiple APIs for movies, series, anime, manga, books, games, music and wiki articles, and import them into your vault. |
| 3 | +A plugin that can query multiple APIs for movies, series, anime, manga, books, comics, games, music and wiki articles, and import them into your vault. |
4 | 4 |
|
5 | 5 | ### Features
|
6 | 6 |
|
7 | 7 | #### Search by Title
|
8 | 8 |
|
9 |
| -Search a movie, series, anime, game, music release or wiki article by its name across multiple APIs. |
| 9 | +Search a movie, series, anime, manga, book, comic, game, music release or wiki articles by its name across multiple APIs. |
10 | 10 |
|
11 | 11 | #### Search by ID
|
12 | 12 |
|
@@ -162,9 +162,11 @@ Now you select the result you want and the plugin will cast it's magic and creat
|
162 | 162 | - you can find this ID in the URL
|
163 | 163 | - e.g. for "Factorio" the URL looks like this `https://store.steampowered.com/app/427520/Factorio/` so the ID is `427520`
|
164 | 164 | - [Open Library](https://openlibrary.org)
|
165 |
| - - 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 |
166 |
| - - e.g. for "Fantastic Mr. Fox" the URL looks like this `https://openlibrary.org/works/OL45804W` so the ID is `/works/OL45804W` |
167 |
| - - This URL is located near the top of the page above the title, see `An edition of Fantastic Mr Fox (1970) ` |
| 165 | + - The ID can either be the "/work/" ID, the "/book/" ID, or the "/isbn/" ID it needs to start with `/works/`. You can find this ID in the URL |
| 166 | + - e.g. for "Fantastic Mr. Fox" the "/works/" URL looks like this `https://openlibrary.org/works/OL45804W` so the ID is `/works/OL45804W` |
| 167 | + - This URL is located near the top of the page above the title, see `An edition of Fantastic Mr Fox (1970) ` |
| 168 | + - For a specific edition of "Fantastic Mr. Fox" the "/books/" URL looks like this `https://openlibrary.org/books/OL3567303M/` so the ID is `/books/OL3567303M` |
| 169 | + - This URL is located in the editions section` |
168 | 170 | - [Moby Games](https://www.mobygames.com)
|
169 | 171 | - you can find this ID in the URL
|
170 | 172 | - e.g. for "Bioshock 2" the URL looks like this `https://www.mobygames.com/game/45089/bioshock-2/` so the ID is `45089`
|
|
0 commit comments