diff --git a/music/spotify b/music/spotify deleted file mode 100755 index cbaad9b..0000000 --- a/music/spotify +++ /dev/null @@ -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 - diff --git a/music/start-tizonia-daemon.sh b/music/start-tizonia-daemon.sh deleted file mode 100755 index 7ee1fd3..0000000 --- a/music/start-tizonia-daemon.sh +++ /dev/null @@ -1 +0,0 @@ -/bin/tizonia --youtube-audio-playlist RDQMBgyfjGIyJlg --shuffle --daemon diff --git a/music/start-tizonia.sh b/music/start-tizonia.sh deleted file mode 100755 index 5e28912..0000000 --- a/music/start-tizonia.sh +++ /dev/null @@ -1 +0,0 @@ -/bin/tizonia --youtube-audio-playlist RDQMBgyfjGIyJlg --shuffle