Added support to change bitrate, codec and extension
This commit is contained in:
parent
7b115e469f
commit
2e1ca68d2c
@ -8,14 +8,22 @@ INSTALLPATH="/opt/zymp3" #your choice
|
||||
IMGDIR="/usr/share/pixmaps" #keep set
|
||||
DESKTOPFILEDIR="/usr/share/applications" #keep set
|
||||
SET_GUI_BIN="zenity"
|
||||
EXTENSION="ogg" #change this if you change CODEC
|
||||
|
||||
#MUSICDIR must have trailing forward slash
|
||||
MUSICDIR="/home/$USER/Music/" #your choice
|
||||
|
||||
|
||||
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 /
|
||||
|
||||
#VIDEO TMP DIRECTORY
|
||||
#You shouldn't need to change these filename but just in case
|
||||
VIDEOFILE=/tmp/youtube-dl-$RANDOM-$RANDOM.flv
|
||||
CONVERTED=/tmp
|
||||
|
||||
#USE FILEBROWSER TO NAME AND SAVE MP3
|
||||
USE_FILE_BROWSER="yes" #options- yes, no
|
||||
|
||||
#GUI SETTINGS
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user