i have a title like this
27 hello dear inh253686.mp3i want to delete the last word in it-starting with the letter i
how can it be accomplished? thanks
i have a title like this
27 hello dear inh253686.mp3i want to delete the last word in it-starting with the letter i
how can it be accomplished? thanks
Use the convert Tag-Filename and re-write the filename without the stuff with inh...?
Or use the converter filename - filename and a source pattern like
%1 i%2
and this target pattern
%1
thanks a lot for the suggestion. it worked. have a nice day.
thanks a lot, it worked. have a nice day.