Comment 2 for bug 252457

Revision history for this message
mlaverdiere (mlaverdiere) wrote :

I'm not sure if I should open a new bug report, but the same thing applies to the (quite new) Samsung YP-S3, when used with the UMS firmware (for more details on how to use this device with Ubuntu, see: *)

In order to correct the problem, I've looked at the patch provided by the initial reporter and at other similar ones and I've tried, with success, to add the following lines in Samsung section of the file /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi :

          <!-- Samsung YP-S3 -->
          <match key="@storage.originating_device:usb.product_id" int="0x5090">
            <addset key="portable_audio_player.access_method.protocols" type="strlist">storage</addset>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.output_formats" type="strlist">application/ogg</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-wav</append>
            <append key="portable_audio_player.input_formats" type="strlist">audio/x-wav</append>
     <append key="portable_audio_player.audio_folders" type="strlist">Music/</append>
     <append key="portable_audio_player.playlist_format" type="strlist">audio/x-mpegurl</append>
     <append key="portable_audio_player.playlist_format" type="strlist">audio/x-scpls</append>
     <append key="portable_audio_player.playlist_path" type="strlist">Playlists/</append>
          </match>

Thanks.