Printable Version of Topic
-Brading Software Message Board +--Forum: Mp3/Tag Studio Support and Bug Reports +---Topic: Track Numbers and OF started by Michael Posted by: Michael on Aug. 21 2002,20:31 I know I should be able to figure this out from the help file, but just can't. I have many files that go, <Artist> - <Title> - x of y - <Comment> I would like the x to be selected as the track number, but just can't get the right syntax. Can you help, please? Thanks, Michael ![]() Posted by: Disposable Hero on Aug. 21 2002,21:49 You didn't mention whether you want to rename or tag the files. Here's an example for tagging. If all instances of X are 2 digits, then this should work: <Artist> - <Title> - <TrackNr:2><TRASH> - <Comment> Posted by: Michael on Aug. 21 2002,23:57 That did it! Thanks! Michael ![]() Posted by: Magnus Brading on Aug. 22 2002,17:44 Just for educational purposes, the following template will work with tracknumbers of mixed length too: ---------------------CODE SAMPLE------------------- <Artist> - <Title> - <TrackNr> <TRASH> - <Comment> ---------------------CODE SAMPLE------------------- It is often a good idea to avoid using the fixed length fields if there is a more generic way. This reduces the probability of errors. end |