• This player does not seem to support MTP [1]. • The manual can be found under [2]. • Here is an excerpt from `dmesg` after connecting the device to the USB port. [ 4846.242455] usb 1-2: New USB device found, idVendor=0402, idProduct=5668 [ 4846.242468] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 4846.242477] usb 1-2: Product: Audio Player [ 4846.242484] usb 1-2: Manufacturer: ALi Corp. [ 4846.242491] usb 1-2: SerialNumber: 00101000100000000116 [ 4846.242802] usb 1-2: configuration #1 chosen from 1 choice The reported serialnumber is different from the one written on the device. • Playlists do not seem to be supported. • It can record FM radio and voice. I am not sure if that is meant with `InputFormats`. • I took the string for `Product` from the manual page. On the device it is only written »MP-375SD«. [1] http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilNBAEtTNaz0Jf-stbh3DDGKOlu_bB_jiGmxxKY%40mail.gmail.com&forum_name=libmtp-discuss [2] http://dspd.teac.de/fileadmin/redaktion/downloads/MP3%20Player/MP-375SD/Manual/MP-375SD_English.pdf Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- I attached this patch too. --- media-players/teac-mp-375sd.mpi | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 media-players/teac-mp-375sd.mpi diff --git a/media-players/teac-mp-375sd.mpi b/media-players/teac-mp-375sd.mpi new file mode 100644 index 0000000..1346610 --- /dev/null +++ b/media-players/teac-mp-375sd.mpi @@ -0,0 +1,13 @@ +[Device] +Product=MP3 Player MP-375SD +Vendor=TEAC +AccessProtocol=storage +DeviceMatch=usb:0402:5668; + +[Media] +InputFormats=audio/x-wav +OutputFormats=audio/mpeg;audio/x-wav;audio/x-ms-wma + +[storage] +DriveType=microsd +AudioFolders=Music;FMREC;VOICE -- 1.7.1
Thank you! Applied to trunk.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.