Apparently it’s more or less impossible to install additional software on an instance of Pi MusicBox, so I’ll try to get Mopidy working on a ”vanilla” Raspian Lite instead.
Apparently it’s more or less impossible to install additional software on an instance of Pi MusicBox, so I’ll try to get Mopidy working on a ”vanilla” Raspian Lite instead.
My somewhat ridiculous setup for listening to music outdoors today; a Raspberry Pi running PiMusicBox and Spotify Connect connected to an external speaker and being powered by a power bank.
I’ve just uploaded my first Mario Maker 2 course. Feel free to check it out at 2DR-HVB-FRF
!
↪️ Reply to:
Cortex #16: Structural Trust – Relay FM
This made me literally laugh out loud!
Slightly simplified the music player for the kids has two jobs:
zbarcam
) andAt the moment I am able to set up separate tests for the two jobs and both works, on there own. The problem is that I’m currently not able to set up MPD with Spotify and the zbar
tools at the same time. It seems to have something to do with different operating systems and/or other kinds of conflicting requirements that I need to lock into.
For the tests right now, I use standard Raspbian plus zbar
for bullet point number one and Pi MusicBox for point number two.
For my own memories sake, this is the very simple (and probably quite brittle) shell script that I’m using for bullet point 1:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
#!/bin/bash # Start scanning for QR Codes # Use either of the lines below depending on wheter it's running in an # environment where it can show a live preview or not. zbarcam /dev/video0 --nodisplay | while read line ; do # zbarcam /dev/video0 | while read line ; do # When something is found, verify that it indeed is a QR Code IFS=':' read -r id string <<< "$line" if test $id == "QR-Code" then # Check if it is a Spotify URI IFS=':' read -r id theRest <<< "$string" if test $id == "spotify" then echo "Run this: mpc -h musicbox.local play $string" fi fi done |
Henrik Carlsson mentioned this note on blog.henrikcarlsson.se.
While Nintendo is refusing to take my money I might as well throw the question out there; is there any reason to buy New Super Mario Bros. U Deluxe instead of Super Mario Maker 2?
@MrHenko I wouldn’t buy it instead of Mario Maker 2. But it is a fun game.
@furstenberg Right now its either one or the other, so I guess that means you also vote for Mario Maker?
@MrHenko That would be correct. :-)
@furstenberg Okay, thanks! Tonight the God of Nintendo was more willing to accept my sacrifice so Mario Maker 2 is currently downloading on my Switch.
I’m making progress on the music player for my kids. Using Pi MusicBox on the Pi, I can control playback using mpc on my Mac.
My kids, Iris and Ebbe, are four and a half, and two years old respectively. Both of them loves to listen to music and dance. Compared to when I was a kid they have access to tremendous amounts of music. If I wanted to listen to a song as a child, I had to have it on a cassette or later in life a cd. Today’s kids have access to ”all the world’s music” in Spotify, Apple Music or similar.1
The problem with the modern world in this regard is that a cassette deck and a box of cassettes is much more kid friendly than a smart device like a phone or tablet with Spotify and possibly also a smart speaker connected via bluetooth, AirPlay or a Chromecast.
Spotify has a nice solution for this in there Spotify Codes. It wouldn’t be to hard to make a whole box of cards, one for each album and/or playlist that the kids want, and teach them how to scan the cards with Spotify. The problem is that it requires them to use their iPad (or my phone, or their mother’s phone).
Why is that a problem? Because if they use the iPad they will undoubtable be sidetracked by YouTube or something similar. Sometimes having them watching videos is great. I’m certain that the reason Iris know quite a few words in English, despite being a Swede with Swedish parents, is that she’s watched a lot of English videos on YouTube. But sometimes I want them to just listen to music and not having to have a discussion about why they are allowed to use the iPad but not the apps they want.
So I’ve started toying with the idea of building them a music player that works as simple or simpler than Spotify Codes but that is a dedicated hardware device, a Raspberry Pi. The plan is for it to use either QR codes or NFC tags to control what is being played, so that way the kids can have a box of cards with artwork, similar to the box of cassettes that I had as a kid.
I think it will work.
Right now I’m going to test various setups for it and document my progress here on the blog, under the tag The Kid’s Music Player.
I’m making progress on the music player for my kids. Using Pi MusicBox on the Pi, I can control playback using mpc on my Mac.
Henrik Carlsson mentioned this note on blog.henrikcarlsson.se.
Religiös extremism, patriarkala strukturer och hederskultur ska inte bekämpas som vore de uttryck för mångkultur eller bristande anpassning till Sverige. De ska bekämpas eftersom de är ett hot mot universella värden och ett fungerande demokratiskt och mångkulturellt samhälle.
Andreas Johansson Heinö: Mångkultur utan identitetspolitik, så ser det liberala svaret ut – DN.SE
Replies and comments
Jeremy Cherfas
24 juli, 2019 11:54Henrik Carlsson took the trouble to record a microcast in reply to my Eating Alone episode and raised a completely new reason for wanting to eat alone: because cooking for and eating with picky children can be a bit of a trial. Good luck with future meals.