Author Topic: how to set synchronised lyrics ?  (Read 1824 times)

mp3x

  • Newbie
  • *
  • Posts: 2
Hi there,
I'm writing an MB Plugin to embed lyrics into an MP3 file. I'm using the following c# code to set lyrics.
mbApiInterface.Library_SetFileTag(file, MetaDataType.Lyrics, timecodedLyrics)
My lyrics are time-coded.
But the API assigns it as unsynchronised. Is there a different API to specify the lyricsType? I can't figure out how to specify the LyricsType.
Any help is highly appreciated.
thanks
Last Edit: October 23, 2023, 01:48:00 AM by mp3x

mp3x

  • Newbie
  • *
  • Posts: 2
Its resolved. My Lyrics format was incorrect. MB automatically detects timecodded Lyrics.  :)