Sha256: 76984e5404ef18daef725b254240fb94a18799276af059f92124dfb9df8135bb
Contents?: true
Size: 360 Bytes
Versions: 15
Compression:
Stored size: 360 Bytes
Contents
module WhereTo class Configuration attr_accessor :folder_format, :tvdb_api_key def initialize @folder_format = "%series_title/Season %season_number (%season_airdate)/" @tvdb_api_key = "You need to get one before you can lookup episode information automatically" end def folder_format @folder_format.dup end end end
Version data entries
15 entries across 15 versions & 1 rubygems