https://github.com/jkbrzt/podcats
π§ πππ Podcats generates RSS feeds for podcast episodes from local audio files and, optionally, exposes both via a built-in web server.
https://github.com/jkbrzt/podcats
audio audiobooks feed flask importer itunes jakubroztocil overcast podcast podcasts python rss server
Last synced: 4 months ago
JSON representation
π§ πππ Podcats generates RSS feeds for podcast episodes from local audio files and, optionally, exposes both via a built-in web server.
- Host: GitHub
- URL: https://github.com/jkbrzt/podcats
- Owner: jkbrzt
- License: other
- Created: 2012-12-09T16:54:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T07:12:50.000Z (over 4 years ago)
- Last Synced: 2024-05-21T20:13:15.831Z (about 2 years ago)
- Topics: audio, audiobooks, feed, flask, importer, itunes, jakubroztocil, overcast, podcast, podcasts, python, rss, server
- Language: Python
- Homepage: https://pypi.org/project/podcats
- Size: 45.9 KB
- Stars: 127
- Watchers: 12
- Forks: 28
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Podcats
#######
.. image:: https://github.com/jakubroztocil/podcats/workflows/Build/badge.svg
:target: https://github.com/jakubroztocil/podcats/actions
Podcats generates RSS feeds for podcast episodes from local audio files and,
optionally, exposes both the feed and episodes via a built in web server,
so that they can be conveniently imported into iTunes, Overcast or another
podcast client.
Installation
============
::
$ pip install podcats
Usage
=====
Generate a podcast RSS from audio files stored in `my/offline/podcasts`::
$ podcats generate my/offline/podcasts
Generate & serve the feed as well as the files at http://localhost:5000. ::
$ podcats serve my/offline/podcasts
A web interface is available at http://localhost:5000/web.
You can also generate the html for the web interface. ::
$ podcats generate_html my/offline/podcasts
For more options see ``podcats --help``.
Contact
=======
Jakub RoztoΔil
* https://github.com/jakubroztocil
* https://twitter.com/jakubroztocil
* https://roztocil.co
Changelog
=========
0.6.3 (2019-02-03)
------------------
* Fixed relative paths.
0.6.2 (2018-11-25)
------------------
* Fixed missing templates in PyPI package.
0.6.1 (2018-11-20)
------------------
* Find and show eventual book covers in web interface (@tiktuk)
0.6.0 (2018-11-20)
------------------
* Added a web interface (@tiktuk)
* Support m4b-files (@tiktuk)
* Added ``--debug`` flag (@tiktuk)
* Feed now validates against RSS spec (@tiktuk)
0.5.0 (2017-02-26)
------------------
* Fixed ``setup.py`` for Python 3 (@ymomoi)
0.3.0 (2017-02-23)
------------------
* Added Python 3 support
* Improved episode ID tag title extraction (@ymomoi)
* Replaced ``--url`` with ``--host`` and ``--port`` (@ymomoi)