Skip to content

Commit ac8ee76

Browse files
Updated README
1 parent 4cf7e26 commit ac8ee76

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Obsidian Media DB Plugin
22

3-
A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
3+
A plugin that can query multiple APIs for movies, series, anime, manga, games, music and wiki articles, and import them into your vault.
44

55
### Features
66

@@ -112,7 +112,7 @@ Now you select the result you want and the plugin will cast it's magic and creat
112112
113113
| Name | Description | Supported formats | Authentification | Rate limiting | SFW filter support |
114114
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------ | ---------------------------------------------------------------------------- | ------------------------------ | ------------------ |
115-
| [Jikan](https://jikan.moe/) | Jikan is an API that uses [My Anime List](https://myanimelist.net) and offers metadata for anime. | series, movies, specials, OVAs | No | 60 per minute and 3 per second | Yes |
115+
| [Jikan](https://jikan.moe/) | Jikan is an API that uses [My Anime List](https://myanimelist.net) and offers metadata for anime. | series, movies, specials, OVAs, manga, manwha, novels | No | 60 per minute and 3 per second | Yes |
116116
| [OMDb](https://www.omdbapi.com/) | OMDb is an API that offers metadata for movie, series and games. | series, movies, games | Yes, you can get a free key here [here](https://www.omdbapi.com/apikey.aspx) | 1000 per day | No |
117117
| [MusicBrainz](https://musicbrainz.org/) | MusicBrainz is an API that offers information about music releases. | music releases | No | 50 per second | No |
118118
| [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) | The Wikipedia API allows access to all Wikipedia articles. | wiki articles | No | None | No |
@@ -131,6 +131,10 @@ Now you select the result you want and the plugin will cast it's magic and creat
131131
- the ID you need is the ID of the anime on [My Anime List](https://myanimelist.net)
132132
- you can find this ID in the URL
133133
- e.g. for "Beyond the Boundary" the URL looks like this `https://myanimelist.net/anime/18153/Kyoukai_no_Kanata` so the ID is `18153`
134+
- [Jikan Manga](https://jikan.moe/)
135+
- the ID you need is the ID of the manga on [My Anime List](https://myanimelist.net)
136+
- you can find this ID in the URL
137+
- e.g. for "All You Need Is Kill" the URL looks like this `https://myanimelist.net/manga/62887/All_You_Need_Is_Kill` so the ID is `62887`
134138
- [OMDb](https://www.omdbapi.com/)
135139
- the ID you need is the ID of the movie or show on [IMDb](https://www.imdb.com)
136140
- you can find this ID in the URL

0 commit comments

Comments
 (0)