From f0eec39b4be74de1d33a29fc28eb24037bd5b4f1 Mon Sep 17 00:00:00 2001 From: Alex Eskin Date: Tue, 19 May 2009 01:39:16 -0500 Subject: [PATCH] Add two quirks to the portable_audio_player namespace These two quirks are needed for the Sansa Fuze (and possibly other Sansa mp3 players) in MSC mode. If portable_audio_player.quirk.playlist_dos_encoded is true, playlists must use dos format (i.e CR LF line endings and \ pathname separators). If portable_audio_player.quirk.playlist_use_relative_paths is true, the entries in the playlist must be relative paths starting at the playlist file. --- doc/spec/hal-spec-properties.xml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index db7abee..133f722 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -6053,6 +6053,27 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} + portable_audio_player.quirk.playlist_dos_encoded (bool) + + + No + + Playlists must use dos format (i.e CR LF line endings and \ pathname separators). + + + + + portable_audio_player.quirk.playlist_use_relative_paths (bool) + + + No + + The entries in the playlist must be relative paths starting + at the playlist file. + + + + portable_audio_player.storage_device (string) examples: a udi -- 1.6.0.6