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

Itunes – set up podcasts, images, tags xml fields required #5

Open
gabelula opened this issue Jun 28, 2016 · 9 comments
Open

Itunes – set up podcasts, images, tags xml fields required #5

gabelula opened this issue Jun 28, 2016 · 9 comments
Assignees

Comments

@gabelula
Copy link
Member

@gabelula commented on Sat Jun 04 2016


@troff commented on Mon Jun 06 2016

Add these fields to Program content types
itunes category
itunes sub-category (if needed)
itunes explicit
Update Program feeds to pull from that information

@troff troff self-assigned this Oct 22, 2016
@troff
Copy link
Contributor

troff commented Oct 22, 2016

The Itunes feeds are now working and submitted for each program. BUT they are using static content for several fields, which would be good to replace with dynamic. The fields are:
image (KBOO generic)
author (KBOO)
explicit (yes)

this will be in:
sites/all/modules/custom/utilities/radio_station/lib/components/StationContentComponent.inc

@troff troff assigned troff and unassigned troff Nov 8, 2016
@BMeiers
Copy link

BMeiers commented Dec 13, 2016

Hey folks. I wanted to see if there was any possibility we could add our podcasts to Stitcher and Google Play.

@gabelula
Copy link
Member Author

gabelula commented Dec 13, 2016

Spotify also has podcasts now.

@troff troff closed this as completed Jul 28, 2017
@troff
Copy link
Contributor

troff commented Jul 28, 2017

from show host:
When we post audio for shows, even though we do not check "explicit" from the drop-down menu, and even though "clean" is now the default, podcasts still show up in the feed with a red E (presumably for explicit), even though it is not explicit!

response:
The reason that it shows up in ITunes as explicit is that we submitted all our podcasts, and had to err on the side of caution by making one single variable in our podcast coding for the 'explicit' variable on Itunes. Since we do have some explicit shows, we erred on the side of caution and made that variable 'explicit' for everything.

We would like to change the code so that we can differentiate between shows that are explicit and those that aren't.

@troff troff reopened this Jul 28, 2017
@kboofm kboofm deleted a comment from beefman1 Jul 28, 2017
@troff troff assigned ghost Jul 28, 2017
@beefman1
Copy link
Contributor

On dev now i have added logic to make it print yes if any episode in the podcast is explicit. In addition, it prints yes or no in each episode.

Note the explicit field was not required on dev prior to me setting it so a few minutes ago, so some may not have values and they will default to explicit.

@beefman1
Copy link
Contributor

beefman1 commented Dec 8, 2017

Ok to push live now?

@troff
Copy link
Contributor

troff commented Jan 2, 2018

yes to push live - question though @beefman1 did you edit:
sites/all/modules/custom/utilities/radio_station/lib/components/StationContentComponent.inc
to change the podcast/Itunes 'explicit' field from a static value to a variable?

@beefman1
Copy link
Contributor

beefman1 commented Jan 2, 2018

I think i did way back along with a different commit. Is live functioning as expected now?

@beefman1
Copy link
Contributor

beefman1 commented Jan 2, 2018

I believe the relevant changes are in radio_station/lib/processors/PodcastProcessor.inc and radio_station/templates/programs-podcast.tpl.php

the git commit is 7731696

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

4 participants