Hi guys,
I tried to follow the tutorial to remove leading characters but it doesn't seem to work when I try it. It only works on some files. I am currently using:
Replace with regular expression
Field: _FILENAME
Reg. Expression: ^\s*\d+\s*-\s*
Replace matches with:
But I still have many files left with:
01 myfilename
- myfilename
100 myfilename
Etc.
How do I remove everything before the starting "myfilename". I had it on my old machine but reinstalled without backing up my actions.
I'm also looking to find how to remove underscores, and also trim the end of the file for anything after the hyphen (-) but before the .mp3
Sorry to ask but had no luck with the search.
Thanks