ZITAT(ykeyke @ May 3 2012, 12:54)

A doubt:
How can I copy specific fields in Tags from a files to others, for example to copy only "Titles" from a number of files to other files...
Thanks
This will work only via the export function with which you export specified data and then can re-import it with a similar mechanism.
It depends on your export mask which data will be found in the export file, e.g.
%artist%;%album%;%title%
you may then import only the title with this mask:
%dummy%;%dummy%;%title%
Copy&Paste via clipboard always transfers the whole set of fields.