# File lib/mb-discid.rb, line 229
    def self.sectors_to_seconds(sectors)
      return (sectors.to_f / 75).round
    end