Loading resources/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ class File(Resource): Simple access to wanted meta. ":" is used as a separator. Ex: some_file.quick_meta("ExifTool:ID3:Album", "") some_file.filter_meta("ExifTool:ID3:Album", "") """ full_meta_title = full_meta_title.lower() for metaval in self.metadataresourcevalue_set.all(): Loading Loading
resources/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ class File(Resource): Simple access to wanted meta. ":" is used as a separator. Ex: some_file.quick_meta("ExifTool:ID3:Album", "") some_file.filter_meta("ExifTool:ID3:Album", "") """ full_meta_title = full_meta_title.lower() for metaval in self.metadataresourcevalue_set.all(): Loading