repo: music
action: commit
revision: 
path_from: 
revision_from: 2e6efcd10ae7cf336bbb0508aa28bec27550d2b3:
path_to: 
revision_to: 
git.thebackupbox.net
music
git clone git://git.thebackupbox.net/music
commit 2e6efcd10ae7cf336bbb0508aa28bec27550d2b3
Author: epoch 
Date:   Mon Dec 30 18:24:43 2019 -0600

    removed the music-rebroadcast-firefox since I renamed it in a previous commit and forgot to include the git rm in that commit

diff --git a/music-rebroadcast-firefox b/music-rebroadcast-firefox
deleted file mode 100755
index 51972655152e17c9227756023def4a80a5451b5e..0000000000000000000000000000000000000000
--- a/music-rebroadcast-firefox
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-wid="$(xwininfo | grep ^xwin | tail -n1 | cut '-d ' -f4)"
-if [ ! "$wid" ];then
-  exit 1
-fi
-while xdotool getwindowname "$wid";do
-  sleep 1
-done \
-  | stdbuf -oL sed 's/[ -]*Mozilla Firefox$//g' \
-  | stdbuf -oL grep '..' \
-  | stdbuf -oL uniq \
-  | stdbuf -o0 tr '\n' '\0' \
-  | xargs -n1 -0 music-setnowplaying

-----END OF PAGE-----