morrolinux

Results 79 comments of morrolinux

@DavidM42 I can't make precise schedule at the moment because everything's so "dynamic" in this period, but I probably would start with the bluetooth a2dp part to see if it...

So I've been laying down some "projectual ideas" and I think I'm going for this logic ![image](https://user-images.githubusercontent.com/20294254/55059429-3c9c9f00-506f-11e9-92a7-0b39f2d40065.png) In python we can easily popen processes and attach to their stdin/stdout so...

@DavidM42 have a look at `mpradio-legacyRDS.sh` , but basically it's a matter of piping your text like so: `echo "PS $legacytitle" >/home/pi/rds_ctl` and pi_fm_adv reads polls the control pipe. more...

@Hurricos Cool! since the last schematic I've changed the design just a bit on the remote controller part, but overall that's the thing. I'll update the schematic soon. This afternoon...

@Hurricos I've published a new repo for the python version [here](https://github.com/morrolinux/mpradio-py) I'm currently putting the basis for a media indexer to feed to the playlist manager, I'll create an ad-hoc...

@DavidM42 same for you of course :)

> * Which python version is the minimum supported? Well I haven't set a requirement as of yet, but of course it must run on Raspbian 9 which comes with...

> I created a rough draft for the id3 tag reading. Was easy to implement thanks to the nice library mutagen [it's in my fork here](https://github.com/DavidM42/mpradio-py/commit/16a49c46c4642673aab120d0ddda716f0821827c) > I would also...

> There still is a noticable boot up time (not ideal for car use). Nothing game breaking but maybe we should evalutate a build with a more lightweight faster booting...

@DavidM42 I'm waiting for your PR about id3 data the new repo, which has now a skeleton to be placed to