Proposal: Clarifying Copyright for mixed content in feeds via <podcast:copyright> #700
Replies: 1 comment 1 reply
-
Hey @fritz-fritz TrueFans already supports the original RSS 2.0 copyright tag and the Podcasting 2.0 license tag. I agree that often there is no Copyright declared in RSS feeds, so we automatically complete this field if it is blank with a Copyright statement - Year, Podcast Name etc. Equally, if there is no license, we automatically add All Rights Reserved. Of course, if these fields are pre-populated in the RSS feed we respect that. If I read you correctly you want to add Item Level Copyright and License options as the current spec only support the Channel level? And the other change is to provide multiple copyright options. This is very easily done but do you have an RSS feed or Podcast with this requirement. ![]() |
Beta Was this translation helpful? Give feedback.
-
Clarifying Copyright for mixed content in feeds
Motivation
It seems the RSS 2.0
<copyright>
tag is rarely adopted by clients and is not standardized very well. It also is only available at thechannel
level whereas feeds consist of multiple works that might fall under different copyrights (e.g. Images, Videos, Audio, Content, Music).While the US Copyright Act leaves copyright notices as optional there are legal benefits for including them whether or not you register with the US Copyright Office.
Up until now I have been primarily appending copyright notice to the bottom of each episode description which works but is less than ideal.
Proposal
I propose adopting a new optional tag that would enable an easy to parse structure for revealing legal notice of copyright (which is different from the intention behind a license).
I would propose the following where
type
andyear
are optional free form fields and copyright can be specified more than once:<podcast:copyright>
would supersede a<copyright>
tag in supporting clients.<podcast:copyright>
without a year should default to the publication date of theitem
orchannel
.<podcast:copyright>
with a specified type should be associated with the value.item
without a<podcast:copyright>
should inherit thechannel
<podcast:copyright>
value if present but use theitem
pubdate
.Example:
This style would be quite easy for clients to iterate and parse:
I believe that podcasts would generally fall under Collective Works and the episodes themselves would qualify as a Sound Recording.
If you wanted to codify the types we might be able to reference the Works of the Performing Arts Compendium from the US Copyright Office or their registration portal but I think generally speaking leaving this a free form field might be sufficient.
Benefits
Including structured copyright metadata offers clear attribution and ownership, which benefits creators and contributors.
Podcasts frequently contain layered IP — music, sound design, speeches, interviews. This proposal enables clear, structured ownership declarations for each, at both channel and item levels.
By providing a machine-readable structure, apps and players can optionally display proper legal notices or attributions.
While not legally required, including copyright notices has tangible legal advantages, such as rebutting “innocent infringement” defenses and asserting your rights proactively.
This proposal is additive. Clients not supporting the podcast: namespace will gracefully ignore the tag, while newer clients can use the structured data.
I see this particularly useful for audiobook series published as a podcast, episodic speakers giving talks/lectures, and music podcasts amongst others.
Beta Was this translation helpful? Give feedback.
All reactions