separated files, added config file, added variable for zenity and ffmpeg
This commit is contained in:
23
config/zymp3.conf
Normal file
23
config/zymp3.conf
Normal 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"
|
Reference in New Issue
Block a user