app-store/apps/podfetch/metadata/description.md
DrMxrcy e12f024c5d
Add PodFetch (#307)
* Add Podfetch

* Update Index

* Resolve Changes
2023-04-04 17:06:11 -04:00

3.3 KiB

Podfetch is a self-hosted podcast manager. It is a web app that lets you download podcasts and listen to them online. It is written in Rust and uses React for the frontend.

Every time a new commit is pushed to the main branch, a new docker image is built and pushed to docker hub. So it is best to use something like watchtower to automatically update the docker image.

API Info

Sign up for an Podcast Index account to get an API key.

Folder Info

Root Folder Container Folder
/runtipi/app-data/podfetch/data/podfetch-db /app/db
/runtipi/media/data/podcasts:/app/podcasts /app/podcasts

UI

Audio Player

The podcast listening tool contains an advanced audio player that can be used to listen to your podcasts,skip episodes, turn the volumes as high as 300% or skip around in the current episode. Audio Player

Continue right where you stopped

The tool will automatically save your progress in the current episode and will resume from where you left off even if you close the browser. You can continue listening on all devices by just hitting play on any episode on your home screen.

Continue listening to episodes

Search for podcasts

You can search for podcast episodes by hitting CTRL+F and typing any word that might appear in the description or title of the podcast episode you want to listen to. Audio Player

Internationalization

Podfetch is currently available in English and German. If you want to add a new language you can do so by adding a new file to the i18n folder and adding the translations to the file.

RSS feed

Podfetch offers an own feed to download podcast episodes. You can add the url <SERVER_URL>/rss to your favorite podcast app like gPodder to download and play episodes. s

Roadmap

  • Add podcasts via Itunes API
  • Check for new episodes.
  • Download episodes.
  • Play episodes.
  • Force refresh download of podcast episodes.
  • Force refresh of podcast episodes.
  • Resume podcasts even if browser is closed.
  • Add websocket support for new podcasts.
  • Add detailed audio player.
  • Star podcasts.
  • Unsubscribe podcasts.
  • Add retrieving podcasts from Podcastindex.org.
  • Basic Auth.
  • Import from OPML file.
  • Like episodes.
  • Delete podcasts.