-
|
While testing my "increment playCount" plugin, I discovered that if MPD is in "repeat" and "single" mode (so that it loops a single song over and over), then rmpcd won't fire the That might be desired behavior in some cases (and indeed, even if rmpcd did fire the I just wanted to double-check, before opening an issue, whether |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
The logic for this is here Lines 73 to 96 in 5cb3372 I wouldnt mind having an option to cause it to trigger with repeats, but the logic would have to be more advanced than a simple MPD emits a single |
Beta Was this translation helpful? Give feedback.
-
|
I should add that if rmpcd does fire As for why in the world you would ever want to put the same song on repeat a dozen times... well, I have young kids. My wife and I ended up having to make a rule that they were NOT allowed to queue up the same song a dozen times on Spotify. If they want to listen to it a dozen times, they had to put one of their parents' chosen songs in between. So the Spotify queue at our house often looks like this:
... You get the idea. |
Beta Was this translation helpful? Give feedback.
The logic for this is here
rmpc/rmpcd/src/event_loop.rs
Lines 73 to 96 in 5cb3372