Index: scrobbler.c =================================================================== --- scrobbler.c (revision 2395) +++ scrobbler.c (working copy) @@ -61,6 +61,7 @@ #include #include #include +#include #include #include @@ -272,9 +273,9 @@ post_data = g_strdup_printf (SCROBBLER_SONG_POST_STRING, user, self->private->md5_response, - artist, - title, - album, + ne_path_escape(artist), + ne_path_escape(title), + ne_path_escape(album), duration, timestr); // g_free (user);