Help - Search - Members - Calendar
Full Version: how to convert %20 to space/"-" in title
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
hill
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!
hunted
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
Wouldn't you want to have the c variable in quotes?
Like so: $replace(%title%,'%20',' ')
foosion
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.