Roland0 wrote: 
> LMS url-encodes paths (which is the correct way to handle them), and
> that's the representation you see in the logs.
> If you want to have the un-encoded version, here's a bash function:
> > 
Code:
--------------------
  >   > 
  > urldecode(){
  > echo -e "$(sed 's/+/ /g;s/%\(..\)/\\x\1/g;')"
  > }
  > 
--------------------
> > 
> then you can do this:
> cat server.log|urldecode

Thank you!
Nice workaround.


------------------------------------------------------------------------
tals's Profile: http://forums.slimdevices.com/member.php?userid=58935
View this thread: http://forums.slimdevices.com/showthread.php?t=111147

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to