What is the best way to copy, for example, the Codec field, into the Title and/or File Name?
i have had a bit of a look and play with this; but MP3Tag has just sooooo many parameters and variables that can be used it becomes totally confusing for this little black duck!
so what is the easiest way to achieve this? what would the Convert or Action syntax be?
[especially say if i wanted only a certain no of chars - but that is not important as i have an extremely powerful file renamer (Bulk Rename Utility - highly recommeded) that can do that for me easily]
Could you be a bit more specific?
As the TITLE is not the _FILENAME.
The TITLE is embedded metadata, the _FILENAME is a property for the OS to identify a file - and has the only requirement to be unique.
I would not add any technical information to TITLE as that information should be displayed by the player anyway and therefore it will be redundant data.
Isn't the codec implied by the file extension?
Anyway: you find the list of variables to address tag fields and other properties in the documentation:
%_codec% would be the on for the codec.
If you want specific help for a pattern, then please tell us what that should look like and which tag fields are filled so that their contents can be referenced.
ok. ty.
noted.
yes. prob not need in Title.
as for the file ext/type, as i understand it, the Codec exact as the ext is more generic and does not identify the exact codec
so i could give the var you mention above a try and see how i go