~ubuntu-branches/ubuntu/lucid/media-player-info/lucid-updates

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-24 09:47:41 UTC
  • mfrom: (6.1.11 precise)
  • Revision ID: package-import@ubuntu.com-20120124094741-hipn4fe17d5tehtw
Tags: 16-1~lucid1
Backport current release to Lucid as per MicroReleaseException.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
============
3
3
 
4
4
media-player-info is a repository of data files describing media player
5
 
(mostly USB Mass Storage ones) capabilities. These files contain information
 
5
(only USB Mass Storage ones) capabilities. These files contain information
6
6
about the directory layout to use to add music to these devices, about the
7
7
supported file formats, ... These capabilities used to be provided by HAL 
8
8
in the 10-usb-music-players.fdi file but had to be moved elsewhere as part
27
27
because not many apps need it, and because we didn't want to repeat the same
28
28
mistakes as HAL and include everything in its database.
29
29
 
 
30
If you encounter an USB Mass Storage device that isn't detected correctly, 
 
31
please open a bug against media-player-info :
 
32
https://bugs.freedesktop.org/enter_bug.cgi?product=media-player-info
 
33
 
30
34
 
31
35
MPI FILE FORMAT
32
36
===============
69
73
absent, it means the player doesn't support playlists (or that the information
70
74
contained in media-player-info is incomplete, in such a case, please email us
71
75
or file a bug).
72
 
- Formats: it's a semi-colon-separated list of the mime-types of the
 
76
- Formats: a semi-colon-separated list of the mime-types of the
73
77
  playlist formats supported by the device
74
 
 
 
78
- FolderSeparator: separator between directory/file names in playlist files. If
 
79
  not given, "Unix" is assumed, which uses '/'. Some players require 
 
80
  "DOS", which will use '\'. Other values are invalid and will be ignored.
 
81
- LineEnding: line separator in playlist files. This can have the values 'CR',
 
82
  'LF', or 'CRLF', which correspond to 0x0D (\r), 0x0A (\n), and 0x0D0A (\r\n)
 
83
  respectively. If not given, the default behaviour depends on the music player
 
84
  software.
75
85
 
76
86
The [storage] section describes the location where media files can be found and
77
87
have to be stored.