I just started using liquidsoap and it's awesome and solving a lot of problems for me. One minor issue I did have though is for when I tried playing a playlist I exported from audacious, it gets confused by files containing spaces. Audacious uses file:// uris instead of file paths and the uris are valid. It looks like when liquidsoap encounters a file uri, simply chops off the file:// part, then treats it like a regular file path instead of url decoding first:
file:///mp3/PIRATESHIPS.mp3 <- works fine file:///mp3/taste%20in%20men.mp3 <- gives me "Nonexistent file or ill-formed URI ..." I encounter code doing this a lot and I've probably even written code that did this but unfortunately this heuristic causes problems. _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users