sometimes i get records with double entry in some fields. for example in the artist field it may be like this....jackson//jackson
i select the records and press alt T. and edit the tag items by deleting the extra entries. if i select multiple records nothing is being done. i have to select records one by one and make the editing. so if i have double entry in five records i have to do it five times. is it possible to select more than one records and make the editing by pressing ALT T ?
but the suggestion is applicable if i have a particular album of a particular artist. if i have an album which contains various artists, and i do have the artist name twice as in my first post, how is it possible to delete and enter the new one for all artists? in that case i have to take each record seperately and to edit the field. by presssing ALT+T i can edit the entries of a single record. i f i select multiple records mp3tag doesn't do anything. i want help on this issue. thanks and have a nice day.
unfortunately it doesn;t work.
i have artist\\artist.
i applied as per instructions-format value
field aritst
format string as------->$regexp(%ARTIST%,'^(.+?)\\ \\1$','$1')
nothing is done!
sorry to say that the regexp doesn't work. my seperator is slash.(artist\\artist title\\title etc) i replaced it and tried but the result was in the negative. since my seperator is backslash and there is a backslash in regexp itself. so there will be five backslashes and i doubt whether prog will recognise them properly. i tried with a space between two backslashes but find no improvement.
but to my pleasure the first option (remove dup fields)suggested by dano does work.