Initial seeding of <podcast:license> tag values - optimization #603
Replies: 6 comments 24 replies
-
I'm very much in support of people in the 2.0 community who are good on the license/legal front helping pare down the giant list into only what's practical. We can then publish that as the recommended list in the main namespace document and be open to adding to it in the future upon request/consensus. I'm actually going to put this into Phase 7 plan. It's something I know @jamescridland has wanted. |
Beta Was this translation helpful? Give feedback.
-
In TrueFans we had the exact same problem as @Dwev - we looked at the 40+ licenses in the SPDX list. Originally we listed them all in a drop down but then we decided less is more and now we only list the 6 Creative Commons licenses. - see image 1 below. - we store this in the License Tag. We then display this license on the front-end app in the podcaster's info/about page with a link back to the Creative Commons page for more detail about the license. - see image 2 below We are currently talking with Julie/Jim Costello about adding a new music license based on Creative Commons. It would be a V4V license with similar attributes to the CC license such as share-alike or non-commercial. The one difference is the license will be revokable and it will have a few more attributes directly related to music. @joksas from RSSBlue will probably be the first host to add it and we will then add it to the list of licenses we currently support. There is nothing to say we can't extend this list with other licenses in the future but for now I think we are covered with CC licenses. Personally, I think ALL podcasters need a license to let people know WHAT they can do with their content because with Remote Items, GIUD's and VTS it is now much easier to include audio content from other podcasts or music and pay the other content owner. However not all content owners will want their audio reused and a license makes it clear they permit or do not want their music used in a musicast or a podcaster may not allow their podcast to be clipped. In the future, like the block and lock tags, apps will read the license and if the content license prevents it reuse then we could grey out the clipping option or prevent it being added to our VTS admin user interface. But to simplify, we have just used the 6 CC licenses in a drop down or we read the license tag. The other thing we do is auto-populate the copyright field if this is blank. |
Beta Was this translation helpful? Give feedback.
-
I'll start building a JSON list for the repo based on this:
|
Beta Was this translation helpful? Give feedback.
-
Ok, started the list. How does this look? This is just a start, to see if this format will work. https://github.com/Podcastindex-org/podcast-namespace/blob/main/licenses.json |
Beta Was this translation helpful? Give feedback.
-
@joksas Not sure how to add someone to the conversation. |
Beta Was this translation helpful? Give feedback.
-
Nothing in the V4V process requires retaining rights in a corrupt and broken system, and to do so just leads to revokation issues down the road. There should be a released into the public domain option. |
Beta Was this translation helpful? Give feedback.
-
I’m a podcaster, and a contributor to the open source Castopod hosting service, and I’m looking into adding specific support for the
<podcast:license>
tag (e.g. in the UI with a drop-down list of licenses, as opposed to a freeform tag in the “additional RSS” field Castopod uses.The SPDX list that is referred to on the tag information in the spec is very long, and includes licenses that have no relevance to podcasts (Adobe Utopia Font license?) so I’m wondering if there is a smarter way to approach this.
Ideally, I'd like to present the podcaster with a list of the most common licenses used for them to select from. In my mind that's likely to be All Rights Reserved and the Creative Commons variants, but there could be more. We could then iterate on this list if there are other licenses being used that aren't in the "pre-selection".
Right now, the podcastindex API doesn't allow me to filter podcast feeds by the license tag, so I can't get an idea of how it's currently being used, even in aggregate.
I believe it would be be useful to the community to see this kind of aggregate data on certain tags in any case - to make it easier to support Podcasting 2.0.
So for @daveajones, @benjaminbellamy, @jamescridland, @samsethi, and others - do you have a feel for the types of content licenses people are using for their podcasts, or access to data in aggregate that will give us a data-backed starting point?
Beta Was this translation helpful? Give feedback.
All reactions