TINP: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
Line 20: Line 20:
http://tools.tango.info/checkdigit.php
http://tools.tango.info/checkdigit.php


==Extension for addressing a specific track, perhaps called TINT ==
==TINT==
*to do
The TINT scheme is a TIN-based scheme for addressing individual tracks.
**How to address a single side (e.g. CD) of a multiple-side album e.g a double CD album having one UPC/EAN (barcode number)
 
**How to address a particular track on a Side
A TINT is a reference to one track of one side of one album, and is of the form:
**Suggestion:  
*<nowiki><TIN>-<d>-<t> where <d> and <t></nowiki> are the decimal side and track number without leading zeros.
***<nowiki><TIN>-<d>-<t> where <d> and <t></nowiki> are variable-length side and track numbers optionally with leading zeros e.g. 02480002300120-1-01 , 02480002300120-1-20 '''PREFERRED'''
 
***<nowiki><TIN>-<dd>-<ttt></nowiki>where d and t are successive digits of zero-padded side and track numbers e.g. 02480002300120-01-012
TINT\ is an alternative presentation in which '-' is replaced by '\'. Likewise TINT/.
***<TIN>d<d>t<t> where d and t are variable-length side and track numbers e.g. 02480002300120d1t12
 
***<TIN>cd<d>t<t> where d and t are variable-length disc and track numbers e.g. 02480002300120cd1t12
****direct understandable by humans (cd = CD), good for search engines but inappropriate for non-CD sides.
;reading
;reading
*http://www.id3.org/id3v2.4.0-frames
*http://www.id3.org/id3v2.4.0-frames

Revision as of 2008-02-19T01:40:48

Overview

TIN (Tango Info Number) is a 14-digit numeric identifier used by tango.info and others.

The TIN scheme was designed by tango.info to be used instead of the GTIN (Global Trade Item Number) scheme where tango-related items need to be covered. It covers all items that GTIN does, plus tango items that GTIN does not cover due to the GTIN authority having not assigned them numbers.

The TIN set is a superset of the used GTIN set. Specifically, it contains all used numbers in the GTIN set, and it also contains special TINs.

usage

tango.info uses TINs in URLs, e.g.

http://eng.tango.info/00724383741328
http://eng.tango.info/02480002201526

they are also needed for tagging with tools.tango.info.

checkdigit

http://tools.tango.info/checkdigit.php

TINT

The TINT scheme is a TIN-based scheme for addressing individual tracks.

A TINT is a reference to one track of one side of one album, and is of the form:

  • <TIN>-<d>-<t> where <d> and <t> are the decimal side and track number without leading zeros.

TINT\ is an alternative presentation in which '-' is replaced by '\'. Likewise TINT/.

reading

4.2.1 TPOS Part of a set

 The 'Part of a set' frame is a numeric string that describes which
 part of a set the audio came from. This frame is used if the source
 described in the "TALB" frame is divided into several mediums, e.g. a
 double CD. The value MAY be extended with a "/" character and a
 numeric string containing the total number of parts in the set. E.g.
 "1/2".

This means that the latest version of the standard for ID3 tags (the type of tags used in MP3 files) has a tag field for side number e.g. the first CD of a two-CD album would have TPOS "1/2".