Skip to content
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

Create IPC socket on UNIX platforms #1018

Merged
merged 3 commits into from
Dec 28, 2022
Merged

Create IPC socket on UNIX platforms #1018

merged 3 commits into from
Dec 28, 2022

Conversation

hrkfdn
Copy link
Owner

@hrkfdn hrkfdn commented Dec 23, 2022

No description provided.

Creates an IPC socket which remote programs/scripts can connect to. This
can be used to control ncspot or fetch the current playback status.

At the moment, only remote control is implemented. Next step is to send
the current player status as a JSON object.

Fixes #524
Whenever the playback mode (playing, paused, stopped) or the track changes, all
socket listeners will be notified.

Fixes #924, fixes #1019
@hrkfdn hrkfdn marked this pull request as ready for review December 28, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant