Skip to content

Instantly share code, notes, and snippets.

View Botono's full-sized avatar

Aaron Murray Botono

View GitHub Profile
@JonnyWong16
JonnyWong16 / sync_playlists_to_users.py
Last active June 27, 2024 08:43
Sync Plex playlists to shared users.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Description: Sync Plex playlists to shared users.
# Author: /u/SwiftPanda16
# Requires: plexapi
from plexapi.exceptions import NotFound
from plexapi.server import PlexServer
//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Created: 2010/12/05
// Updated: 2018/09/12
// License: MIT
//
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it)
//