move error fixing

This commit is contained in:
2013-07-06 21:23:39 +10:00
parent 48beb3e662
commit 4a5cc6d0c6

View File

@@ -12,7 +12,8 @@ from libsettings import Settings
from libhandbrake import Encoder from libhandbrake import Encoder
import libtvdatasource 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(): def ShowHelp():
print 'TVEncoder.py -p -n <number of files to prepare for processing> - prepare n recordings' print 'TVEncoder.py -p -n <number of files to prepare for processing> - prepare n recordings'