-
In the subroutines parse_m3u_playlist and parse_pls_playlist the following line is wrong:
my (@lines) = split('\n', $playlist);
If the server, requested for a playlist, responds with a playlist with entries separated with LineFeed+NewLine (\r\n) this split will leave the LineFeed character (\r) at the end of the playlist entries. This will in turn cause parsing of the playlist entry...
2008-11-14 22:53:05 UTC by nobody
-
cg25 committed patchset 31 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 19:11:59 UTC by cg25
-
cg25 committed patchset 30 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 18:37:17 UTC by cg25
-
cg25 committed patchset 29 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 18:35:37 UTC by cg25
-
cg25 committed patchset 28 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 17:57:49 UTC by cg25
-
cg25 committed patchset 27 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 16:30:41 UTC by cg25
-
cg25 committed patchset 26 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 16:27:22 UTC by cg25
-
cg25 committed patchset 25 of module icecream to the icecream CVS repository, changing 1 files.
2008-04-27 16:24:26 UTC by cg25
-
gilm committed patchset 24 of module icecream to the icecream CVS repository, changing 1 files.
2006-01-17 13:25:56 UTC by gilm
-
gilm committed patchset 23 of module icecream to the icecream CVS repository, changing 2 files.
2005-11-10 10:11:38 UTC by gilm