Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Design event loop for daemon. #5

Open
shymega opened this issue Aug 17, 2018 · 1 comment
Open

Design event loop for daemon. #5

shymega opened this issue Aug 17, 2018 · 1 comment

Comments

@shymega
Copy link
Owner

shymega commented Aug 17, 2018

Design the backend event loop for the scrobble.rs daemon - concept thus far:

  • Loop over events from music sources (MPD, MPRIS).
  • Send music events (Song changes, Song finished) to source queue for processing.. eventually to be sent to a target.
  • Process client program commands, such as pausing the scrobbler, or holding all scrobbles in a queue.
@shymega
Copy link
Owner Author

shymega commented Aug 23, 2018

Update: still working on the event loop, I'm committing it as-is for now, but do not consider it by any means final 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant