Hi
Can i get some help to parse .pls / m3u formats in phonon player. So far i know phonon doesn't support playlist. When any playlist is entered in open location it gives an error like codecs text/text-uri not found.
Hi
Can i get some help to parse .pls / m3u formats in phonon player. So far i know phonon doesn't support playlist. When any playlist is entered in open location it gives an error like codecs text/text-uri not found.
Here is description of m3u format:
And here is pls:
After using open dialog you can just simply check if extension is matching m3u or pls format, and then parse file and add multiple sources to the list. It's the only way you could achieve what you need. As for me it is not Phonon task (but phonon could provide some help) to parse playlists