Removes tizonia and spotify as I don't use them anymore

This commit is contained in:
Bruno F. Fontes 2021-02-02 23:02:06 -03:00
parent 3b52ad3ae3
commit 584b15b88b
Signed by: brunofontes
GPG Key ID: EE3447CE80048495
3 changed files with 0 additions and 31 deletions

View File

@ -1,29 +0,0 @@
#!/bin/sh
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
-P|--play)
qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play
shift
;;
-p|--pause)
qdbus org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Pause
shift
;;
*)
echo "Usage:"
echo "-P (--play) - Play"
echo "-p (--pause) - Pause"
exit 3
;;
esac
done
if [[ $# -ne $1 ]]; then
echo "Usage:"
echo "-P (--play) - Play"
echo "-p (--pause) - Pause"
fi

View File

@ -1 +0,0 @@
/bin/tizonia --youtube-audio-playlist RDQMBgyfjGIyJlg --shuffle --daemon

View File

@ -1 +0,0 @@
/bin/tizonia --youtube-audio-playlist RDQMBgyfjGIyJlg --shuffle