VorbisComment: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
m (formatting)
No edit summary
Line 1: Line 1:
The basic document describes LICENSE and COPYRIGHT fields, but is
The goal for this page is to discuss how to improve the Vorbis Comment spesification.
perhaps not clear enough about whether these should be
machine-readable:


* http://xiph.org/vorbis/doc/v-comment.html
==Field names==
Some proposals for extra field names:
 
* [http://reactor-core.org/ogg-tagging.html Ogg Vorbis Comment Field Recommendations]
* [http://gophernet.org/articles/vorbiscomment/ Proposals for extending Ogg Vorbis comments]
* [http://sbooth.org/importers/ Spotlight importer] (not a proposal, but noteworthy implementation)
 
===Dates and time===
The goal is to spesify a format for describing dates.
 
====Proposals====
The date format for any field describing a date must follow the ISO scheme: YYYY-MM-DD or shortned to just YYYY-MM or simply YYYY.


Some proposals for extra field names:
The time format for any field '''except''' track duration must be spesified with leading T and ending with a time zone. Schemas with and without dates: YYYY-MM-DDTHH:MM:SS+TS THH:MM+TZ
 
===Improving license data===
The goal is to provide a method for proclaming license and copyright information (bascially clarifying ‘distribution rights (if any) and ownership’).
 
The [http://xiph.org/vorbis/doc/v-comment.html spec. document] describes LICENSE and COPYRIGHT fields. But is not clear enough about whether these should be
machine-readable.
 
We should consider working together with Creative Commons to have complementary and interlinked information on the CC and Xiph wikis. Refer to the [http://wiki.creativecommons.org/Ogg Ogg page] in the CC wiki.
 
====Proposals====
One proposal is to replace the COPYRIGHT and LISENCE field names with RIGHTS. The ''Dublin Core Metadata Initiative'' recommends the use of ‘rights’ to describe license and copyright matters. RIGHTS must be a human-readable copyright statement. Basic example:
 
<nowiki>RIGHTS=Copyright © Recording Company Inc. All distribution rights reserved.</nowiki>
 
But this is not machine-readable. Adding two complementary field names should do the trick: RIGHTS-DATE, describing the date of copyright; and RIGHTS-URI, providing a method for linking to a license. Software agents can assume that multiple songs uses the sameURIs, such as in the case for Creative Commons. Full example:


* http://reactor-core.org/ogg-tagging.html
<nowiki>RIGHTS=Copyright © 2019 Recording Company Inc. All distribution rights reserved.</nowiki><br />
* http://www.gophernet.org/articles/vorbiscomment/
<nowiki>RIGHTS-DATE: 2019-04</nowiki><br />
<nowiki>RIGHTS-URI: http://somewhere.com/license.xhtml</nowiki>


The recommendation at Creative Commons -- we should probably work
Software such as for multimedia managment and playback are enccuraged to display the RIGHTS statement as a linked phrase using RIGHTS-URI.
together to have complementary and interlinked information on the CC
and Xiph wikis:


* http://wiki.creativecommons.org/Ogg
RIGHTS-DATE does not need to be displayed as it is required in the human readable version by international copyright agreements. RIGHTS-DATE can be used to determine when a copyrighted work falls under the public domain and related matters.

Revision as of 12:32, 12 September 2007

The goal for this page is to discuss how to improve the Vorbis Comment spesification.

Field names

Some proposals for extra field names:

Dates and time

The goal is to spesify a format for describing dates.

Proposals

The date format for any field describing a date must follow the ISO scheme: YYYY-MM-DD or shortned to just YYYY-MM or simply YYYY.

The time format for any field except track duration must be spesified with leading T and ending with a time zone. Schemas with and without dates: YYYY-MM-DDTHH:MM:SS+TS THH:MM+TZ

Improving license data

The goal is to provide a method for proclaming license and copyright information (bascially clarifying ‘distribution rights (if any) and ownership’).

The spec. document describes LICENSE and COPYRIGHT fields. But is not clear enough about whether these should be machine-readable.

We should consider working together with Creative Commons to have complementary and interlinked information on the CC and Xiph wikis. Refer to the Ogg page in the CC wiki.

Proposals

One proposal is to replace the COPYRIGHT and LISENCE field names with RIGHTS. The Dublin Core Metadata Initiative recommends the use of ‘rights’ to describe license and copyright matters. RIGHTS must be a human-readable copyright statement. Basic example:

RIGHTS=Copyright © Recording Company Inc. All distribution rights reserved.

But this is not machine-readable. Adding two complementary field names should do the trick: RIGHTS-DATE, describing the date of copyright; and RIGHTS-URI, providing a method for linking to a license. Software agents can assume that multiple songs uses the sameURIs, such as in the case for Creative Commons. Full example:

RIGHTS=Copyright © 2019 Recording Company Inc. All distribution rights reserved.
RIGHTS-DATE: 2019-04
RIGHTS-URI: http://somewhere.com/license.xhtml

Software such as for multimedia managment and playback are enccuraged to display the RIGHTS statement as a linked phrase using RIGHTS-URI.

RIGHTS-DATE does not need to be displayed as it is required in the human readable version by international copyright agreements. RIGHTS-DATE can be used to determine when a copyrighted work falls under the public domain and related matters.