Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.1 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.1 KB

Podcast Publisher

Feed generator package installation

Dependencies

  • ffmpeg
  • python 3 (tested on 3.9 and above)
  • python libraries (installed via Makefile command)
  • gistfile1.py contains references to custom written ffmpeg and ffprobe scripts.

Install

make install

Run

Open two terminal panes (to check traffic on file server)

1st pane:

make run-file-server

2nd pane:

host=<local-ip> port=8080 title='TGS Podcast' dir_to_expose='tgs_podcast'  make run-feed-generator

Acccess

# test
curl <local-ip>:8080/TGS%20Podcast.xml

Enter the url above into the Apple Podcast app.
Your podcast will now appear as subscribed.
For as long as your <local-ip> stays the same, you can use this podcast feed to make episodes available offline.