From 1bb86933f01f106d5db2b4026280627e35bef3cd Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Sat, 25 Nov 2006 01:23:18 +0000 Subject: [PATCH] pyTivo - Lets add a default config --- pyTivo.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pyTivo.conf diff --git a/pyTivo.conf b/pyTivo.conf new file mode 100644 index 0000000..ebb970b --- /dev/null +++ b/pyTivo.conf @@ -0,0 +1,10 @@ +[Server] +port=9032 + +[Video] +type=x-container/tivo-videos +path=D:\video + +[test] +type=x-container/tivo-videos +path=C:\Documents and Settings\Armooo\Desktop\pyTivo\test -- 2.11.4.GIT