Ax-LED / volumio-pirate-audio

Python code (Plugin) to use pirate audio dac with volumio (including display and the 4 buttons) and a raspberry pi.
27 stars 11 forks source link

replaceAndPlay plays only 1 song #7

Open mikekacz opened 3 years ago

mikekacz commented 3 years ago

display.py: Line 120: when selecting the song to play, only plays specific song and the playlist is empty. the default behaviour in web client is that it plays the selected song and put everything from the same folder in queue. can it be replicated?

Other thing: maybe long press on folder could play whole folder?

BTW, Great work.

Ax-LED commented 3 years ago

@mikekacz i design the behavior to play the selected song immediatly, should be a look and feel like on a radio. Also i dont plan to add the folder to queue by the buttons of pirate audio hat. Therefore you can use the webclient.

AxLED