diff --git a/plexAutoCollectionUpdater.py b/plexAutoCollectionUpdater.py index e9ed66c..2d4a277 100644 --- a/plexAutoCollectionUpdater.py +++ b/plexAutoCollectionUpdater.py @@ -69,4 +69,5 @@ for id in TMDbCollection: MovieCollectionFinal.append(tmdbCollection.details(id)) for movie in MovieCollectionFinal: - print(movie.name) \ No newline at end of file + nameLength = len(movie) + print(movie.name[:nameLength - 7]) \ No newline at end of file