Skip to content

Instantly share code, notes, and snippets.

View DuaneR5280's full-sized avatar

Duane Rodarte DuaneR5280

View GitHub Profile
@DuaneR5280
DuaneR5280 / plex_cleanup.py
Created January 16, 2020 22:40 — forked from d8ahazard/plex_cleanup.py
A utility for cleaning Plex collections and identifying orphaned media.
import os
import pathlib
import sqlite3
target_path = ""
movie_list = []
tv_list = []
collection_list = []