Bond-009 / cmus-discord-rpc

Discord Rich Presence integration for the C* Music Player
GNU General Public License v3.0
29 stars 5 forks source link

IS THERE A Way to make it start witrrh cmus and close when cmus is closed? #2

Open autoteelar opened 3 years ago

Bond-009 commented 3 years ago

You can just run it in the background, it will wait for cmus to start

liaminventions commented 9 months ago

@autoteelar i have a shell script (music.sh) here that does that:

#!/bin/bash
cmus-discord-rpc 2>/dev/null & cmus

hope it works for you.