mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
improved naming
This commit is contained in:
parent
6414d1126a
commit
b97d727da9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from subprocess import call
|
||||||
|
|
||||||
Logger = logging.getLogger()
|
Logger = logging.getLogger()
|
||||||
|
|
||||||
def Transcode_file(dirName):
|
def Transcode_directory(dirName):
|
||||||
|
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
ffmpeg = os.path.join(os.path.dirname(sys.argv[0]), 'ffmpeg\\bin\\ffmpeg.exe') # note, will need to package in this dir.
|
ffmpeg = os.path.join(os.path.dirname(sys.argv[0]), 'ffmpeg\\bin\\ffmpeg.exe') # note, will need to package in this dir.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue