From 4f7d7db6789887294bf9058468c6e71ceaad374f Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Sat, 6 Jul 2013 21:59:49 +1000 Subject: [PATCH] move error fixing --- TVEncoder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TVEncoder.py b/TVEncoder.py index 607dc0b..13c5548 100644 --- a/TVEncoder.py +++ b/TVEncoder.py @@ -12,8 +12,8 @@ from libsettings import Settings from libhandbrake import Encoder import libtvdatasource -TVRECORDINGSDIR = "/Volumes/TV Recordings/" -#TVRECORDINGSDIR = "/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'