update readme and turn off verbose mode

This commit is contained in:
ksyasuda
2021-11-09 00:54:55 -08:00
parent 4b7fccec1c
commit ea63ad4ac8
7 changed files with 178 additions and 126 deletions

View File

@@ -7,7 +7,7 @@ DEFAULT_DOWNLOAD="$HOME/Videos/sauce"
DEFAULT_PLAYLIST="$HOME/Videos/sauce/playlists/playlist.txt"
CFG_DIR="$XDG_CONFIG_HOME/aniwrapper"
CFG_FILE="meh.rasi"
VERBOSE=1
VERBOSE=0
# printf "%s\n" "CONFIG DIR: $CFG_DIR"
@@ -44,7 +44,6 @@ if [[ "$selection" == "1." ]]; then
# streaming
# ---------------------------------------------------------------------------
log "Streaming mode"
printf "%s\n" "STREAMING..."
run
elif [[ "$selection" == "2." ]]; then
# ---------------------------------------------------------------------------