Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Podcast RSS feed imports #413

Merged
merged 10 commits into from
Apr 24, 2021
Merged

Commits on May 26, 2019

  1. Add support for podcast rss importer

    The importer will generate posts that use the podcast episode timestamp, the notes, as well as the audio file.
    
    For now, use open-embed to auto-magically turn the audio file into a playable resource via the html 5 audio tag..
    Nick Parfene committed May 26, 2019
    Configuration menu
    Copy the full SHA
    5f9baf8 View commit details
    Browse the repository at this point in the history
  2. Add support for toggling overwrite mode and for HTML5 audio tag

    Default overwrite remains true but it's now possible to toggle to false and maintain the edits in the _posts folder
    
    The audio file is now wrapped in an HTML audio tag so that browser can play it natively.
    Nick Parfene committed May 26, 2019
    Configuration menu
    Copy the full SHA
    21c355e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Fix warnings

    Nick Parfene committed May 31, 2019
    Configuration menu
    Copy the full SHA
    fc8d82c View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    Nick Parfene committed May 31, 2019
    Configuration menu
    Copy the full SHA
    43e5f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9fbd5 View commit details
    Browse the repository at this point in the history
  4. Extend RSS rather than Importer

    As per PR request
    Nick Parfene committed May 31, 2019
    Configuration menu
    Copy the full SHA
    7fc326e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4885e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc2bb3e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    3615103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84ebd5d View commit details
    Browse the repository at this point in the history