reverted spaces to testing version
This commit is contained in:
commit
bfae1feed1
13
changelog.txt
Normal file
13
changelog.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
***CHANGELOG***
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.4 (7-27-13)
|
||||||
|
|
||||||
|
+ fixed media player error when opening finished file
|
||||||
|
+ fixed .mp3 validation
|
||||||
|
+ cancel button now works properly in url entry box
|
||||||
|
* added progress bar for conversion process
|
||||||
|
* added push notifications
|
||||||
|
* files now open with default media player not vlc
|
||||||
|
|
||||||
|
|
@ -67,6 +67,7 @@ function ytDl(x)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ffmpeg(tmpPath, dirD)
|
function ffmpeg(tmpPath, dirD)
|
||||||
|
|
||||||
local subSpaces = string.gsub(dirD, " ", "\\ ")
|
local subSpaces = string.gsub(dirD, " ", "\\ ")
|
||||||
local mp3 = "ffmpeg -i "..tmpPath.." -acodec libmp3lame -ac 2 -ab 192k -vn -y "..subSpaces
|
local mp3 = "ffmpeg -i "..tmpPath.." -acodec libmp3lame -ac 2 -ab 192k -vn -y "..subSpaces
|
||||||
local flag = convert_mp3.go(mp3)
|
local flag = convert_mp3.go(mp3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user