Skip to content

Commit

Permalink
kill ffprobe characterization
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 5, 2013
1 parent 94416be commit e10abed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/generic_file.rb
Expand Up @@ -44,9 +44,9 @@ def characterize
fits_xml, ffprobe_xml = self.content.extract_metadata
self.characterization.ng_xml = fits_xml
fix_mxf_characterization!
self.ffprobe.ng_xml = ffprobe_xml
self.append_metadata
self.filename = self.label
#self.ffprobe.ng_xml = ffprobe_xml
#self.append_metadata
#self.filename = self.label
save unless self.new_object?
end

Expand Down

0 comments on commit e10abed

Please sign in to comment.