Displaying 2 results from an estimated 2 matches for "safechars".
Did you mean:
safe_chars
2004 Aug 06
2
More libshout questions ((even)more info)
On Monday 19 January 2004 23:04, Deven Phillips wrote:
> Even more to consider...
>
> The metadata is working with WinAmp and RealPlayer. The concern I
> have is that the 'url' metadata is being misinterpreted. My url has a
> "-" in it, and that is getting mistranslated somewhere and
> WinAmp/RealPlayer then see it as artist/title information. Not good.
2004 Aug 06
0
More libshout questions ((even)more info)
Michael,
I was looking through the source code last night, and libshout-2.x does
do URL encoding of the key/value pairs for metadata. Have a look at
shout.c:308, util.c:247, and util.c:139. I looked at the "safechars"
array, and from what I can figure (straight ASCII table right?), "-"'s
are URL encoded when they don't need to be. When I changed that array,
recompiled, and ran; everything worked out fine.
Deven Phillips, CISSP
On Mon, 2004-01-19 at 14:53, Michael Smith wrote:
> On Mo...