|
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 or wiki articles by its name across multiple APIs. |
10 | 10 |
|
11 | 11 | #### Search by ID
|
12 | 12 |
|
@@ -164,9 +164,9 @@ Now you select the result you want and the plugin will cast it's magic and creat
|
164 | 164 | - [Open Library](https://openlibrary.org)
|
165 | 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 | 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) ` |
| 167 | + - This URL is located near the top of the page above the title, see `An edition of Fantastic Mr Fox (1970) ` |
168 | 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` |
| 169 | + - This URL is located in the editions section` |
170 | 170 | - [Moby Games](https://www.mobygames.com)
|
171 | 171 | - you can find this ID in the URL
|
172 | 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