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.
Design the backend event loop for the scrobble.rs daemon - concept thus far:
source queuefor processing.. eventually to be sent to a target.