eonpatapon / mpDris2

MPRIS V2.1 support for mpd
GNU General Public License v3.0
211 stars 46 forks source link

Implement "idle" mode instead of polling #33

Closed grawity closed 11 years ago

grawity commented 11 years ago

In this mode, the mpd daemon itself notifies clients when any changes happen, so mpDris2 does not need to poll so frequently (I changed it to 15 seconds here). This results in much more efficient CPU use.

eonpatapon commented 11 years ago

Very nice and works well. Seems we could completely disable the poll is idle is supported