• Resolved AMC4x4

    (@amc4x4)


    PowerPress version: 8.3.5
    Wordpress version: 5.5
    Feed: https://www.mindfog.com/feed/podcast/

    I hadn’t posted anything in almost two years. This was an issue about five years ago and then you fixed it or had a workaround in another version. The answer is on the old forum and I don’t know how to search for the answer.

    The issue is when posting a new episode, the Episode description appears correct in iTunes, but not in Spotify or through RSS. I use the Apple optimizations for Summary and Subtitle (they are both brief descriptions). If I recall correctly, the workaround for the RSS and Spotify feed using the post content for a description was to use the Apple optimization for Subtitle. At some point that must have changed again. If you look at an earlier episode (#25 or #24), you’ll see the difference.

    I need to have the Spotify feed, for example, use a similar Summary and Subtitle, but instead it grabs the post.

    Thanks for any help. I have tried checking and unchecking the “don’t allow other plugins to overwrite,” option, and then purged cache. It didn’t make a difference other than the description actually taking even more of the text instead of cutting it off.

    Thanks.

    • This topic was modified 5 years, 9 months ago by AMC4x4.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Mike Dell

    (@benzoid)

    RSS is a standard. All the different podcast apps and directories take different parts of the RSS (Tags) for their platform. It’s up to them.

    That being said, WordPress is a BLOGGING platform. Podcasting is just Blogging with an audio file. Therefore, the RSS from WordPress (Even with PowerPress) has 3 different tags to choose from. <Content:encoded> which if you have your WordPress set to show Full Text in the feed is the big main blog post conetent. <description> tag is the “summary” in WordPress (not to be confused with Apple’s Summary). Then there is the <summary> tag which is Apple’s “iTunes summary”. Spotify takes the content encoded and if that is missing then it uses the description tag. In no cases will Spotify take the Apple summary tag.

    The only way to truly control what is shown on all the platforms is to write it in the main blog post and give all the apps no other choice.

    -Mike

    Thread Starter AMC4x4

    (@amc4x4)

    Thanks for the answer, Mike. I understand what you are saying, but that is not how the behavior was before. Something has changed. If you notice my earlier episodes, they do *not* have the full blog post in the <description> for Spotify.

    There has to have been a way previously to override <description> being pulled from the blog post itself.

    Is there a place in PowerPress to manually enter what gets put into the RSS for the <description> field for a post when posting a podcast?

    UPDATE: It looks like from this page there is a Google Play Description Field: https://create.blubrry.com/resources/powerpress/powerpress-settings/basic-settings/

    I think once I was able to add that Google Play description, each post used it for <description>. I can’t seem to find that setting though. Can you assist?

    Thanks.

    • This reply was modified 5 years, 9 months ago by AMC4x4.
    • This reply was modified 5 years, 9 months ago by AMC4x4.
    Thread Starter AMC4x4

    (@amc4x4)

    I figured out what it was (in case anyone else wants to do the same thing). Took a lot of digging.

    I looked in the database files for my podcast and saw that the older entries had an “excerpt” field populated, while the new post had a blank field. Apparently, PowerPress will pull the <description> content for the post from the excerpt field if it is not empty. If it’s empty, it will pull the entire blog post (or summary, if that is selected in WordPress settings).

    The Classic Editor doesn’t seem to show the excerpt field in each Post composition screen, or perhaps a theme update no longer showed it in the classic editor.

    As soon as I enabled the Gutenberg editor and revealed the excerpt box, I put the same excerpt as I use for <itunes:subtitle> and <itunes:summary> into that excerpt box and now all my feeds are showing the excerpt I want to use in the <description> field for podcasts that use that field for the summary.

    • This reply was modified 5 years, 9 months ago by AMC4x4.
    • This reply was modified 5 years, 9 months ago by AMC4x4.
    Plugin Support Mike Dell

    (@benzoid)

    Do you know which editor you are using? (Block or classic)

    In both, there is a way to enable a “Excerpt” box in the post editor. When you have that enabled, there will be a box called “Excerpt” that you can put what you want in the description tag of the feed.

    Let me know what editor you are using and I can get you more specific instructions.

    -Mike

    • This reply was modified 5 years, 9 months ago by Mike Dell.
    Plugin Support Mike Dell

    (@benzoid)

    In classic Editor, click on Screen options and you can re-add the excerpt field. (didn’t see your second post before I replied)

    Glad you got it!

    Thread Starter AMC4x4

    (@amc4x4)

    Hi Mike,

    I did look in the classic editor because I saw others had the excerpt option. For me, it’s not there in WordPress 5.5. The only things I have under “Screen Options” are Author, Categories, Tags, Comments, and Date, followed by a Pagination option and View Mode (Compact or Extended – Extended did not reveal an excerpt option).

    EDIT: Looks like it’s theme-related. I found an article that suggested adding this line to my theme’s functions.php, so I did that and it’s good now!

    // Adding excerpt for page
    add_post_type_support( ‘page’, ‘excerpt’ );

    All good. Thank you for the suggestions!

    • This reply was modified 5 years, 9 months ago by AMC4x4.
    Plugin Support Mike Dell

    (@benzoid)

    I was going to say it sounds like a theme issue. Glad you found that fix.

    Happy Podcasting!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Episode Description Different on iTunes vs. Spotify’ is closed to new replies.