Conversion of ID3v23 to ID3v24 shoudnt convert all of IPLS frame to TIPL some TMCL

Issue #167 resolved
IJabz repo owner created an issue

Conversion of ID3v23 to ID3v24 shoudnt convert all of IPLS frame to TIPL, roles such as producer should go in TIPL but vocal/instruments credits should go to TMCL

Two problems:

  1. We don't have a solid mechanism for splitting one frame to multiple (although we do something for ID3v24 TDRC when converting to ID3v23.

  2. If not a standard function as defined in StandardIPLSKey should it go into TIPL or TMCL, dont know for sure as there are many functions not defined that can go into TIPL such as 'art direction'

There is no cast iron way to do this but we could at least take a series of instruments and vocal types from musicbrainz and use as a list from which to move to TMCL

Comments (4)

  1. IJabz reporter

    Done, added MusiciansCredit class that can be used to decide whether or not shoud go into TMCL

  2. Log in to comment