mpris-rpc is a discord rich presence status that shows media being played by apps that support MPRIS.
- Remove the "" and [] from showing up on song and artist names
- Adding some sort of whitelisting functionality, to allow choosing which apps are tracked
- Showing song covers. Currently the image that is shown is the icon for the discord app you set
- Add an installer script to automatically compile and place the config in the right directory.
The config file mpris-rpc.kdl has to be placed in ~/.config/mpris-rpc. For now, the config has to be moved manually. mpris-rpc will not work without the config file.
You need go installed on your system for mpris-rpc to work
Its possible to either run it as is, by running go run mpris-rpc.go
while in the files directory, or build it by running go build mpris-rpc.go
and then running the file from a terminal.