Skip to content

Instantly share code, notes, and snippets.

@spuniun
spuniun / sync_playlists_to_users.py
Created April 16, 2018 20:10 — 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