Someone else just recently emailed me about this problem as well ... The problem is that the Central doesn't actualyl fill out the ID3 tags on the file, it just sets them in the central's database. The way jEmplode copies is that it just opens a stream onto the file and imports it just like it would off of your local filesystem. But the tags aren't actually in there, so it falls back to just using the filename as the title. I believe you'll find that you lost all of your tags in the conversion. I've been meaning to come up with a workaround to this where I can float the tags along with the stream ...