Skip to content

🎧 Audio Player & Smarter Feed Editor

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:57

This release introduces a built-in audio player for podcasts and other audio-based feeds, along with several enhancements and configuration improvements.

New Features

  • Option to Hide Item Images
    A new boolean option, show_item_image, has been added. When set to false, it will completely hide the main image for all feed items.

  • Built-in Audio Player
    Feed items that include an audio enclosure (e.g., podcasts) will now display a simple, integrated audio player directly in the card. This can be disabled with the new show_audio_player option.

image

Improvements

  • Smarter Editor
    The card editor is now more intelligent and only displays configuration options relevant to the selected feed entity:

    • The "Show Audio Player" switch only appears if the feed contains audio enclosures.
    • Channel-related options (like "Show Channel Info") are only shown if the feed entity provides channel data.
  • Automatic Image Handling
    The card now automatically prevents duplicate images by hiding any <img> tags within an item's summary if a main hero image is being displayed. The old strip_summary_images option has been removed in favor of this improved, automatic behavior.

Configuration Changes

  • Added

    • show_audio_player (boolean, default: true) - Toggles the visibility of the audio player for items with audio.
    • show_item_image (boolean, default: true) - Toggles the visibility of the main image for feed items.
  • Removed

    • strip_summary_images - Now handled automatically. If a main item image is shown, images in the summary are hidden.