Marcel Robitaille
Marcel Robitaille
@seyfeb That could work. We'd need some more logic to show the default gray background on hover/focus when not in the overlay mode.  I am leaning towards hiding the...
It would be nice to have an example of how to home without a sensor (outside of marlin). @Rincewind08, it seems that this is to integrate into marlin?
Thanks @realSConway For those who prefer `docker-compose`: ```yml version: "3" services: bitcoind: image: kylemanna/bitcoind:latest container_name: bitcoind restart: always volumes: - /media/bitcoin:/bitcoin/.bitcoin network_mode: service:tor tor: image: peterdavehello/tor-socks-proxy:latest container_name: tor-socks-proxy ports: -...
This one for example does not play: https://aphid.fireside.fm/d/1437767933/7296e34a-2697-479a-adfb-ad32329dd0b0/b5816c05-29ff-4f3c-a1d7-7a038ca76c89.mp3 Yes, I can play the files no problem with the VLC app / Music app.
Sorry for the delay; I haven't had a lot of time for podcasts recently. Does not work: https://media.fireside.fm/file/fireside-audio/podcasts/audio/7/7296e34a-2697-479a-adfb-ad32329dd0b0/episodes/6/6f0b82dc-1251-422b-9b70-b4ec62c5e6dc/6f0b82dc-1251-422b-9b70-b4ec62c5e6dc.mp3 Works: https://www.monstercat.com/podcast/306/COTW306.mp3
If I remove the video "cover art" with `ffmpeg -i input.mp3 -vn -acodec copy output.mp3`, it plays just fine. Here is some information about the file (`ffmpeg -i input.mp3`): ```...
Actually, it seems that the problem is that the filename had a `:`. For example: `episode number: episode name.mp3`. Sorry for that bit of confirmation bias.
I appreciate that. It's really not a problem for me now that I know not to put fancy characters in the filename.
Why not index an array rather than using a switch?
`sudo apt-get install build-essential g++` fixed for me. Thanks!