Open dgbrewer1989 opened 1 year ago
Did you ever find an answer to this? I have a K3s Cluster I'd like to use for this. It's a mixed cluster of X86 and Pi's but would prefer to set this one to run on Pi's only.
Did you ever find an answer to this? I have a K3s Cluster I'd like to use for this. It's a mixed cluster of X86 and Pi's but would prefer to set this one to run on Pi's only.
Nope, never found a solution sadly. I dropped the whole idea of a local podcast grabber for a while but coming back to it I'll probably just checkout https://github.com/SamTV12345/PodFetch since the author of that repo has popped into these issues off and on lately.
Good luck!
Thanks for the input. I ended up going with AudioBookshelf. It works well. The only thing I miss from my prior one is the auto play list for new episodes.
Not sure if it helps, but I run this on my RPi k0s cluster without issue.
docker pull akhilrex/podgrab --platform linux/arm64
Worked fine for me (I have pushed back the image in my registry). You can choose platform on Docker hub.
Looking at the Github action I also don't see anything particular done to build it.
I've attempted to install podgrab a few times today (linux manual install) on my raspberry pi 4 model b and noticed it was failing to build because it couldn't find the standard library. It appears you can toggle CGO_ENABLED and it'll build but it always fails to run.
Is this project supported on ARM devices?
Thank you!