|
|
Line 24: |
Line 24: |
| ==See also== | | ==See also== |
| * [[TINT based filing]] | | * [[TINT based filing]] |
|
| |
| ===Examples for valid pathes===
| |
| *single disc albums
| |
| **<tt>My Music\El rey del compas (1941-1943) '''828766933420'''\'''1''' El rey del compás.flac</tt>
| |
| **<tt>My Music\'''828766933420'''_El_rey_del_compas_(1941-1943)\'''1''' El rey del compás.flac</tt>
| |
| **<tt>My Music\'''828766933420'''-'''1'''_El_rey_del_compas_(1941-1943)\'''1''' El rey del compás.flac</tt>
| |
| *multi disc albums
| |
| **<tt>My Music\40 Grandes Exitos (CD1 of 2) '''8427328146067'''-'''1'''\'''01''' Patotero sentimental.flac</tt>
| |
| **<tt>My Music\'''8427328146067'''-'''1'''_40 Grandes Exitos (CD1 of 2)\'''01''' Patotero sentimental.flac</tt>
| |
| **<tt>My Music\40 Grandes Exitos (CD2 of 2) '''8427328146067'''-'''2'''\'''01''' Porteño y bailarín.flac</tt>
| |
| **<tt>My Music\'''08427328146067'''\'''2'''\'''1'''.flac</tt> [TINT]
| |
| **<tt>My Music\'''08427328146067'''-'''2'''\'''1'''.flac</tt> [TINT]
| |
| **<tt>My Music\'''08427328146067'''-'''2'''-'''1'''.flac</tt> [TINT]
| |
| **? <tt>My Music\'''08427328146067'''\'''2'''-'''1'''.flac</tt> [TINT]
| |
| ***take care with <tt>My Music\'''08427328146067'''\'''2'''-'''9'''_de_julio.flac</tt>
| |
| ****track 9 on disc 2 or track two on a single disc album?
| |
| **<tt>My Music\'''08427328146067'''-'''002'''\'''1'''.flac</tt>
| |
Revision as of 2008-03-07T13:46:09
Overview
The TINT scheme is a TIN-based scheme for referencing individual tracks.
A TINT is a reference to one track of one side of one album, and is of the form:
- <TIN>-<Disc#>-<Track#> e.g. 00008637207120-1-1 .
Disc# and Track# are decimal numbers without leading zeros.
TINT\ is an alternative presentation in which '-' is replaced by '\'. Likewise TINT/.
TINT fields and tags
TINT field values are usefully stored in the audio file tags, for example:
- TIN - stored in a custom sub-field of the Album field, e.g. King of Rhythm 1937-1944 [00008637207120]
- Disc# - stored in the particular format's equivalent field, as either the entire tag value or where the tag value is in two-part format, the first part e.g. the 1 in 1/2 for the first disc of a two-disc album. E.g.
- Track# - stored as normal in the format's Track Number field.
See also