Added TODO.txt
This commit is contained in:
parent
fbdb4bf64a
commit
cbc8dd8b8a
14
TODO.txt
Normal file
14
TODO.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
TODO:
|
||||||
|
|
||||||
|
key: + = to add, - = to remove, x = completed, # = comment
|
||||||
|
|
||||||
|
+Append extensions to file name in save dialog
|
||||||
|
+Add option for multiple audio formats
|
||||||
|
+Dynamic libraries
|
||||||
|
+Create custom url entry dialog
|
||||||
|
+Url validation
|
||||||
|
+Percentage in progress bar
|
||||||
|
+Replace spaces in file name with dashes/underscores
|
||||||
|
+Make cancel button exit in url dialog
|
||||||
|
+Create dialog asking to play finished file or not
|
||||||
|
#possibly more later
|
2
main.lua
2
main.lua
@ -12,5 +12,7 @@ function main()
|
|||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--initialize function "main"
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ require('progress')
|
|||||||
--Main url entry box
|
--Main url entry box
|
||||||
function url_entry()
|
function url_entry()
|
||||||
|
|
||||||
res, url = iup.GetParam("Zymp3 - Enter URL", nil,
|
res, url = iup.GetParam("Mandy - Enter URL", nil,
|
||||||
"Enter Youtube URL: %s\n", "")
|
"Enter Youtube URL: %s\n", "")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user