Hello, I am wanting to write a script to play the .pls files Shoutcast uses to broadcast, but I am not sure how to do that. I want to write it in Python. Any help would be great!
A:
According the description on wikipeida link text, PLS is just an ini file. So you should be able to read it as a text file and parse it.
amrinder
2010-05-09 04:11:15
Oh? I am not sure what it contains. Does it have links to the audio files on the remote server? If that is what it has, how do I play them after reading the file?
Zachary Brown
2010-05-09 04:12:35
OK, it just contains the URL to the server, not any file names. What the heck am I looking at? :(
Zachary Brown
2010-05-09 04:17:39