corrected git repos url

This commit is contained in:
2026-02-13 12:39:43 +01:00
parent c38c065643
commit 908f4b3bdb

View File

@@ -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
```