When I try to use Banshee to copy files from to my Creative Zen Stone MP3 player it keeps converting the files from MP3 to FLAC.
It detects the player fine and copies files to it fine. Syncs to a playlist fine. But the only option I have under "Device Properties" is FLAC. There is no MP3 option for encoding. So instead of just copying the files it encodes them from MP3 to FLAC and then copies the FLAC files.
I have the Gstreamer multiverse ugly package installed from Synaptic already and MP# files play fine (most of my collection is MP3)
Is there something I am missing, a package I need to install that will let me sync MP3 files to my MP3 player as MP3's?
I already have ubuntu-restricted-extras installed
Make sure you have package
gstreamer0.10-plugins-ugly-multiverse
installed - it depends onlibmp3lame0
which is a basic requirement for encoding MP3 files.If you have this package installed, you could try to create
.is_audio_player
file in the root directory of your MP3 player (assuming it uses USB mass storage, not MTP) - there you can specify supported audio formats, e.g.:for MP3 and WMA. (There's some info on .is_audio_player in Rhythmbox FAQ, Banshee follows these options).
Also, you could try Rhythmbox for transfering the music just to see, whether the problem is Banshee specific or global (e.g. bad system specs for your MP3 player).
This is just a guess but try installing the package
ubuntu-restricted-extras
. It should contain all libraries needed for converting everything into everything.