separated files, added config file, added variable for zenity and ffmpeg

This commit is contained in:
2015-01-16 15:11:53 -06:00
parent bd6b7d2d23
commit c741f72980
6 changed files with 220 additions and 4 deletions

23
config/zymp3.conf Normal file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
#config.sh
#Zymp3 Configuration File
#FILE SETTINGS
#MUSICDIR must have trailing forward slash
MUSICDIR="/home/$USER/Music/"
#You shouldn't need to change this filename but just in case
VIDEOFILE=/tmp/youtube-dl-$RANDOM-$RANDOM.flv
#GUI SETTINGS
URL_BOX_HEIGHT="64"
URL_BOX_WIDTH="512"
FILENAME_BOX_HEIGHT="64"
FILENAME_BOX_WIDTH="326"