getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: mp3x on October 22, 2023, 05:25:49 PM

Title: how to set synchronised lyrics ?
Post by: mp3x on October 22, 2023, 05:25:49 PM
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
Title: Re: how to set synchronised lyrics ?
Post by: mp3x on October 23, 2023, 10:59:12 PM
Its resolved. My Lyrics format was incorrect. MB automatically detects timecodded Lyrics.  :)