lib/import/base.rb in tracksperanto-2.10.0 vs lib/import/base.rb in tracksperanto-2.11.0

- old
+ new

@@ -36,18 +36,21 @@ Tracksperanto.importers << by super end # Return an extension WITH DOT if this format has a typical extension that - # you can detect (like ".nk" for Nuke) + # you can detect (like ".nk" for Nuke) def self.distinct_file_ext - nil end # Should return a human-readable (read: properly capitalized and with spaces) name of the # import format def self.human_name "Abstract import format" + end + + # Returns a textual description of things to check when the user wants to import from this specific format + def self.known_snags end # Return true from this method if your importer can deduce the comp size from the passed file def self.autodetects_size? false