For me the attached patch is working. I'm only using .m3u playlists.
Thank you, Sumit
--- fapg-0.41-orig/fapg.c 2008-03-10 19:18:04.000000000 +0100 +++ fapg-0.41/fapg.c 2008-08-01 16:30:36.000000000 +0200 @@ -726,7 +726,7 @@ lus += fread(buffer + lus, 1, size, fic); if(size > lus) size = lus; - c += 4; +// c += 4; if(version == 2) while(c < buffer + size) { int size = (*(c + 3) << 16) + (*(c + 4) << 8) + (*(c + 5));