-
Notifications
You must be signed in to change notification settings - Fork 397
Button wont play Folder (functionCallTriggerPlayFolder) #2378
-
Probably a beginner's question, but I can't get it to work myself As far as I understand, the audio folders are in ~\RPi-Jukebox-RFID\shared\audiofolders
But pressing the button does not play the playlist stored in Folder1. thx doubvi |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments · 12 replies
-
Hi, Maybe the wording "relativepath" doesn't fit well in the docs ^^ |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for the quick reply. Unfortunately, it doesn't work that way either. Since I was suspicious of my soldering and wiring work, I swapped the GPIO of buttons whose initially configured function (VolUp/Down - Pin 9 and 5) was already working in gpio_settings.ini as a test. VolUp/Down also works with the other buttons/GPIOs but unfortunately the playback of a folder or CardID via button still does not work regardless of which pin I assign. Nevertheless, here is the content of the gpio_settings.ini (hopefully I'm overlooking something completely obvious :D )
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Hmm ok strange. The ini file looks good so far.
Can you also supply a log output? |
Beta Was this translation helpful? Give feedback.
All reactions
-
yes, I use external resistors. I have ruled out a problem in the circuit or on the button itself, because the button works as soon as I assign another function (e.g. volume up).
i run the Jukebox Version 2, with the adjustments described in this guide (https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/1815#issuecomment-1786949967) so that the Spotify integration works, on Raspbian GNU/Linux 11 (bullseye)
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok I see the problem. The button functions for "triggerPlayFolder" and "triggerPlayCardId" have been added with the 2.6.0 release. Also if you update to 2.7.0 the Spotify workaround is not needed anymore. |
Beta Was this translation helpful? Give feedback.
All reactions
-
didn't realize that v2.7 was released. have been trying to get it to run on a newly installed Raspbian GNU/Linux 11 (bullseye) since friday. unfortunately neither audiofiles nor Spotify-Playlist are played now. the log shows the following after swiping a card:
any idea what i could be doing wrong? i tried installing i 3 times already but the result is always the same. thx |
Beta Was this translation helpful? Give feedback.
All reactions
-
Did you use the lite version of the OS? |
Beta Was this translation helpful? Give feedback.
All reactions
-
yes i used the lite version installation log
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Did you apply the audio interface name "Master" yourself? Can you check with You can update your settings in the following files, if needed:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Could you check these three sections (and maybe post the outputs of these commands here)? please check also https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/HiFiBerry-Soundcard-Details During installation of gst-plugin-spotify this line in your installation log sounds suspicious please try manually reinstalling the package
|
Beta Was this translation helpful? Give feedback.
All reactions
-
it WORKS now - thank u very much! i followed your advice and
(chat gpt hinted:
) The only think that doesnt add up know, is that
not complaining, just trying to figure out why it works :D |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
(you might want to mark the reply as the correct answer, so other users find help quickly in the future) |
Beta Was this translation helpful? Give feedback.
All reactions
-
done |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Ok I see the problem.
You use version 2.5.0
The button functions for "triggerPlayFolder" and "triggerPlayCardId" have been added with the 2.6.0 release.
You need to update.
Also if you update to 2.7.0 the Spotify workaround is not needed anymore.