Skip to content

Instantly share code, notes, and snippets.

@tarnecki
tarnecki / sync_playlists_to_users.py
Created May 12, 2017 18:23 — 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