[PATCH 0/2] Add two quirks to portable_audio_player namespace

Alex Eskin alexeskin at yahoo.com
Tue May 19 07:27:25 PDT 2009



I would like to add the following two quirks in in order
to write playlists to the Sansa Fuze and possibly other
mp3 players. 

The Fuze uses the m3u playlist format but with two quirks:
1) playlists must use dos format (i.e <cr><lf> line endings and
   \ pathname separators)
2) The entries in the playlist must be relative paths starting
   at the playlist file. Absolute paths are not currently supported.

The patch defines two new hal quirks:
portable_audio_player.quirk.playlist_dos_encoded
and
portable_audio_player.quirk.use_relative_paths

[PATCH 1/2] Add the quirks to the hal spec
[PATCH 2/2] Enable the quirks for the Fuze
 

 


      


More information about the hal mailing list