From 4a5cc6d0c64f91f2047c7e26de0fe05a3b9db266 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Sat, 6 Jul 2013 21:23:39 +1000 Subject: [PATCH] move error fixing --- TVEncoder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TVEncoder.py b/TVEncoder.py index 9d0dcaf..418b087 100644 --- a/TVEncoder.py +++ b/TVEncoder.py @@ -12,7 +12,8 @@ from libsettings import Settings from libhandbrake import Encoder import libtvdatasource -TVRECORDINGSDIR = "/Volumes/TV Recordings/"#"/srv/storage2/videos/TVRecordings/" # TODO move this to settings +#TVRECORDINGSDIR = "/Volumes/TV Recordings/" +TVRECORDINGSDIR = "/srv/storage2/videos/TVRecordings/" # TODO move this to settings def ShowHelp(): print 'TVEncoder.py -p -n - prepare n recordings'