Update plex_dubletter.py
This commit is contained in:
@@ -3,9 +3,9 @@ from collections import defaultdict
|
|||||||
import csv
|
import csv
|
||||||
|
|
||||||
# ---- KONFIGURATION ----
|
# ---- KONFIGURATION ----
|
||||||
PLEX_URL = "http://IP_TIL_PLEX_SERVER:32400"
|
PLEX_URL = "https://plex.ckvist.dk"
|
||||||
PLEX_TOKEN = "DIN_PLEX_TOKEN"
|
PLEX_TOKEN = "VEwP2ocF8z-bh4dFZqAJ"
|
||||||
LIBRARY_NAME = "Movies" # ændr hvis din samling hedder noget andet
|
LIBRARY_NAME = "Film" # ændr hvis din samling hedder noget andet
|
||||||
|
|
||||||
# ---- FORBINDELSE ----
|
# ---- FORBINDELSE ----
|
||||||
plex = PlexServer(PLEX_URL, PLEX_TOKEN)
|
plex = PlexServer(PLEX_URL, PLEX_TOKEN)
|
||||||
|
|||||||
Reference in New Issue
Block a user