Original filenames:
Author__MUSIC_3937_BLOOD_OF_HEROES_Amy_GREENBURG_d13a76d516d9dec20c3d276ce028ed5089ab1ce3dae902ea1d06ca8535d5c05cd105_c_id_8242522.mp3
Desired file names:
Author__MUSIC_3937_BLOOD_OF_HEROES_Amy_GREENBURG.mp3
delete everything that begins with “_d” with ; This, /REGEXP:([_][d])\w+:"" doesn't work.
This is my command line: C:\"Program Files (x86)"\BRC\BRC64.exe /DIR:"E:\test BRC\" /PATTERN:"Author*.mp3" /REGEXP:([_][d])\w+:""
A multitude of different patterns errors out on Regex.
I'd gladly donate if I could get this utility to work for me. I am sorry I am so frustrated.
"([_][d])\w+" seems to work in Regex Coach, but I am note sure.
Could you please give a novice some guidance?
Thank you.