File dialog turned off by default

This commit is contained in:
2015-05-23 04:11:34 +00:00
parent af9cacbb53
commit d3e10d2923

View File

@@ -6,23 +6,23 @@
#FILE PATHS #FILE PATHS
INSTALLPATH="/opt/zymp3" #your choice INSTALLPATH="/opt/zymp3" #your choice
IMGDIR="/usr/share/pixmaps" #keep set IMGDIR="/usr/share/pixmaps" #keep set
DESKTOPFILEDIR="/usr/share/applications" #keep set DESKTOPFILEDIR="/usr/share/applications" #keep set
SET_GUI_BIN="zenity" SET_GUI_BIN="zenity"
EXTENSION="ogg" #change this if you change CODEC EXTENSION="ogg" #change this if you change CODEC
BITRATE="192" #desired bitrate of mp3 in kilobytes BITRATE="192" #desired bitrate of mp3 in kilobytes
CODEC="libvorbis" #libmp3lame (mp3), libvorbis (ogg), flac (flac) CODEC="libvorbis" #libmp3lame (mp3), libvorbis (ogg), flac (flac)
MUSICDIR="/home/$USER/Music/" #must have a trailing slash / MUSICDIR="/home/$USER/Music/" #must have a trailing slash /
#VIDEO TMP DIRECTORY #VIDEO TMP DIRECTORY
#You shouldn't need to change these filename but just in case #You shouldn't need to change these filename but just in case
VIDEOFILE=/tmp/youtube-dl-$RANDOM-$RANDOM.flv VIDEOFILE=/tmp/youtube-dl-$RANDOM-$RANDOM.flv
CONVERTED=/tmp CONVERTED=/tmp
#USE FILEBROWSER TO NAME AND SAVE MP3 #USE FILEBROWSER TO NAME AND SAVE MP3
USE_FILE_BROWSER="yes" #options- yes, no USE_FILE_BROWSER="no" #options- yes, no
#GUI SETTINGS #GUI SETTINGS