raitonoberu / sptlrx

Synchronized lyrics in your terminal
MIT License
354 stars 14 forks source link

MPRIS: Add support for pattern matching #34

Closed BachoSeven closed 6 months ago

BachoSeven commented 6 months ago

Closes #33, adding pattern matching to players array.

I also made a minor edit in config.go as ioutil has been deprecated in Go 1.16 and the function moved to simply io.

raitonoberu commented 6 months ago

LGTM! Expect a new release in about a week, right now I'm rewriting old code pieces so it won't be so terrible to maintain (there's also a feature I want to implement).