Skip to content

[Feature Request] RSS feed podcast items should carry their own titles based on their creator #2055

Description

@jontvrk

Clear and concise description of the problem

In my RSS client (Emacs elfeed), all podcasts possess the title Podfetch instead of the actual podcast name like Monero Talk or Ungovernable Misfits, and this makes it impossible to understand which podcasts episode belongs to which podcast creator.

A slice from my RSS reader:

2026-04-11 FCMP Update and More with Diego Salazar of Cypher Stack | EPI 3 Podfetch (podcast,unread)
2026-04-11 Cryptosquid Unpacks the NEW StartOS | FREEDOM TECH FRIDAY 36    Podfetch (podcast,unread)

for example, this should be like this:

2026-04-11 FCMP Update and More with Diego Salazar of Cypher Stack | EPI 3 Monero Talk (podcast,unread)
2026-04-11 Cryptosquid Unpacks the NEW StartOS | FREEDOM TECH FRIDAY 36    Ungovernable Misfits (podcast,unread)

and also when I open a podcast feed item, it seems like:

Title: FCMP Update and More with Diego Salazar of Cypher Stack | EPI 379
Date: Sat, 11 Apr 2026 23:00:00 UTC
Feed: Podfetch
Tags: podcast
Link: 4de55c72-2fb3-4fda-8964-64124b22eea8
Enclosure: <REDACTED>

Suggested solution

As I checked the XML file of RSS feed, I saw that podcasts don't have their own <title> field, but they inherit

<channel>
  <title>Podfetch</title>
  ...

at the beginning of the XML file.

So, letting each podcast to have their own title like <title>Monero Talk</title> would make it clear which podcast item belongs to which podcast creator.

PS: what is Link part? It just contains a hash value 4de55c72-2fb3-4fda-8964-64124b22eea8 that doesn't redirect me to any website. And I already have the podcast URL in Enclosure: field anyway, so what's the purpose of the Link field?

Alternative

No response

Additional context

No response

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions