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
Hi! The built-in camera of Mac lags with interval 1 (default value). Probably because it tries too often to get new artwork and rerender it. Interval 10 is okay.
Possible fixes:
Add cashing for the tracks. Do not rerender on the same track
Add a note about lags with a small interval
Thank you for the script!
The text was updated successfully, but these errors were encountered:
MarshalX
changed the title
Video Capture Device lags because of too often rerenders of text/art
Video Capture Device lags because of too often rerenders of text/artwork
Oct 3, 2023
Sorry for the delay, I just did some investigation, the lag isn't caused by the re-render, but you are right about the caching.
The lag was caused by the communications between the script and Spotify rather than the re-renders.
The script lookup for the current track info every [interval] seconds, somehow Spotify is slow to return the result.
So far I have no idea how to fix this...
Hi! The built-in camera of Mac lags with interval 1 (default value). Probably because it tries too often to get new artwork and rerender it. Interval 10 is okay.
Possible fixes:
Thank you for the script!
The text was updated successfully, but these errors were encountered: