Skip to content

Providers Setup

vosmiic edited this page Feb 12, 2022 · 10 revisions

Providers Setup

MyAnimeList

Create App

  1. Create an app by going to into your API settins in MyAnimeList
  2. Enter an appropriate name. The app type should be web. Make sure you enter a full description, as MyAnimeList staff can check the app to make sure the API is being used correctly. Set non-commerical and hobbyist, unless you are using the plugin differently.
  3. The App Redirect URL should be in the following format: <endpoint>/AniSync/authCallback (e.g. https://myjellyfinserver.com/AniSync/authCallback). Your endpoint can be found by following the instructions while setting up your API endpoint.
  4. Make sure that all of the information is correct. MyAnimeList staff may remove your app if you are found to not be complying by the TOS.

Retrieving the client ID and secret

Access the newly created app, and copy the Client ID and Client Secret.

Clone this wiki locally