XSPF Wish List

From XiphWiki
Revision as of 08:21, 3 June 2007 by Robsbox (talk | contribs)
Jump to navigation Jump to search

This page is a place to file requests for features for XSPF. Any kind of feature can be entered here, please don't be bashful.

  • Request: track start and end attributes. Some media servers permit range headers in the http request, to specify the start and stop positions of the content for the track.

See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35

For large video files the specification of start and end positions within the content for the track would relieve us from splitting or recoding videos just because we want to play a part of the content for the track. Please include tags to denote the byte offset within the file for the track, and require long long integers.

  • Request: MIME type of linked media
    • This would be parallel to the RSS enclosure 'type' attribute. It is for user-agents to use in guessing whether they would want to traverse some link.
    • Proposal: a new extension element defined as the result of a HEAD on the link.
  • Request: Semantics for M3U-like '#CURTRACK'
  • Request: Track creation & last modified dates
  • Request: playlist relativization: separate the base from the file locations relativized from the base. This apparently should be optional, because some (but i suppose not many) playlists might be desired to have entries with no common path entries. This will allow UI's to provide rebasing of playlists -- imagine a media set accessible locally, via FS, and remotely, via, say, HTTP.
    • This idea taken further brings a related one: separate sublist blocks each with own base.
      • Possibly nestable?