Update plex_dubletter.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user