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'