Adding listento

This commit is contained in:
Siina Mashek 2022-12-14 15:16:43 +02:00
parent 3f0e9b8c84
commit 37307332df

13
common/listento Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
# Listenbrainz + DeaDBeeF (or others) via rescrobbled
if [[ $# -eq 0 ]]; then
player="deadbeef"
else
player="$1"
fi
echo "player = $player"
$HOME/.local/bin/rescrobbled &
$player
pkill rescrobbled