Closed
Description
According to Apple Podcast categories, specify a category with a subcategory:
<itunes:category text="Society & 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?