self.omdb["omdb_cache"]=check_for_attribute(self.data,"omdb_cache",parent="omdb",options=" true (Use a cache to store data)\n false (Do not use a cache to store data)",var_type="bool",default=True)
self.omdb["omdb_cache"]=check_for_attribute(self.data,"omdb_cache",parent="omdb",options=" true (Use a cache to store data)\n false (Do not use a cache to store data)",var_type="bool",default=self.general["cache"])
params["library_type"]=check_for_attribute(libs[lib],"library_type",test_list=["movie","show"],options=" movie (For Movie Libraries)\n show (For Show Libraries)",throw=True)