TrekStor i.Beat jump not recognized as music player

Bug #61116 reported by Mika Fischer
0
Affects Status Importance Assigned to Milestone
HAL
Fix Released
Medium
hal (Ubuntu)
Fix Released
Low
Martin Pitt

Bug Description

Adding the following to
/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi fixed it:

        <!-- TrekStor i.Beat jump MP3 Player -->
        <match key="@storage.physical_device:usb.vendor_id" int="0x066f">
          <match key="@storage.physical_device:usb.product_id" int="0x835d">
            <append key="info.capabilities"
type="strlist">portable_audio_player</append>
            <merge key="info.category" type="string">portable_audio_player</merge>
            <merge key="portable_audio_player.type" type="string">generic</merge>
            <merge key="portable_audio_player.access_method"
type="string">storage</merge>
            <merge key="portable_audio_player.storage_device"
type="copy_property">info.udi</merge>
            <append key="portable_audio_player.output_formats"
type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.output_formats"
type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.input_formats"
type="strlist">audio/x-wav</append>
          </match>
        </match>

I didn't know if I should add wav to the output formats because the manual
states that the player can only play 8kHz and 16kHz wav files (the same formats
that it can record).

Revision history for this message
Mika Fischer (zoop) wrote :

Adding the following to
/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi fixed it:

        <!-- TrekStor i.Beat jump MP3 Player -->
        <match key="@storage.physical_device:usb.vendor_id" int="0x066f">
          <match key="@storage.physical_device:usb.product_id" int="0x835d">
            <append key="info.capabilities"
type="strlist">portable_audio_player</append>
            <merge key="info.category" type="string">portable_audio_player</merge>
            <merge key="portable_audio_player.type" type="string">generic</merge>
            <merge key="portable_audio_player.access_method"
type="string">storage</merge>
            <merge key="portable_audio_player.storage_device"
type="copy_property">info.udi</merge>
            <append key="portable_audio_player.output_formats"
type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.output_formats"
type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.input_formats"
type="strlist">audio/x-wav</append>
          </match>
        </match>

I didn't know if I should add wav to the output formats because the manual
states that the player can only play 8kHz and 16kHz wav files (the same formats
that it can record).

Changed in hal:
status: Unknown → Confirmed
Martin Pitt (pitti)
Changed in hal:
assignee: nobody → pitti
importance: Untriaged → Low
status: Unconfirmed → In Progress
Martin Pitt (pitti)
Changed in hal:
status: In Progress → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

 hal (0.5.7.1-0ubuntu13) edgy; urgency=low
 .
   * debian/patches/02_ignored_volumes.patch: Ignore unmounted
     non-hotpluggable/non-removable crypto volumes. Closes: LP#46529
   * debian/patches/17-mp3-player-fdi.patch: Add TrekStor i.Beat jump MP3
     Player. Closes: LP#61116

Changed in hal:
status: Fix Committed → Fix Released
Revision history for this message
In , Danny Kukawka (danny-kukawka) wrote :

This is alread/now part of the fdi-file in the hal-info package

Changed in hal:
status: Confirmed → Fix Released
Changed in hal:
importance: Unknown → Medium
Changed in hal:
importance: Medium → Unknown
Changed in hal:
importance: Unknown → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.