Sha256: 988c34bb61058d496b4086b0dc06ceba32fb4986795efaecb72ee3c6a846eb45

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 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/%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/%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]/%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/%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/%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/%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/%t.mp3",
    ]

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tagomatic-0.1.6 lib/tagomatic/known_formats.rb
tagomatic-0.1.5 lib/tagomatic/known_formats.rb