Skip to content

Instantly share code, notes, and snippets.

View ThomasRules2000's full-sized avatar

Thomas Stacey ThomasRules2000

View GitHub Profile
@ThomasRules2000
ThomasRules2000 / sync_playlists_to_users.py
Last active July 4, 2022 08:49 — forked from JonnyWong16/sync_playlists_to_users.py
Sync Plex playlists to shared users.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Description: Sync Plex playlists to shared users.
# Author: /u/SwiftPanda16
# Requires: plexapi, requests, xmltodict
import requests
import xmltodict