added a comment

This commit is contained in:
silvernode 2013-08-06 15:19:44 -05:00
parent c409825057
commit 09706f706d

View File

@ -181,8 +181,9 @@ function ffmpeg(tmpPath, dirD)
local subSpaces = string.gsub(dirD, " ", "\\ ")
local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab "..gBitrate.." -vn -y "..subSpaces
print(format)
print(format) --debug purposes
local flag = convert_mp3.go(codec, tmpPath)
use_xterm(codec)
if not flag then return false end
io.popen("notify-send 'The file was saved to' "..subSpaces)