This is an old revision of the document!
PodFetch
PodFetch is a web app that let's you download and play podcasts.
It needs PostgreSQL, even if it doesnt use it, so:
> emerge postgresql
you don't need to run it.
Create user: <code bash> > useradd -d /data/daemons/podfetch -m -G media podfetch > su - podfetch > wget https://github.com/SamTV12345/PodFetch/releases/download/<use latest release>/podfetch-linux.zip > unzip podfetch-linux.zip