c++ - Parse .pls / .m3u in phonon (Qt) -


Can I help with parsing the .pls / m3u formats in phonon player? So far I know that phonon does not support playlists when a playlist is entered in the open space, then this codec does not give any error like text / text-uriy.

Here is the description of the M3U format:

And here's the pls:

After using open dialog, you can only check that the extension matches the m3u or pls format, and then parse the file and add more than one source to the list. This is the only way you need it. This phone call is not for me (but the phonon can provide some help)

to parse the playlist

Comments