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

Fix podcast title #295

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Fix podcast title #295

wants to merge 2 commits into from

Conversation

kirtangajjar
Copy link
Member

Description of the Change

This PR removes the Podcast customisation logic. The main reason being that since the change was added in the first github commit of this project 6 years ago, there was a bug in code because of which the podcast title was never changed. This changed with this PR, which tried to fix it, but the only problem with this fix is that there is no way to set the podcasting_title term meta.

For users who have been using this plugin for years, it would appear that the behavior of the plugin has been changed. Since we've anyway made the podcast title filterable, anyone who wants to modify the podcast title can use the filter.

Closes #292.

How to test the Change

  1. Checkout PR branch
  2. Open podcast feed and ensure that the podcast title does not contain site name.

Changelog Entry

Fixed - Podcast title changing

Credits

Props @kirtangajjar

Checklist:

  • I agree to follow this project's Code of Conduct.
  • All new and existing tests pass.

@kirtangajjar kirtangajjar requested a review from a team as a code owner June 9, 2024 00:05
@kirtangajjar kirtangajjar requested review from peterwilsoncc and removed request for a team June 9, 2024 00:05
@github-actions github-actions bot added this to the 1.8.1 milestone Jun 9, 2024
@github-actions github-actions bot added the needs:code-review This requires code review. label Jun 9, 2024
@peterwilsoncc
Copy link
Contributor

@kirtangajjar Am I able to clarify what you are intending for the RSS feed's title to be on this pull request?

On this branch the result is Podcast name – Site name
On the develop branch the result is Site name » Podcast name

Is that the change you are intending or are you intending the feed to simply be titled Podcast name?

@kirtangajjar
Copy link
Member Author

@kirtangajjar Am I able to clarify what you are intending for the RSS feed's title to be on this pull request?

On this branch the result is Podcast name – Site name On the develop branch the result is Site name » Podcast name

Is that the change you are intending or are you intending the feed to simply be titled Podcast name?

Oh thanks for noticing that. I just wanted to preserve the legacy behavior of the plugin, and I thought that the legacy behaviour does not include site name. I missed the site title there.

The original ticket mentions that they didn't want site name in feed, but I think the current PR preserves legacy behaviour so it should be good? Or do you feel it would be best to just have podcast name in the title? I can update the PR for that as well.

@github-actions github-actions bot added the needs:refresh This requires a refreshed PR to resolve. label Jun 27, 2024
Copy link
Contributor

@kirtangajjar thanks for the PR! Could you please rebase your PR on top of the latest changes in the base branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review. needs:refresh This requires a refreshed PR to resolve.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Podcast feed title unexpectedly adding site title
2 participants