RPi-Jukebox-RFID
RPi-Jukebox-RFID copied to clipboard
Second swipe defect after playlist runs out
Describe your problem
Second swipe does not decode to first swipe after playlist has runs out. This means that the same playlist cannot be started again when Second Swipe is enabled w/o playing something else in between
see #1520 . There is also a pending PR for 2.x release
@lenlennart: Thanks for linking to the issue and committing a PR with a fix. Version 2 and Version 3 have an entirely different code base and I am an maintainer only for Version 3 - so cannot merge your PR. Still an important issue also for Version 3: it's a situation that I did not have in mind, yet. I will check it.
still, the source of the problem might be the same: mpc beeing send to "pause" on removal of card, regardless of current playing state -> you should check for status = "play".
You are right there! Thanks for making the connection.