tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Large images in Episodes are not presented as the entire card in apple podcasts #127

Open gaieges opened 2 days ago

gaieges commented 2 days ago

I have a feed that is generated through podgen, and it works great aside from one sticky issue I haven't been able to debug and was wondering if this community has any idea what's going on.

On the left in the screenshot below is the economist whos episode image properly takes up the entire card in the podcasts app (feed here, use curl). When using the same image url in both the episode itself and in the podcast root in my feed however, it still doesn't take up the entire card.

Do we know why that is?

Screenshot 2024-11-21 at 11 49 50 AM

This may very well be an apple nuance issue but figured y'all would know.

bgiaccio commented 2 days ago

On the Economist feed I see an image tag just after the <itunes:image> have you tried setting the image and see if that works? The rest appears to be the same

    <itunes:image href="https://assets.pippa.io/shows/62e286a934d4d93d6587424a/1708532528162-b9341a1e28f72ef144e53cf135fce49e.jpeg"/>
    <image>
      <url>https://assets.pippa.io/shows/62e286a934d4d93d6587424a/1708532528162-b9341a1e28f72ef144e53cf135fce49e.jpeg</url>
      <link>https://theintelligence.economist.com</link>
      <title>The Intelligence from The Economist</title>
    </image>
gaieges commented 2 days ago

Ahh great idea, but looks like it didn't fix the issue. I updated that gist with that content if you want to try it yourself.