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

What to fill in for a category with subcategory? #161

Closed
hayschan opened this issue Jul 25, 2020 · 1 comment
Closed

What to fill in for a category with subcategory? #161

hayschan opened this issue Jul 25, 2020 · 1 comment
Labels
A-feed Area: iTunes XML feed C-enhancement Category: A PR with an enhancement help-wanted Needs help to fix this issue

Comments

@hayschan
Copy link

According to Apple Podcast categories, specify a category with a subcategory:

<itunes:category text="Society &amp; Culture">
  <itunes:category text="Documentary" />
</itunes:category>

For podsync, the corresponding line in the config file looks like this:
custom = { cover_art = "{IMAGE_URL}}", category = "TV", explicit = true, lang = "en" } # Optional feed customizations

What should I fill in for category if it is a Documentary under Society & Culture?

@mxpv
Copy link
Owner

mxpv commented Jul 25, 2020

Right now we specify top level category: https://github.com/mxpv/podsync/blob/master/pkg/feed/xml.go#L56
Should be easy to fix.

@mxpv mxpv added A-feed Area: iTunes XML feed C-enhancement Category: A PR with an enhancement help-wanted Needs help to fix this issue labels Jul 25, 2020
mxpv added a commit that referenced this issue Oct 4, 2020
@mxpv mxpv closed this as completed Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-feed Area: iTunes XML feed C-enhancement Category: A PR with an enhancement help-wanted Needs help to fix this issue
Projects
None yet
Development

No branches or pull requests

2 participants