Added license and arranged comments

This commit is contained in:
2015-08-09 18:53:58 -07:00
parent 74b4efa7b0
commit 87c5c9b251
4 changed files with 53 additions and 19 deletions

View File

@@ -4,20 +4,37 @@
#Zymp3 Configuration File
#FILE PATHS
INSTALLPATH="/opt/zymp3" #your choice
IMGDIR="/usr/share/pixmaps" #keep set
DESKTOPFILEDIR="/usr/share/applications" #keep set
#choose your own install path
INSTALLPATH="/opt/zymp3"
#You can change this but icon may not appear
IMGDIR="/usr/share/pixmaps"
#Desktop icon directory ( default recommended)
DESKTOPFILEDIR="/usr/share/applications"
#Default gui - switch between zenity or yad
SET_GUI_BIN="zenity"
EXTENSION="ogg" #change this if you change CODEC
#choose file extension - (does not change format)
#change this if you change CODEC
EXTENSION="ogg"
#Desired bitrate of audio in kilobytes
BITRATE="192"
BITRATE="192" #desired bitrate of mp3 in kilobytes
CODEC="libvorbis" #libmp3lame (mp3), libvorbis (ogg), flac (flac)
MUSICDIR="/home/$USER/Music/" #must have a trailing slash /
#Codec format of audio file
#libmp3lame (mp3), libvorbis (ogg), flac (flac)
CODEC="libvorbis"
#Output directory for audio files
#must have a trailing slash /
MUSICDIR="/home/$USER/Music/"
#VIDEO TMP DIRECTORY
#You shouldn't need to change these filename but just in case
#You shouldn't need to change this but you can
VIDEOFILE=/tmp/youtube-dl-$RANDOM-$RANDOM.flv
CONVERTED=/tmp
@@ -26,9 +43,10 @@ USE_FILE_BROWSER="no" #options- yes, no
#GUI SETTINGS
URL_BOX_HEIGHT="64"
URL_BOX_WIDTH="512"
FILENAME_BOX_HEIGHT="64"
FILENAME_BOX_WIDTH="326"