From 585e9778e7308f0332c19b5e23c1d585c22d78bf Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Tue, 25 Jun 2024 09:38:05 -0500 Subject: [PATCH] Words about mal (#2133) --- docs/config/myanimelist.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/config/myanimelist.md b/docs/config/myanimelist.md index 556a64bb..99761a80 100644 --- a/docs/config/myanimelist.md +++ b/docs/config/myanimelist.md @@ -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 `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) -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`. -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`. 6. Enter `https://github.com/Kometa-Team/Kometa` for `Homepage URL`. 7. Select `non-commercial` for `Commercial / Non-Commercial`. @@ -129,4 +133,4 @@ the container normally. {% include-markdown "./authentication.md" start="# Trakt and MyAnimeList Authentication" -%} \ No newline at end of file +%}