» Welcome Guest
[ Log In :: Register ]

 

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

Topic: Feature Request: Auto Tag from Filenames Reg. Expr< Next Oldest | Next Newest >
Winf
Board Fan



Group: Members
Posts: 23
Joined: July 2006
Posted: July 27 2006,19:28

Hi,

First of all - very cool tool! I like it a lot, but some features would imporve it to be perfect (maybe it is already possible, but I haven't found it... then please let me know how to do it)!

When you use "Auto Tag from Filenames", it is not possible to enter a placeholder. e.g:

you have to do it the following way
1<TrackNr>-<TRASH>.mp3
2<TrackNr>-<TRASH>.mp3
instead of a placeholder (a kind of a simple regular expression...)
[?]<TrackNr>-<TRASH>.mp3

Where the [?] stand for a alphanumeric char (numeric or character, which could be "0-9" or "a-z" etc.). That is just an example, you can use other markings as well (mabye ? is enough...)

The following shoud also be possible:
[?][?]<TrackNr>[?]-[?]<TRASH>.mp3


I think that will be quite easy to implement... What do you think?


Winf
Back to top
Profile PM 
calberga
Ancient Board Spirit



Group: Awaiting Authorisation
Posts: 254
Joined: Oct. 2002
Posted: July 27 2006,21:10

I believe that the way to do this is:

<TRASH:1><TrackNr>-<TRASH>.mp3

Check out the Parsing Template section of Help.
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: July 28 2006,11:56

Yep, just as calberga says, that's the way to do it. Thanks for the assist as usual C. :)

--------------
Software author and website owner
Back to top
Profile PM WEB 
Winf
Board Fan



Group: Members
Posts: 23
Joined: July 2006
Posted: July 29 2006,17:22

Quote (calberga @ July 27 2006,21:10)
I believe that the way to do this is:

<TRASH:1><TrackNr>-<TRASH>.mp3

Check out the Parsing Template section of Help.

WOW! I din't know that... <TRASH:1>
so the syntax is <TRASH:#> where # contains the length
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: July 29 2006,19:20

Yep, that's correct. Also please see the help file for more info on the possible template fields.

--------------
Software author and website owner
Back to top
Profile PM WEB 
Winf
Board Fan



Group: Members
Posts: 23
Joined: July 2006
Posted: July 30 2006,00:11

THX!
Back to top
Profile PM 
5 replies since July 27 2006,19:28 < Next Oldest | Next Newest >

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