Created attachment 5203 Specify dir separator in parole_pl_parser_parse_m3u, src/misc/parole-pl-parser.c. When opening an M3U playlist Parole fails to load its entries if they're specified using relative paths. This happens because when appending file name to the directory path using g_strjoin an empty separator is used, resulting in things like this: /absolute/dirfile.ext Instead of: /absolute/dir/file.ext A patch against current git head is attached to the bug report that specifies the separator to construct the expected absolute path to the file.
Thanks for both the bugreport and the patch! Applied patch in git-master. PS: If you specify a valid email address etc. I can simply sign-off the patch next time and your name would be there as the commit-author (if you even want that).