Skip to content

Instantly share code, notes, and snippets.

@JonnyWong16
JonnyWong16 / share_unshare_libraries.py
Last active December 7, 2023 11:06
Automatically share and unshare libraries for Plex users
# Run this script using "share" or "unshare" as arguments:
# To share the Plex libraries:
# python share_unshare_libraries.py share
# To unshare the Plex libraries:
# python share_unshare_libraries.py unshare
import requests
import sys
from xml.dom import minidom