» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Optional things in the file name, I dont know< Next Oldest | Next Newest >
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.
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: April 15 2004,23:49

Making optional parts of templates would just be too messy. Instead, I would use the filter to separate files with different formats, and then process them in different sweeps.

--------------
Software author and website owner
Back to top
Profile PM WEB 
chuckchuck
Board Newbie



Group: Members
Posts: 3
Joined: April 2004
Posted: April 16 2004,00:25

Interesting..  So I can use the filter to skip files with a ( in it ?
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: April 16 2004,00:43

Sure, just look at the "File name" tab of the filter utility, and maybe read a little about it in the help file if necessary.

--------------
Software author and website owner
Back to top
Profile PM WEB 
chuckchuck
Board Newbie



Group: Members
Posts: 3
Joined: April 2004
Posted: April 16 2004,01:15

Hey Magnus

First, let me thank you for your help.  

I got it to work, like you said.  I put a single ( in the filter textbox, and had it negate the filter.  However, at first I was having problems because I had the "equals to" radio button selected.  I looked in the help, and I saw you can do the "contains" part.  But .. I didn't see the contains radio button.  But, I could see a small thing just to the left of the textbox.  It appears the textbox renders on top of the "contains" radio button.

Anyways :-)  I got it working, thanks to your help.
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: April 16 2004,14:24

The GUI layout problem is most likely related to the issues discussed in e.g. this and this thread, please check them out.

--------------
Software author and website owner
Back to top
Profile PM WEB 
5 replies since April 15 2004,23:25 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]