Page 1 of 1

DreamPi Python Script

Posted: Fri Jul 30, 2021 1:57 pm
by MrVestek
Hey folks! I was wondering if somebody could help me with something here.

In the past I have successfully set up a DreamPi setup using the stand-alone image.

However I already have a Pi4 that takes care of a lot of networking stuff for me already, mounting my NAS, network torrents, adblock etc and I was wanting to just simply add the DreamPi code from github so that I can have everything hosted from the one device.

I've run in to a bit of a snag though. I've installed all of the dependencies and everything appears to run fine, however for some reason when the script starts it can't find dial-tone.wav for whatever reason, even though it's right there in the same directory as the script.

This is what I get when I attempt to run the script:

Image

Anybody got any ideas as to what could be going wrong here?

As you can see the file itself is contained within the same folder so no idea why the script can't find it.

Image

Re: DreamPi Python Script

Posted: Fri Jul 30, 2021 6:37 pm
by MrVestek
Actually disregard, I solved this by putting the wav file on the root... I ran in to some other issues but they've all been resolved now.
This thread can be deleted or closed.

Re: DreamPi Python Script

Posted: Sat Jul 31, 2021 9:07 pm
by Scrivani
Hi! Good to know you solve everything.

Could you write a simple step by step dreampi installation guide?