Skip to content

Instantly share code, notes, and snippets.

@blacktwin
blacktwin / sync_playlists_to_users.py
Created November 15, 2017 12:05 — 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