Yeah!! I finally figured out how to get Amarok 2.1 to see and play from my SanDisk e200 mp3 player.
I Googled on: howto play music from you mp3 player in amarok and found this: MTP based devices
Opened a console and typed:
and got:
Opened Synaptic and searched on mtp and noticed the following apps:
mtpfs mtp-tools
mtpfs
mtp-tools
Installed both. Launched Amarok. Plugged in my SanDisk e200 and under Collections my SanDisk was there, listing all 469 tracks. Selected an album and right-clicked > Append to Playlist and there they were, on the Playlist side ready to play - playing it now!
So cool. 8) Still have to get the Album art issue figured out, but that's a small thing.
I now have everything working on my laptop. How cool is that? 8)
I Googled on: howto play music from you mp3 player in amarok and found this: MTP based devices
Creative Zen Portable Media Center, Creative Zen MicroPhoto and other MTP devices use a 2.x MTP/PlaysForSure firmware, which is not supported by libnjb, but is supported by libmtp. Beginning with Amarok 1.4.2, these devices are now supported.
Code:
sudo apt-get install --simulate libmtp
E: Couldn't find package libmtp
mtpfs mtp-tools
mtpfs
Description: FUSE filesystem for Media Transfer Protocol devices
MTPfs is a FUSE filesystem that supports reading and writing from MTP (Media
Transfer Protocol) devices, such as MP3 players, video players or digital
cameras.
.
In addition to revealing media files on the connected device, MTPfs exposes a
virtual directory called "/Playlists" which contains the device's playlists as
m3u files.
MTPfs is a FUSE filesystem that supports reading and writing from MTP (Media
Transfer Protocol) devices, such as MP3 players, video players or digital
cameras.
.
In addition to revealing media files on the connected device, MTPfs exposes a
virtual directory called "/Playlists" which contains the device's playlists as
m3u files.
Description: Media Transfer Protocol (MTP) library tools
A library for communicating with MTP aware devices. MTP (Media
Transfer Protocol) is necessary to communicate with some USB portable
devices like mp3 players, video players or digital camera.
.
While some portable device will use USB mass storage protocol or PTP
(picture transfer protocol), some device can only communicate through
MTP [ see http://en.wikipedia.org/wiki/Media_Transfer_Protocol ]
.
This package contains tools for communicating with MTP devices.
A library for communicating with MTP aware devices. MTP (Media
Transfer Protocol) is necessary to communicate with some USB portable
devices like mp3 players, video players or digital camera.
.
While some portable device will use USB mass storage protocol or PTP
(picture transfer protocol), some device can only communicate through
MTP [ see http://en.wikipedia.org/wiki/Media_Transfer_Protocol ]
.
This package contains tools for communicating with MTP devices.
So cool. 8) Still have to get the Album art issue figured out, but that's a small thing.
I now have everything working on my laptop. How cool is that? 8)
Comment