Guest
Unregistered
|
 |
Posted: Jan. 09 2007,00:45 |
 |
Quote (Magnus Brading @ Jan. 08 2007,18:16) | ..., but the second one is actually still correct in the first place, even though I don't allow to change the standard fields this way, they still have a four letter ID string in the tag. |
Understood. Thanks for the explanation. Looking at the complete list of ID3V2 frames, I guess that the basic (aka V1) fields correspond to the four letter ID strings as follows: Title == V2_TIT2 Artist == V2_TPE1 Album == V2_TALB Track Number == V2_TRCK And indeed, these four letter ID strings are not mentioned in the help file.
Quote (Magnus Brading @ Jan. 08 2007,18:16) | And I'd rather keep the direct tag manipulation tool a special case, because it is never used to tag files from other information sources, and thus is not likely to produce unsynched tags by mistake, only if really wanted, unlike the other more normally used tools like auto tag and auto rename. |
Of course you are right, the direct tag manipulation tool does only use information that's already available in the ID3 tag. I also understand that you strive to design your program to write ID3 tags that are consistent in both versions.
On the other hand I write either V1 or V2 tags to my files, not both. To this effect, I have to set the Primary ID3 version and deselect Perform write operations on both tag versions when possible in the global settings. This sometimes gave me headaches when I forgot to change these settings.
Instead, I'd prefer to be able to use e.g. <Title_v2> or <Title_v1> in advanced mode. I guess, that's what advanced mode is for, it's an expert mode that should give full access to all ID3 fields. I don't understand why you do not allow this in Auto tag (from filenames). It's so flexible and powerful in all other aspects (e.g. when using fixed length and multipart fields).
Cheers Danny
|