podlove / podlove-publisher

Podlove Podcast Publisher for WordPress
https://wordpress.org/plugins/podlove-podcasting-plugin-for-wordpress/
MIT License
299 stars 84 forks source link

RSS link and description pulled from WordPress instead of Podlove #410

Closed ofadam closed 10 years ago

ofadam commented 10 years ago

It seems that the Podlove RSS feed is still pulling the overall WordPress site URL and description, which iTunes actually will pull in:

https://itunes.apple.com/us/podcast/movie-night/id734187670

http://ofadam.com/feed/movienight

The site URL should be set to the Publisher URL: http://ofadam.com/movie-night

The description should be set to the subtitle: popcorn and tomfoolery

Is this a bug or do I have something configured incorrectly?

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:psc="http://podlove.org/simple-chapters" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:fh="http://purl.org/syndication/history/1.0" >

<channel>
    <title>Movie Night</title>
    <link>http://ofadam.com</link>
    <description>quote, unquote and quote.</description>
    <lastBuildDate>Tue, 27 May 2014 21:52:22 +0000</lastBuildDate>
    <atom:link rel="self" type="application/rss+xml" title="Movie Night (Movie Night podcast)" href="http://ofadam.com/feed/movienight/" />
    <atom:link rel="first" href="http://ofadam.com/feed/movienight/" />
eteubert commented 10 years ago

The description content looks like a bug. I'm not sure about the link content and your setup. It's supposed to link to the main WordPress site as this is also where the podcast is hosted. What is /movie-night? A WordPress page?

timpritlove commented 10 years ago

These are bugs. The field in RSS should be set by the Podcast Subtitle while the URL must point to the actual podcast page when blog and podcast are presented separately. This should be fixed in the next release.

Thanks for pointing that out.

timpritlove commented 10 years ago

Can you tell us what kind of page http://ofadam.com/movie-night/ actually is internally? Is it just a normal WP page using a template to list the episodes? Or is it the "Episode Archive" page with custom theme?

ofadam commented 10 years ago

That page is actually a regular WordPress page.

eteubert commented 10 years ago

You will be able to set a page as feed link after the next Publisher release. (in Expert Settings > Website)