diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index b8826f9..3cca835 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -47,8 +47,8 @@ for item in plexMoviesLibrary.search(): # Add movie to the list of Movies if movie.MovieTMDbCollectionTMDbId: - print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: CollectionUpdater :: Adding movie {movie.TMDbTitle} from collection {movie.MovieTMDbCollectionName} to the list.") MoviesList.append(movie) +print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: CollectionUpdater :: Retrieved Movies from Plex and Updated TMDb information for {len(MoviesList)} movies...") i = 0 count = 0