RPi-Jukebox-RFID icon indicating copy to clipboard operation
RPi-Jukebox-RFID copied to clipboard

Second swipe defect after playlist runs out

Open ghost opened this issue 3 years ago • 4 comments

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

ghost avatar Jan 01 '22 16:01 ghost

see #1520 . There is also a pending PR for 2.x release

lenlennart avatar Jan 19 '22 22:01 lenlennart

@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.

ghost avatar Jan 20 '22 22:01 ghost

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".

lenlennart avatar Jan 21 '22 09:01 lenlennart

You are right there! Thanks for making the connection.

ghost avatar Jan 21 '22 22:01 ghost