From 908f4b3bdb737c971443a63630a4d46f30e3e963 Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 13 Feb 2026 12:39:43 +0100 Subject: [PATCH] corrected git repos url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cc82e4..1ceee96 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ This script automates the process of adding tags to Jellyfin music artists and t ```bash # Clone the repository (if available) -git clone https://github.com/your-repo/jellyfin-autotag.git -cd jellyfin-autotag +git clone https://figureslibres.io/gitea/bachir/jellyfin-tagging +cd jellyfin-tagging # Or download just the script -wget https://raw.githubusercontent.com/your-repo/jellyfin-autotag/main/tag_artist.py +wget https://figureslibres.io/gitea/bachir/jellyfin-tagging/raw/branch/master/tag_artist.py chmod +x tag_artist.py ```