Amarok: "Generic Audio Player" with space in mountpoint

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1482
Joined: Fri Aug 29, 2003 8:39 pm

Amarok: "Generic Audio Player" with space in mountpoint

Post by ^rooker »

[PROBLEM]
With Amarok 1.4.9.1, I've had the problem that I couldn't use its built-in media transfer feature to handle a generic (USB mass storage) MP3 player, because all files in the queue were failing. :( The reason for this was that the mount point of the MP3 player (e.g. "/media/MY PLAYER/") had a space in its name.

[SOLUTION]
It's not really a solution, but more a workaround, but:
Create a symlink without spaces in its name, pointing to the actual mount point. For example:

Code: Select all

ln -s "/media/MY PLAYER" /media/myplayer
And then point amarok to that directory instead of the original one.

(Note to myself: Check if this problem is already known to the Amarok developers and if not, submit a bugreport)
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply