GithubHelp home page GithubHelp logo

mayobytes / podcast-qa Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 18 KB

A very simple server to self-host a podcast feed. Intended for internal QA.

License: GNU Affero General Public License v3.0

Python 96.77% Shell 3.23%

podcast-qa's Introduction

podcast-qa

This is a tool I wrote to self-host a QA version of my podcast that I can share with friends and cohosts for feedback before content goes live on my main feed.


Dependencies

This requires python3 to run, and tmux if you use the start/stop scripts.

Ubuntu/Debain via apt

sudo apt install python3 tmux

MacOS via Homebrew

brew install python tmux


Usage

This server simply hosts an RSS feed (one you will have to create) named "feed.xml", an image/thumbnail named image.png, and mp3 episodes. It looks for the feed and image files in the same directory it is running in and the mp3 episodes should be in a sub-directory called "episodes".

Check out Apple's guide to RSS for more information on how to write your own feed.

Note that this is NOT intended for hosting a public facing show. I'm not a backend dev and the code intentionally does not cache anything so you can live change content without having to restart the server. I have also had weird issues around streaming on some apps. Downloading the episodes works fine there are currently some oddities around scrubbing through content that is being streamed without downloading.

Starting

./start.sh

Stopping

./stop.sh

All these scripts do is start the python server via tmux under the session "podcast-qa". For more information (including how to attach to the session to view logs) checkout this tmux guide.

podcast-qa's People

Contributors

mayobytes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.