recently something changed with the way shoutcast is sending the pls files using mime type audio/x-scpls . When i send this type to XMMS i get garble, and just for jokes i associated this type with an editor and recieved... " ? _Kd^&*GÃ0 " and etcetera! however when i choose to have opera open files of mime type audio/x-scpls internally, i get legible text, the contents of a PLS file.
it seems like opera is being led to believe that the file on the server is binary.
again, this just started happening a couple days ago, it worked fine til then.
I have written a little $0.02 script to capture the output of opera when it calls the external application
#!/bin/bash
echo "$1" >> /tmp/caught_params
and i get
/home/mrinvader/.opera/opr00VQN.pls
in the /tmp/caught_params file
in netscape, setting the mime type audio/x-scpls to XMMS produces correct results, the same settings in opera yields garbage.
this is happening on two machines running suse 8 on two different ISPs, ATTBI and a local mom-and-pop attached to genuity
any ideas?
it seems like opera is being led to believe that the file on the server is binary.
again, this just started happening a couple days ago, it worked fine til then.
I have written a little $0.02 script to capture the output of opera when it calls the external application
#!/bin/bash
echo "$1" >> /tmp/caught_params
and i get
/home/mrinvader/.opera/opr00VQN.pls
in the /tmp/caught_params file
in netscape, setting the mime type audio/x-scpls to XMMS produces correct results, the same settings in opera yields garbage.
this is happening on two machines running suse 8 on two different ISPs, ATTBI and a local mom-and-pop attached to genuity
any ideas?
Comment