Here's the snippet of code that handles .m3u files.

Code:
/* m3u playlists */
else if (!progopts.ignorem3u && endswith(childpath, ".m3u"))
{
        /* TODO */
}


Handling .m3u files was intended from the very start but never got any further than the option to ignore them.

Pim