From f6afd065753ad0fad6515d3dcd1f90133de73b0d Mon Sep 17 00:00:00 2001 From: evilchili Date: Sun, 10 Mar 2024 00:06:38 -0800 Subject: [PATCH] updating setup defaults --- croaker/cli.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/croaker/cli.py b/croaker/cli.py index 9888bb6..a03f0ae 100644 --- a/croaker/cli.py +++ b/croaker/cli.py @@ -22,9 +22,6 @@ CROAKER_ROOT=~/.dnd/croaker # where to store playlist sources #PLAYLIST_ROOT=$CROAKER_ROOT/playlists -# where to cache transcoded media files -#CACHE_ROOT=$CROAKER_ROOT/cache - # Where the record the daemon's PID #PIDFILE=$CROAKER_ROOT/croaker.pid @@ -35,11 +32,6 @@ PORT=8003 # the kinds of files to add to playlists MEDIA_GLOB=*.mp3,*.flac,*.m4a -# If defined, transcode media before streaming it, and cache it to disk. The -# strings INFILE and OUTFILE will be replaced with the media source file and -# the cached output location, respectively. -TRANSCODER=/usr/bin/ffmpeg -i INFILE '-hide_banner -loglevel error -codec:v copy -codec:a libmp3lame -q:a 2' OUTFILE - # Icecast2 configuration for Liquidsoap ICECAST_PASSWORD= ICECAST_MOUNT=