Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel title images are not displayed #43

Open
d3545t3r opened this issue May 26, 2024 · 1 comment
Open

Channel title images are not displayed #43

d3545t3r opened this issue May 26, 2024 · 1 comment

Comments

@d3545t3r
Copy link

For a few weeks now, I have had the problem that title graphics are no longer displayed in my podcast app. This only affects the self-hosted podcasts that I have downloaded with spodcast and is also independent of the app used.

IMG_20240526_052209

I have no idea where this problem is coming from, especially since the corresponding image tags in the RSS feed are set correctly.

<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" >
    <channel>
        <title>Gemischtes Hack</title>
        <link>https://open.spotify.com/show/7BTOsF2boKmlYr76BelijW</link>
        <image>
            <url>http://spodcast.xxxxxxx.info/Gemischtes_Hack//image.jpg</url>
            <title>Gemischtes Hack</title>
            <link>https://open.spotify.com/show/7BTOsF2boKmlYr76BelijW</link>
        </image>
        <description>Felix Lobrecht (Comedian und Autor) und Tommi Schmitt (TV-Moderator und Kolumnist) haben einen Podcast. Jeden Mittwoch exklusiv auf Spotify.</description>
        <atom:link href="http://spodcast.xxxxxxx.info/Gemischtes_Hack/" rel="self" type="application/rss+xml" />
        <item>


[ ...]

The images can also be called up and displayed in the browser via the corresponding url. So it seems that there are no rights problems on the server.

Maybe someone else has this problem and could give me some help.

@itslewin
Copy link

itslewin commented Jun 4, 2024

To me, this does not seem to be an issue with Spodcast, but rather your podcast app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants