Skip to content

Instantly share code, notes, and snippets.

chrt 99 ionice -c1 nice -n -20 ~/jamulus/Jamulus --server --nogui --recording /var/www/jamulus/recording/ --log /var/log/jamulus --servername $(uname -n) --centralserver "jamulus.fischvolk.de:22224" --serverinfo "NW WA;Seattle, WA;225" -g --welcomemessage "This is an expermental service and support is not guarenteed. Please contact [email protected] with questions" --licence&

Keybase proof

I hereby claim:

  • I am fergbrain on github.
  • I am fergbrain (https://keybase.io/fergbrain) on keybase.
  • I have a public key ASByU7fFdO5JMfpuzq-G3cLUBVcScRBQLCIvEI_SlBmGgAo

To claim this, I am signing this object:

@fergbrain
fergbrain / convert.sh
Created February 9, 2022 03:33
Plex Post Processing
#!/bin/bash
#set path='$PATH:/usr/local/bin'
lockFile='/tmp/dvrProcessing.lock'
origFile="$1"
tmpFile="$1.tmp"
tmpEncode="$1.mkv"
tmpSrt="$1.srt"
dvrPostLog='/tmp/dvrProcessing.log'
comcutPath='/opt/comchap/comskip'