self.general["plex"]["sync_mode"]=check_for_attribute(self.data,"sync_mode",parent="plex",default="append",test_list=["append","sync"],options="| \tappend (Only Add Items to the Collection)\n| \tsync (Add & Remove Items from the Collection)")if"plex"inself.dataelse"append"
self.general["plex"]["sync_mode"]=check_for_attribute(self.data,"sync_mode",parent="plex",default="append",test_list=["append","sync"],options="| \tappend (Only Add Items to the Collection)\n| \tsync (Add & Remove Items from the Collection)")if"plex"inself.dataelse"append"
logger.warning("Config Warning: plex sub-attribute show_unmanaged_collections must be either true or false using general value: {}".format(self.general["plex"]["show_unmanaged_collections"]))
logger.warning("Config Warning: plex sub-attribute show_unmanaged must be either true or false using general value: {}".format(self.general["plex"]["show_unmanaged"]))
else:
else:
logger.warning("Config Warning: radarr sub-attribute add is blank using general value: {}".format(self.general["radarr"]["add"]))
logger.warning("Config Warning: plex sub-attribute show_unmanaged is blank using general value: {}".format(self.general["plex"]["show_unmanaged"]))
logger.warning("Config Warning: plex sub-attribute show_filtered must be either true or false using general value: {}".format(self.general["plex"]["show_filtered"]))
else:
logger.warning("Config Warning: plex sub-attribute show_filtered is blank using general value: {}".format(self.general["plex"]["show_filtered"]))