elifself.library.is_showandmethod_nameinmovie_only_builders:raiseFailed(f"Collection Error: {method_final} attribute only works for movie libraries")
elifself.library.is_showandmethod_nameinplex.movie_only_searches:raiseFailed(f"Collection Error: {method_final} plex search only works for movie libraries")
elifself.library.is_movieandmethod_nameinplex.show_only_searches:raiseFailed(f"Collection Error: {method_final} plex search only works for show libraries")
elifself.parts_collectionandmethod_namenotinparts_collection_valid:raiseFailed(f"Collection Error: {method_final} attribute does not work with Collection Level: {self.details['collection_level'].capitalize()}")
elifself.parts_collectionandmethod_namenotinparts_collection_valid:raiseFailed(f"Collection Error: {method_final} attribute does not work with Collection Level: {self.collection_level.capitalize()}")
elifself.smartandmethod_nameinsmart_invalid:raiseFailed(f"Collection Error: {method_final} attribute only works with normal collections")
elifself.collectionlessandmethod_namenotincollectionless_details:raiseFailed(f"Collection Error: {method_final} attribute does not work for Collectionless collection")
elifself.smart_urlandmethod_nameinall_builders+smart_url_invalid:raiseFailed(f"Collection Error: {method_final} builder not allowed when using smart_filter")