I'm developing an iPhone application for a radio station. I'm in need of parsing playlist.pls and playlist.qtl, to get the stream audio url present in it. I'm stuck with that.
views:
174answers:
1
                
                A: 
                
                
              
            Since pls uses ini format, you can parse it using Properties. qtl is an xml format, you can find a lot of examples of parsing xml.
                  tulskiy
                   2009-11-07 04:50:37