The friend above, LyricsLover, is absolutely right.
Many readers may be asking themselves:
- Wouldn't it be easier, when receiving/downloading/buying a song, to edit the tag to standardize it?
Yes, and that's exactly what everyone does.
So what is this request for?
Used to change the default of ALL files at once.
For example, to change the date of all accumulated files at once. In all files, the date is removed from the filename and placed in another field, for example: year, after changing the date to another field, using another action.
RegEx example to extract values matching 00_00_00 from a set of inconsistently named files
To save the date before deleting it:
- Select the desired record
- Menu => Convert => Tag-Tag
- Choose:
Field: => DATE
Format String: => $regexp(%_FILENAME%,.(\d\d\d\d.\d\d.\d\d).,$1)
Thanks LyricsLove for the tips!!