hello everyone:
I have a problem when I listen to the httpstreaming with a m3u play list down loadede from a website,but all its title's got %20 instead of space,so my play list seems like this "04%20-%20ACDC%20-%20bad%20boy%20boogie.mp3" so you know it sucks
I know that winamp have an option which can convert %20 to space and wmp9.0 can also convert it to "-" automatically,I think that there must be away to solve this in foobar,but I just can't figured it out.so any one can help me,thanks alot!
In your playlist you want something like $replace(%title%,'%20', ) that should replace any %20 with a space.
I recommend reading
On Line Titleformatting Help @ the HA wiki.
str1d3r
Nov 1 2005, 23:02
Wouldn't you want to have the c variable in quotes?
Like so: $replace(%title%,'%20',' ')
foosion
Nov 2 2005, 01:20
QUOTE(str1d3r @ Nov 2 2005, 06:02 AM)
Wouldn't you want to have the c variable in quotes?
Like so: $replace(%title%,'%20',
' ')
That doesn't matter since whitespace in titleformatting scripts is significant.