feishin-controls, sending commands to Feishin from CLI #1061
magelinas
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Looks like a cool project, especially because it's not tied to MPRIS or dbus and can access additional features (favoriting, etc). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking for a way to interact with Feishin via my Stream Deck. I found this project from another user, but it was an extension for the Elgato marketplace and it didn't implement all the events from Feishin's remote-types including those I was most interested about (rating and favorite).
So I decided to make my own : feishin-controls
The project is in go and works via CLI with the binary, so it's not Stream Deck specific, but you can simply call it via commands like I did.
I might make a proper plugin for OpenDeck in the future.
There is still place to add more commands to do other operations. For example, retrieving lyrics from the currently playing song like I've seen another use do.
Hopefully, this will come handy to somebody else.
Beta Was this translation helpful? Give feedback.
All reactions