move error fixing
This commit is contained in:
parent
a10bed2ddb
commit
4f7d7db678
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ from libsettings import Settings
|
||||||
from libhandbrake import Encoder
|
from libhandbrake import Encoder
|
||||||
import libtvdatasource
|
import libtvdatasource
|
||||||
|
|
||||||
TVRECORDINGSDIR = "/Volumes/TV Recordings/"
|
#TVRECORDINGSDIR = "/Volumes/TV Recordings/"
|
||||||
#TVRECORDINGSDIR = "/srv/storage2/videos/TVRecordings/" # TODO move this to settings
|
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue