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
MPD2.send_idle()
# do this periodically, e.g. in event loop
canRead = select([MPD2], [], [])[0]
if canRead:
event = MPD2.fetch_idle()
if 'database' in event: # exit wait loop
Is it possible to wait until MPDclient().update() is complete?
i.e. mpc update --wait
The text was updated successfully, but these errors were encountered: