Skip to content

Instantly share code, notes, and snippets.

View millifoo's full-sized avatar

Milli millifoo

View GitHub Profile
@millifoo
millifoo / sync_playlists_to_users.py
Created April 23, 2018 01:58 — 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