I'm trying to import my iTunes library into Banshee. Unfortunately, I'm getting a message on a number of tracks that says "Unable to map iTunes URI to local URI."
It seems to be showing up on entire albums rather than random individual tracks.
What does it mean and how do I fix it?
Follow these directions to copy and convert a Windows iTunes library including music and playlists to Ubuntu linux for use with Banshee.
Copy the
C:/Users/<yourName>/Music/iTunes/iTunes Media/Music
directory from Windows to Ubuntu/home/<yourName>/Music
directory.Copy the Windows
iTunes Library.xml
file to the same directory in Linux.Open a Linux terminal window and execute the following changing with your user name (it converts all the Windows paths to Linux paths and allows you to import not only music but playlists as well.):
cd /home/<yourName>/Music
sed -i 's/C:\/Users\/<yourName>\/Music\/iTunes\/iTunes%20Media/home\/<yourName>\/Music/g' ./*Library.xml
/home/<yourName>/Music
folder and import.You should see your music as well as your playlists imported.
I don't use Banshee or iTunes, so I don't feel like I'm an authority on this but check this forum post. This person got the same error message as you and determined that Banshee didn't have the correct path to the music files. He was able to correct that problem and Banshee was then able to locate his music. Well, hopefully this helps you out!