mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-05-15 08:02:15 +00:00
Based on the source file `jellyfin/jellyfin/MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.csJellyfin`, Jellyfin uses `omdbapi.com` as a metadata provider. [`omdbapi.com`](https://www.omdbapi.com/) calls themselves `The Open **Movie** Database`. This seems to be not affiliated with "Open **Media** Database", [omdb.org](https://www.omdb.org/). I found it incredibly difficult to figure out who is who. I found [this comment](https://github.com/omdbapi/OMDb-API/issues/89#issuecomment-412158872) from a guy who works for a company — JustWatch — which is in Berlin and whose product is embedded on `omdb.org` (which has roots in Germany too — I know, it's quite light, but it's all I've got). This comment says _OMDBAPI is an open wrapper around IMDB data_. But, on `omdbapi.com`, it is said _all content and images on the site are contributed and maintained by our users_, which seems to contradict the comment (and it doesn't seems to be open source). BUT, there seems to be no way on `omdbapi.com` to contribute, or create an account, or anything 🤯 I'm lost! If anyone has more information about all this, please share!
30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
---
|
|
uid: server-metadata-index
|
|
title: Metadata
|
|
---
|
|
|
|
# Metadata
|
|
|
|
Jellyfin can get metadata for your media through multiple sources. By default, Jellyfin ships with the following providers:
|
|
|
|
- The Movie Database (TMDb)
|
|
- The Open Movie Database API (OMDb API)[^1]
|
|
- [Local .nfo files](nfo)
|
|
|
|
[^1]: [OMDb API](https://www.omdbapi.com/) only provides English metadata.
|
|
|
|
There are more official providers available in our [Plugin Catalog](/docs/general/server/plugins#official-plugins), like TheTVDB, fanart.tv or AniDB. If you still can't find the provider you are looking for, you could even develop your own with our Plugin API.
|
|
|
|
:::caution Notice for Users in Mainland China 中国大陆地区用户请注意
|
|
|
|
Because of external factors, certain metadata providers may not be accessable in mainland China. <br />
|
|
由于外部因素,部分元数据提供者在中国大陆地区可能无法访问。
|
|
|
|
Below is a list of known inaccessable providers: <br />
|
|
下方为已知无法访问的提供者:
|
|
|
|
- The Movie Database (TMDb)
|
|
- TheTVDB
|
|
|
|
:::
|