JS MediaTags year info not present

29 views Asked by At

I am using JS MediaTags latest version but I cannot get the year information to show up. I do have year info visible when I check my songs in the Mp3tag editor.

If I look into the JS MediaTags source code I can see TYE is used for this. I don't get TYE but only the following:

JSON-like metadata recognized by JS MediaTags

Object {
  APIC: {
    id: 'APIC',
    size: 34574,
    description: 'Attached picture',
    data: {…}
  }
  TALB: {
    id: 'TALB',
    size: 39,
    description: 'Album/Movie/Show title',
    data: 'Notte di Natale - Giovedì 24 12 1991'
  }
  TCON: {
    id: 'TCON',
    size: 17,
    description: 'Content type',
    data: 'Tempo di Natale'
  }
  TIT2: {
    id: 'TIT2',
    size: 69,
    description: 'Title/songname/content description',
    data: 'Notte di Natale Il cristianesimo e credere veramente che Dio ci ama'
  }
  TPE1: {
    id: 'TPE1',
    size: 15, 
    description: 'Lead performer(s)/Soloist(s)', 
    data: 'Divo Barsotti'
  }
  TXXX: {
    id: 'TXXX',
    size: 11,
    description: 'User defined text information frame',
    data: {…}
  }
  album: "Notte di Natale - Giovedì 24 12 1991"
  artist: "Divo Barsotti"
  genre: "Tempo di Natale"
  picture: {
    format: 'image/jpeg', 
    type: 'Cover (front)', 
    description: '', 
    data: Array(34560)
  }
  title: "Notte di Natale Il cristianesimo e credere veramente che Dio ci ama"
  [[Prototype]]: Object
0

There are 0 answers