eidoriantan / mp3tag.js

MP3 tagging library written in pure JavaScript for Node.js and browsers
https://mp3tag.js.org
MIT License
85 stars 9 forks source link

[TSO2] Album Artist Sort #622

Closed rsolorio closed 1 year ago

rsolorio commented 1 year ago

It looks like there's already support for multiple sort frames like: title sort, album sort, artist sort, composer sort, etc

However, there's currently no support for the album artist sort frame [TSO2].

This might be a simple change since it follows the same format as the other sorts: a standard text frame.

eidoriantan commented 1 year ago

Hello, would you be able to provide any documentations about the TSO2 frame?

rsolorio commented 1 year ago

Hi,

From what I understand sorting fields (including TSO2) are not "official" standards (they are considered "de facto" standards) which makes it harder to find proper documentation; however, all sorting fields in your source code (TSOT, TSOP, TSOC, TSOA) have the same format, they are regular text frames, so TSO2 also falls into the same format.

What I can provide is references to other libraries implementing this frame if that's useful.

eidoriantan commented 1 year ago

This is now supported at version 3.7.0