Sha256: 2195af29d62a68efd871d53896829ba1a201d456ac31f641bc543cbd13d40d58

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

module Tagomatic

  module KnownFormats

    KNOWN_FORMATS = [
            "%g/%a/%b/Disc%d/%n-%t.mp3",
            "%g/%a/%b/Disc%d/%n%t.mp3",
            "%g/%a/%b/Disc%d/%t.mp3",
            "%g/%a/%b/CD%d/%n-%t.mp3",
            "%g/%a/%b/CD%d/%n%t.mp3",
            "%g/%a/%b/CD%d/%t.mp3",
            "%g/%a/%b/cd%d/%n-%t.mp3",
            "%g/%a/%b/cd%d/%n%t.mp3",
            "%g/%a/%b/cd%d/%t.mp3",

            "%g/%a/%b[%y]/%a-%b-%n-%t.mp3",
            "%g/%a/%b[%y]/%n-%t.mp3",
            "%g/%a/%b[%y]/%n%t.mp3",

            "%g/%a/%b(%y)/%a-%b-%n-%t.mp3",
            "%g/%a/%b(%y)/%n-%t.mp3",
            "%g/%a/%b(%y)/%n%t.mp3",

            "%g/%a/(%y)%b/%a-%b-%n-%t.mp3",
            "%g/%a/(%y)%b/%n-%t.mp3",
            "%g/%a/(%y)%b/%n%t.mp3",

            "%g/%a/%y - %b/%a-%b-%n-%t.mp3",
            "%g/%a/%y - %b/%n-%t.mp3",
            "%g/%a/%y - %b/%n%t.mp3",

            "%g/%a/%b/%a-%b-%n-%t.mp3",
            "%g/%a/%b/%a-%b-%n-%t.MP3",
            "%g/%a/%b/%n-%t.mp3",
            "%g/%a/%b/%n-%t.MP3",
            "%g/%a/%b/%n%t.mp3",
            "%g/%a/%b/%n%t.MP3",

            "%g/%a/%b/%t.mp3",
            "%g/%a/%b/%t.MP3",
    ]

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tagomatic-0.1.4 lib/tagomatic/known_formats.rb
tagomatic-0.1.3 lib/tagomatic/known_formats.rb