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
Clear and concise description of the problem
In my RSS client (Emacs elfeed), all podcasts possess the title
Podfetchinstead of the actual podcast name likeMonero TalkorUngovernable Misfits, and this makes it impossible to understand which podcasts episode belongs to which podcast creator.A slice from my RSS reader:
for example, this should be like this:
and also when I open a podcast feed item, it seems like:
Suggested solution
As I checked the XML file of RSS feed, I saw that podcasts don't have their own
<title>field, but they inheritat 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
Linkpart? It just contains a hash value4de55c72-2fb3-4fda-8964-64124b22eea8that doesn't redirect me to any website. And I already have the podcast URL inEnclosure:field anyway, so what's the purpose of theLinkfield?Alternative
No response
Additional context
No response
Validations