Toot_music_is_playing/toot_music
2022-05-02 03:15:18 +02:00

4 lines
314 B
Bash
Executable file

#!/bin/bash
readarray a <<< "$(qdbus org.mpris.MediaPlayer2.clementine /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep -E 'artUrl|genre|artist|album:|title:'| sed -e 's/xesam://g'| sed -e 's/mpris:artUrl: file:\/\///g')"
toot post "${a[1]} ${a[2]} ${a[3]} ${a[4]}" --media ${a[0]} --debug