From 541d9806ba8e512b25e54a201540efeeee765305 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:39:34 +0500 Subject: [PATCH] Updated README.md to add in more detailed steps --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c35cd09..aaea147 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,13 @@ A Jellyfin plugin that scrobbles your anime watches to Anilist for easy automati ## Requirements -- [Anilist Plugin](https://github.com/jellyfin/jellyfin-plugin-anilist): This plugin relies entirely on the Anilist plugin obtaining the correct ID! If its wrong or not present, scrobbling with fail +- [Anilist Plugin](https://github.com/jellyfin/jellyfin-plugin-anilist): This plugin relies entirely on the Anilist plugin obtaining the correct ID (**Make sure the metadata of the show contains the correct ID from Anilist!**)! +- If its wrong or not present, scrobbling with fail ## Install -### Repository -1. Add the repository URL to Jellyfin: `https://raw.githubusercontent.com/ARufenach/AnilistSync/master/manifest.json` -2. Install AnilistSync from the plugin catalog ### Github Release 1. Download the `.zip` release from [here](https://github.com/ARufenach/AnilistSync/releases/latest) 2. Extract the contents into a folder in the `plugins` folder of your Jellyfin install directory +3. Install Anilist plugin and activate the metadata provider in the libraries (and ensure it is below your actual metadata provider/low in hierarchy or your metadata will get replaced) +4. Refresh metadata with **Search for missing metadata** to add in anilist ID or manually add it in using the metadata manager (because if this ID is missing this scrobbler will not work! +5. Setup Ani-Sync by authenticating and configure it to your liking!