From 097a5159fad01bc55b7b2a9c02316c3321b566db Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 13 Jan 2012 22:43:18 +0100 Subject: prototype --- videodb.rc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 videodb.rc (limited to 'videodb.rc') diff --git a/videodb.rc b/videodb.rc new file mode 100644 index 0000000..198b60a --- /dev/null +++ b/videodb.rc @@ -0,0 +1,13 @@ +######################################################################## +# This is a sample configuration file for video*. Extend it and rename # +# it to `~/.videodb.rc' # +######################################################################## + +videodir => catdir($HOME,'video'), +driver => 'mysql', +database => 'videodb', +hostname => '127.0.0.1', +user => 'username', +port => 3306, +password => '******', +videodata => "videodb_videodata", -- cgit v1.2.3 From 1efbaead3ddd09c4e96d27bbf9ecedc657125c50 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 14 Jan 2012 02:56:51 +0100 Subject: codecs --- videodb.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'videodb.rc') diff --git a/videodb.rc b/videodb.rc index 198b60a..6928736 100644 --- a/videodb.rc +++ b/videodb.rc @@ -11,3 +11,6 @@ user => 'username', port => 3306, password => '******', videodata => "videodb_videodata", +imdb => 'akas.imdb.com', +url => 'https://videodb.example.org' + -- cgit v1.2.3