Words about mal (#2133)

This commit is contained in:
Chaz Larson 2024-06-25 09:38:05 -05:00 committed by GitHub
parent 852ff0cb97
commit 585e9778e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,10 +30,14 @@ All other attributes will be filled in by Kometa.
To connect to MyAnimeList.net you must create a MyAnimeList application and supply Kometa the `client id` and To connect to MyAnimeList.net you must create a MyAnimeList application and supply Kometa the `client id` and
`client secret` provided, please do the following: `client secret` provided, please do the following:
???+ tip
MyAnimeList may have specific requirements for any value shown below, which may change over time, so refer to the form at MyAnimeList in the event that any of these example values do not work.
1. [Click here to create a MyAnimeList API application.](https://myanimelist.net/apiconfig/create) 1. [Click here to create a MyAnimeList API application.](https://myanimelist.net/apiconfig/create)
2. Enter an `App Name` for the application. Ex. `Kometa` 2. Enter an `App Name` for the application; for example, `Kometa`. This name is arbitrary and can be whatever you wish as long as it meets MyAnimeList requirements.
3. Select `web` for `App Type`. 3. Select `web` for `App Type`.
4. Enter an `App Description` for the application Ex. `Kometa manages metadata and collections` 4. Enter an `App Description` for the application; for example, `Kometa manages metadata and collections on Plex servers`. This description is arbitrary and can be whatever you wish as long as it meets MyAnimeList requirements.
5. Enter `http://localhost/` for `App Redirect URL`. 5. Enter `http://localhost/` for `App Redirect URL`.
6. Enter `https://github.com/Kometa-Team/Kometa` for `Homepage URL`. 6. Enter `https://github.com/Kometa-Team/Kometa` for `Homepage URL`.
7. Select `non-commercial` for `Commercial / Non-Commercial`. 7. Select `non-commercial` for `Commercial / Non-Commercial`.
@ -129,4 +133,4 @@ the container normally.
{% {%
include-markdown "./authentication.md" include-markdown "./authentication.md"
start="# Trakt and MyAnimeList Authentication" start="# Trakt and MyAnimeList Authentication"
%} %}