can anyone please explain how to do this " reg ex _ALL, \s\s " ,i found this regex string here in the forum to remove the double spaces but it's not clear how to use it inside the app and app help file doesn't really help me.
explanation by steps please, it's my first days with the app and iam not yet familiar with all it's functions.
The easiest way would be to use a "replace" action.
If you need something else, have a look at the FAQs
There you find hints on how to use an action and a specific approach to remove space characters (trailing, leading, repeated):
This field variable describes the whole tag data. It spares you the effort to name every field explicitly. Yet, a word of warning, it may lead to undesirable results if you let loose a action on the whole tag data and you do not know exactly which data is in the tag.
A better approach would be to treat only the fields where you really suspect multiple successive space characters.
@asamirid Please be aware that _TAG also includes the Lyrics tag UNSYNCEDLYRICS. Every change you make will be executed for your embedded lyrics too. So again: Be very careful using _TAG.