If one folder in the path to the mediafile or the mediafile's filename itself starts with the character "#", xfmedia makes an entry in the playlist but doesn't load the informations about the file and if one tries to play the song/video or else, xfmedia prints out that the "file is not found".
xine-lib uses # as a special delimiter in filenames. Need to figure out how to escape it; a prepending a '\' doesn't seem to do it...
Standard URL escaping applies; see g_filename_to_uri().
Status?
Xfmedia is unmaintained.