-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pr80 mpd as audio player #94
Pr80 mpd as audio player #94
Conversation
playlistaddplay and playlistadd added: echo $VALUE > $PATHDATA/../shared/audiofolders/playing.txt
code cleanup Add stop on second rfid-read
cleaned up code added playlistcheck on second RFID read
Hi @Luegengladiator
If mpd is playing and it's a second swipe, it would bei a nice feature to have the behaviour configurable with for example "do nothing", "pause" and "play from beginning". |
I'll have a look on that. |
The file ‚latestID.txt‘ is currently also sensitibe to RFID chips changing volume etc. It‘s easy enough though to add to lines writing the ID to a file in ‚settings‘ calles ‚latestRFID‘ and another ‚latestRFIDaudioShortcut‘ or the like. I am on mobile only at the moment. Shall I merge @Luegengladiator big change anyhow so you can both work from that? |
Yes I think settings folder is the better place to save the actual playlist. But thats only a little update on the path. Should I do it before the merge or should we fix it later? |
Hi @MiczFlor |
Hi @zxa |
I haven't done anything else than to lie on the beach fantasizing about how i would tackle the problem. ;-) |
Hi @Luegengladiator Hey Micz, It can take up to 24 hours for new contributions to be counted by our system, though it often happens much more quickly than that. Taking a look at the specific commit that keinkurt authored: The email address associated with this commit isn't associated with their account. That's why you see the name "Christian Elmer" instead of their username. They'll need to add this email address to their account in order for the commit to be associated with them & have them show up in the contributors list. We're happy to walk through it with them directly as well, if you'd like! Feel free to cc them into this thread or have them write in via our contact form: Best, <<< |
Regarding the listing as contributor: isn't that in this case here because that page only counts "Contributions to master, excluding merge commits"? |
Code cleanup if elif -> case
added support of second RFID read.