added DEPENDS, fixed .mp3 validation and space substitution
This commit is contained in:
parent
cdfcbcc21f
commit
84b86b481d
11
DEPENDS
Normal file
11
DEPENDS
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
lua 5.2
|
||||||
|
libfreetype6-dev (ubuntu)
|
||||||
|
youtube-dl
|
||||||
|
ffmpeg
|
||||||
|
libnotify
|
||||||
|
git
|
||||||
|
IUP
|
||||||
|
CD
|
||||||
|
IM
|
||||||
|
|
||||||
|
see readme for instructions for Ubuntu and Archlinux
|
@ -39,7 +39,7 @@ function set_dir()
|
|||||||
local status = getPath.status
|
local status = getPath.status
|
||||||
|
|
||||||
if status == "1" then
|
if status == "1" then
|
||||||
if string.match(getPath.value, ".mp3") then
|
if string.match(getPath.value, "%.mp3") then
|
||||||
local savedPath = getPath.value
|
local savedPath = getPath.value
|
||||||
return savedPath
|
return savedPath
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user