zymp3/config/zymp3.conf

49 lines
898 B
Plaintext
Raw Normal View History

#!/bin/bash
#config.sh
# Zymp3 Configuration File
# FILE PATHS
2015-08-09 18:53:58 -07:00
# choose your own install path
2015-08-09 18:53:58 -07:00
INSTALLPATH="/opt/zymp3"
# You can change this but icon may not appear
2015-08-09 18:53:58 -07:00
IMGDIR="/usr/share/pixmaps"
# Desktop icon directory ( default recommended)
2015-08-09 18:53:58 -07:00
DESKTOPFILEDIR="/usr/share/applications"
# Default gui - switch between zenity or yad
SET_GUI_BIN="zenity"
2015-08-09 18:53:58 -07:00
# ogg, mp3, flac
EXTENSION="ogg"
# 96 - 320 (kilobytes)
2015-08-09 18:53:58 -07:00
BITRATE="192"
2015-08-09 18:53:58 -07:00
# Output directory for audio files
# must have a trailing slash /
MUSICDIR="/home/$USER/Music/"
# VIDEO TMP DIRECTORY
# You shouldn't need to change this but you can
VIDEOFILE=/tmp/youtube-dl-$RANDOM-$RANDOM.flv
2015-03-13 06:39:03 -05:00
CONVERTED=/tmp
# USE FILEBROWSER TO NAME AND SAVE MP3
2015-05-23 04:11:34 +00:00
USE_FILE_BROWSER="no" #options- yes, no
# GUI SETTINGS
# Change dimensions of the URL and filename dialogs
URL_BOX_HEIGHT="64"
2015-08-09 18:53:58 -07:00
URL_BOX_WIDTH="512"
FILENAME_BOX_HEIGHT="64"
2015-08-09 18:53:58 -07:00
FILENAME_BOX_WIDTH="326"