almostengr / show-pulse-fpp

FPP Plugin for Light Show Pulse
https://thealmostengineer.com/projects/light-show-guard/
MIT License
0 stars 0 forks source link

duplicate display data #8

Closed almostengr closed 4 months ago

almostengr commented 10 months ago

Song information is being posted twice to the web interface. Each song should only be posted one time per playing.
while it is mostly transparent to the user, the duplicate entries in the database make tracking the number of times a song has played difficult. Wil require manual cleanup of the entries in the table.

almostengr commented 4 months ago

Checks have been added to the website to prevent duplicate sequence and song information being sent. Plugin was modified so that song information is only sent when the song has changed.