config.inc.php question

General discussion about netjukebox
Post Reply
Shizzle
User
Posts: 65
Joined: Sat May 28, 2005 9:00 am
Location: Gresham, OR USA
Contact:

config.inc.php question

Post by Shizzle »

just curious about this option in the config.inc.php file

Code: Select all

$cfg['convert_undersquare']        = false;
what does this option do if I change it to true?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

If enabled (true) it will convert _ to a <space>

For example:
Air/1998_-_Moon_safari/01_-_La_femme_d'argent.flac

Will be read as:
Artist: Air
Album: Moon safari
Year: 1988
Track: La femme d'argent
Shizzle
User
Posts: 65
Joined: Sat May 28, 2005 9:00 am
Location: Gresham, OR USA
Contact:

Post by Shizzle »

awesome... I wish I could find a program that would change the _ to spaces that would save me tons of time renaming all my files

Thanks Willem
Post Reply