This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults: | |
| format: '%n - %s%e - %t%x' | |
| library: thetvdb | |
| organise: yes | |
| renamed: /Volumes/Media/TV/ | |
| the: true | |
| '24': | |
| format: '%n - %s%e' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'sinatra' | |
| require 'pony' | |
| require 'haml' | |
| set :haml, {:format => :html5} | |
| set :public, File.dirname(__FILE__) | |
| set :views, File.dirname(__FILE__) | |
| # Create the page class and give it a title of Contact for the layout |
NewerOlder