Changes between Version 1 and Version 2 of Specs/VCLT


Ignore:
Timestamp:
12/13/11 10:43:10 (12 years ago)
Author:
ph3-der-loewe
Comment:

completed list of special keys

Legend:

Unmodified
Added
Removed
Modified
  • Specs/VCLT

    v1 v2  
    1111 
    1212The following keys are specific to this playlist format and may be used in other contexts (for example Tantalos) as well. 
    13 ||= Key                =||= Description =||= Example =|| 
    14 ||STREAMURL             || 
    15 ||FILENAME              || 
    16 ||FILEURL               || 
    17 ||LENGTH                || 
    18 ||HASH                  || 
    19 ||SIGNALINFO, AUDIOINFO || 
    20 ||OFFSET                || 
     13||= Key                =||= Description =||= Format =||= Example =|| 
     14||STREAMURL             || URL of a stream (non-seekable) for this resource. This is the normal case for webradio. || URL || http://radio.localnet:8000/stream.ogg || 
     15||FILENAME              || Filename of the resource || Filename (OS depending, '/' is preferred as directory separator) || /home/someuser/music/bla.ogg || 
     16||FILEURL               || URL to the resource || URL || http://localhost/~someuser/music/bla.ogg || 
     17||LENGTH                || Playback time of the source || [HH:]MM:SS[.ss[m[nnn]] || 00:04:32.33 || 
     18||HASH                  || Checksum or identifier for resource || {TYPE}value (value in common format for TYPE. Hex format generally preferred over Base64 if both is common) || {SHA1}da39a3ee5e6b4b0d3255bfef95601890afd80709, {UUID}e278173d-4d6d-4c66-95ec-4ec85eedc7d1 || 
     19||SIGNALINFO, AUDIOINFO || Information about the signal represented by this resource || See Specs/SignalInfoFormat || rate:44100Hz bits:16 channels:2 codec:flac || 
     20||OFFSET                || Offset of data (track) within given resource || Not yet defined || -/- || 
    2121 
    2222=== Notes ===