You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2020. It is now read-only.
Keeping track of events might be best to do with Paracusia.PlayerState.subscribe and then have the app use stickers to track this as metadata on the objects.
So a full lifecycle of an event could be like:
NFC card scanned -> app tells mpd to play a playlist -> app receives event of state change -> app writes new sticker value to mpd
This keeps all of the data inside the mpd database.
Some stats that might be interesting:
Keeping track of events might be best to do with
Paracusia.PlayerState.subscribeand then have the app use stickers to track this as metadata on the objects.So a full lifecycle of an event could be like:
NFC card scanned -> app tells mpd to play a playlist -> app receives event of state change -> app writes new sticker value to mpd
This keeps all of the data inside the mpd database.