logger.warning("Config Warning: Assets will not be used asset_directory attribute must be set under config or under this specific Library")
params["sync_mode"]=check_for_attribute(libs[lib],"sync_mode",parent="plex",test_list=["append","sync"],options=" append (Only Add Items to the Collection)\n sync (Add & Remove Items from the Collection)",default=self.general["sync_mode"],save=False)
params["sync_mode"]=check_for_attribute(libs[lib],"sync_mode",parent="settings",test_list=["append","sync"],options=" append (Only Add Items to the Collection)\n sync (Add & Remove Items from the Collection)",default=self.general["sync_mode"],save=False)