Replies: 3 comments 1 reply
-
I like this idea a lot, and it should be fairly simple to implement |
Beta Was this translation helpful? Give feedback.
0 replies
-
Let's check how it can be integrated as part of the current changes to the player interface. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jeverling
See here: RPi-Jukebox-RFID/scripts/rfid_trigger_play.sh Line 325 in b3e91ae |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I wanted to allow others, potentially not very technical minded people, to add new music to a phoniebox.
With the webinterface it's not that hard to register new cards, but I think it would be nice to have a way where not even that is necessary.
What I did now, is to register 50 cards and create 50 folders named like the card IDs inside the audio folder. Now someone just has to pick one of the pre-registered cards, put music into the corresponding folder and it will work.
I think it would be really nice, to have an optional feature where the software checks if there is a folder on the filesystem inside the audio folder corresponding to an unknown ID, and plays it if that is the case. This way people could add new cards by simply creating a folder named like the card ID in the samba share, without having to understand the process of registering cards (either in the webinterface or manually).
Beta Was this translation helpful? Give feedback.
All reactions