by Iggy64 » Sat Aug 25, 2007 8:46 pm
Thanks for the ideas. I'll certainly look into the solutions you suggested.
I store lots of data in my ID3 tags. I want the data in the tags, so they are attached to the files themselves. That way, they'll be available no matter what software I am using to play or manipulate my files in the future.
I try to use numeric fields, whenever possible, for storing numbers - - so that the numbers sort properly. If I want to sort on month, for example, I want the months in order 1, 2, 3, 4, .... 9, 10, 11, 12
In many programs, if you sort numbers in a TEXT field, you get this instead:
1, 10, 11, 12, 2, 3, 4, .... because text fields sort on the first character first, then on the second, and so on. To be honest with you, I can't recall which way MM does it; but I've had problems with other programs in the past.
Too bad there are so few numeric fields in ID3 v2.3 tags. I could create my own user-designed fields in ID3, but those often run into problems because many programs don't allow you to interpret user-defined fields.
Thanks for the ideas. I'll certainly look into the solutions you suggested.
I store lots of data in my ID3 tags. I want the data in the tags, so they are attached to the files themselves. That way, they'll be available no matter what software I am using to play or manipulate my files in the future.
I try to use numeric fields, whenever possible, for storing numbers - - so that the numbers sort properly. If I want to sort on month, for example, I want the months in order 1, 2, 3, 4, .... 9, 10, 11, 12
In many programs, if you sort numbers in a TEXT field, you get this instead:
1, 10, 11, 12, 2, 3, 4, .... because text fields sort on the first character first, then on the second, and so on. To be honest with you, I can't recall which way MM does it; but I've had problems with other programs in the past.
Too bad there are so few numeric fields in ID3 v2.3 tags. I could create my own user-designed fields in ID3, but those often run into problems because many programs don't allow you to interpret user-defined fields.