Update plex_dubletter.py

This commit is contained in:
2025-11-29 21:00:42 +00:00
parent 9528f7480b
commit f4e7ccee9f

View File

@@ -3,9 +3,9 @@ from collections import defaultdict
import csv
# ---- KONFIGURATION ----
PLEX_URL = "http://IP_TIL_PLEX_SERVER:32400"
PLEX_TOKEN = "DIN_PLEX_TOKEN"
LIBRARY_NAME = "Movies" # ændr hvis din samling hedder noget andet
PLEX_URL = "https://plex.ckvist.dk"
PLEX_TOKEN = "VEwP2ocF8z-bh4dFZqAJ"
LIBRARY_NAME = "Film" # ændr hvis din samling hedder noget andet
# ---- FORBINDELSE ----
plex = PlexServer(PLEX_URL, PLEX_TOKEN)