update
This commit is contained in:
parent
c7c739c26a
commit
294a8e7edf
@ -47,8 +47,8 @@ for item in plexMoviesLibrary.search():
|
|||||||
|
|
||||||
# Add movie to the list of Movies
|
# Add movie to the list of Movies
|
||||||
if movie.MovieTMDbCollectionTMDbId:
|
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)
|
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
|
i = 0
|
||||||
count = 0
|
count = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user