Skip to content

Instantly share code, notes, and snippets.

@JonnyWong16
JonnyWong16 / sync_playlists_to_users.py
Last active January 3, 2025 04:38
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