Skip to content

Instantly share code, notes, and snippets.

View declan727's full-sized avatar

Declan declan727

  • Sector7 Security
  • 08:29 (UTC -04:00)
View GitHub Profile
@JonnyWong16
JonnyWong16 / update_all_metadata.py
Last active June 10, 2024 04:52
Updates all metadata in the Tautulli database after moving Plex libraries.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Description: Updates all metadata in the Tautulli database after moving Plex libraries.
# Author: /u/SwiftPanda16
# Requires: plexapi, requests
from plexapi.server import PlexServer
import requests