From 280236437173dffeb1ce138cf487c4a7e57bdec2 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sat, 11 Mar 2023 22:11:36 +0200 Subject: [PATCH] wrapper to track listening on listenbrainz --- apsalar/spotify | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 apsalar/spotify diff --git a/apsalar/spotify b/apsalar/spotify new file mode 100755 index 0000000..50ab96c --- /dev/null +++ b/apsalar/spotify @@ -0,0 +1,5 @@ +#!/bin/sh +/usr/bin/rescrobbled & +/usr/bin/spotify +kill -9 $(pgrep -f rescrobbled) +exit