diff --git a/plexAutoCollectionUpdater.py b/backup.py similarity index 100% rename from plexAutoCollectionUpdater.py rename to backup.py diff --git a/models/movie.py b/models/movie.py new file mode 100644 index 0000000..6f4b9b9 --- /dev/null +++ b/models/movie.py @@ -0,0 +1,8 @@ +class UpdatedMovie: + PlexTitle = "" + TMDbTitle = "" + TMDbId = "" + ImdbId = "" + MovieTMDbCollectionName = "" + MovieTMDbCollectionTMDbId = "" + MovieTMDbCollectionPosterPath = "" \ No newline at end of file