From 56e2239c5a7d8f005dcb4dfb0e7c48f3ae7557a7 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Tue, 19 May 2020 18:10:18 -0400 Subject: [PATCH] update to Description --- utility/media_manager.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utility/media_manager.py b/utility/media_manager.py index 14c22be..4336b55 100644 --- a/utility/media_manager.py +++ b/utility/media_manager.py @@ -5,6 +5,8 @@ Description: Manage Plex media. Show, delete, archive, optimize, or move media based on whether it was watched, unwatched, transcoded often, or file size is greater than X + + *Tautulli data to command Plex Author: Blacktwin Requires: requests, plexapi, argparse @@ -93,6 +95,7 @@ class Library(object): d = data or {} self.title = d['section_name'] self.key = d['section_id'] + self.type = d['section_type'] class Metadata(object):