|
|
@ -546,6 +546,13 @@ class Config:
|
|
|
|
|
|
|
|
|
|
|
|
builder.update_details(plex_collection)
|
|
|
|
builder.update_details(plex_collection)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if builder.run_again and (len(builder.missing_movies) > 0 or len(builder.missing_shows) > 0):
|
|
|
|
|
|
|
|
library.run_again.append(builder)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
except Exception as e:
|
|
|
|
|
|
|
|
util.print_stacktrace()
|
|
|
|
|
|
|
|
logger.error(f"Unknown Error: {e}")
|
|
|
|
|
|
|
|
|
|
|
|
if library.assets_for_all:
|
|
|
|
if library.assets_for_all:
|
|
|
|
for item in library.get_all():
|
|
|
|
for item in library.get_all():
|
|
|
|
folder = os.path.basename(os.path.dirname(item.locations[0]) if library.is_movie else item.locations[0])
|
|
|
|
folder = os.path.basename(os.path.dirname(item.locations[0]) if library.is_movie else item.locations[0])
|
|
|
@ -577,13 +584,6 @@ class Config:
|
|
|
|
episode.uploadPoster(filepath=episode_path)
|
|
|
|
episode.uploadPoster(filepath=episode_path)
|
|
|
|
logger.info(f"Detail: asset_directory updated {item.title} {episode.seasonEpisode.upper()}'s poster to [file] {episode_path}")
|
|
|
|
logger.info(f"Detail: asset_directory updated {item.title} {episode.seasonEpisode.upper()}'s poster to [file] {episode_path}")
|
|
|
|
|
|
|
|
|
|
|
|
if builder.run_again and (len(builder.missing_movies) > 0 or len(builder.missing_shows) > 0):
|
|
|
|
|
|
|
|
library.run_again.append(builder)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
except Exception as e:
|
|
|
|
|
|
|
|
util.print_stacktrace()
|
|
|
|
|
|
|
|
logger.error(f"Unknown Error: {e}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if library.show_unmanaged is True and not test and not requested_collections:
|
|
|
|
if library.show_unmanaged is True and not test and not requested_collections:
|
|
|
|
logger.info("")
|
|
|
|
logger.info("")
|
|
|
|
util.separator(f"Unmanaged Collections in {library.name} Library")
|
|
|
|
util.separator(f"Unmanaged Collections in {library.name} Library")
|
|
|
|