Altec
1
I wonder if there is a way to change following filename:
007 MS. JACKSON OutKast.mp3
into
Track: 007
Title: Ms. Jackson
Artist: OutKast
by changing the file name into:
007 - Ms. Jackson - OutKast.mp3
Many thanks!
Off course the file name can be more complicated like:
013 ETERNAL FLAME Atomic Kitten.mp3
Hi Altec!
Create a new Action group with 2 Actions:
#1:
Action type: Replace with regular expressions
Field: _FILENAME
Regular expression: ^(\d+) ([^a-z]+) ([A-Z][a-z].*)$
Replace with: $1 - $caps($2) - $3
[X] case-sensitive
#2:
Action type: Import Tag-fields
Sourcestring: %_filename%
Formatstring: %track% - %title% - %artist%
Regards
nickless