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!
|
feedback
|
|
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. | |||||
feedback
|