changed #!/usr/bin/env lua and kb/s to kbps for bitrate

This commit is contained in:
silvernode 2013-08-05 18:41:16 -05:00
parent 7a42ec87ad
commit c409825057
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/lua5.2 #!/usr/bin/env lua
require("mandy") require("mandy")
dofile("mandy.cfg") dofile("mandy.cfg")
function main() function main()

View File

@ -1,4 +1,4 @@
#!/usr/bin/lua5.2 #!/usr/bin/env lua
require("iuplua") require("iuplua")
require("iupluacontrols") require("iupluacontrols")
@ -22,7 +22,7 @@ function url_entry()
"Enter Youtube URL: %s\n".. "Enter Youtube URL: %s\n"..
"Audio Options %t\n".. "Audio Options %t\n"..
"Select an audio format: %l|mp3|ogg|flac|\n".. "Select an audio format: %l|mp3|ogg|flac|\n"..
"Select the bitrate: %l|320 kb/s|192 kb/s|160 kb/s|128 kb/s|96 kb/s|\n".. "Select the bitrate: %l|320 kbps|192 kbps|160 kbps|128 kbps|96 kbps|\n"..
"Play file when finished?: %l|no|yes|\n".. "Play file when finished?: %l|no|yes|\n"..
"Changelog: %m\n", "Changelog: %m\n",
url, format, bitRate, playNow, changeLog) url, format, bitRate, playNow, changeLog)