Skip to content

Navigation Menu

Sign in
Sign up

Podcast GUID changed #48

Unanswered
benhartwich asked this question in Q&A
Feb 14, 2025 · 3 comments · 4 replies
Discussion options

Hi,

we ́ve detected a bug at our podlove plugin, which caused the same guid for different podcasts at the same installation, which was solved today. Now every podcast has again its own GUID. Does op3 recognize this automatically? Any kind of matchig prior stats / analytics would not be possible?

You must be logged in to vote

Replies: 3 comments 4 replies

Comment options

Hi there - can you be specific? How are you using the podcast guid? And do you have some example podcast measured by OP3 to check?

You must be logged in to vote
0 replies
Comment options

E.g. this guid c14a9472-0144-451e-9db2-a7f3b1a2da6f produces an 404 error, although it is valid by op3 search.

You must be logged in to vote
0 replies
Comment options

That show's stats page is here: https://op3.dev/show/3e485a7847df41bab0517f1598e1b1e4

Every show has a stable internal OP3 uuid that never changes, used as the suffix in that link instead of the guid. Podcast guids, while perhaps a good idea in theory, have turned out to be a disaster in practice, since feed generators simply can't seem to grasp the concept. Duplicate/changing podcast guids are worse than not having them at all. And of course most feeds don't declare them in the first place.

If a show has messed up their podcast guid, you can always find the stable OP3 show uuid using the api (https://op3.dev/api/docs#tag/shows/operation/viewShowInformation) using the feed url, then using the show uuid going forward.

I may end up ditching defaulting to the podcast-guid-based link in that setup page as well, and just use the OP3 show uuid-based links there instead.

You must be logged in to vote
4 replies
Comment options

Thanks - I ́ve written a little shell script to get the show id by rss feed. One show hasn ́t succeeded, although it is available by guid: https://audio.liferadio.at/show/wahrheitoderpflicht/feed/mp3/ - it seems that the show hasn ́t any statsPageUrl.

Comment options

If it helps, Ben - search for the show in Podnews; if there's a show page, we'll link to it using the URL.

Comment options

Comment options

One show hasn ́t succeeded

Not sure what you mean, this works for me:

  • base64 of https://audio.liferadio.at/show/wahrheitoderpflicht/feed/mp3/ is aHR0cHM6Ly9hdWRpby5saWZlcmFkaW8uYXQvc2hvdy93YWhyaGVpdG9kZXJwZmxpY2h0L2ZlZWQvbXAzLw==
  • fetch https://op3.dev/api/1/shows/aHR0cHM6Ly9hdWRpby5saWZlcmFkaW8uYXQvc2hvdy93YWhyaGVpdG9kZXJwZmxpY2h0L2ZlZWQvbXAzLw==?token=preview07ce yields
{
 "showUuid": "4f7804bc1f59473ca8511ae33be86a2e",
 "title": "Wahrheit oder Pflicht",
 "podcastGuid": "b41c7d74-d611-4bdc-bc45-1558fba76f0b",
 "statsPageUrl": "https://op3.dev/show/4f7804bc1f59473ca8511ae33be86a2e"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /