chuckchuck
Board Newbie
Group: Members
Posts: 3
Joined: April 2004 |
 |
Posted: April 15 2004,23:25 |
 |
Hey there
My .mp3s are named as such:
ACDC - Big Balls.mp3 and .. ACDC (Who made Who) - whatever.mp3
If you notice, I put the album name in ()'s if I have the album, if it is just an individual song, I don't have the ()'s.
So I was using this string:
<Artist> (<Album>) - <Title>.mp3
To use the filename to make the i3d tags. But .. If the filename doesn't have the ()'s in it, it seems that the program just puts the entire thing of ACDC - Big Balls into the Artist part of the tag, leaving the title part blank.
Is there a way to make the () be optional? For instance, if it sees the () it will pull the album, but if it does not encounter the (), it won't "skip over" the rest of the string? To me, it seems that it should encounter the hyphen and still pull the title.
|