-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for event_command #40
Comments
When porting indeed commented out that part due to use of I will look into that next time I get back to pianobar. |
+1 for this feature. I was looking into combining this with https://github.com/stuartleeks/wsl-notify-send such that you can have a notification of what the next song in the notification center. |
I'm taking a stab at this. |
I implemented this functionality using the Until it get merged into the main branch, you can utilize this function from my forked release: https://github.com/jonmchan/pianobar-windows/releases @nlowe If you still need this, I would appreciate if you can test this out and let me know if it works for more than just me. Thanks. |
On Linux and macOS I use
event_command
to scrobble to Last.FM. However, on the windows fork, the implementation is commented out:pianobar-windows/src/ui.c
Lines 721 to 828 in 191128a
The text was updated successfully, but these errors were encountered: