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'