Zeugma440 / atldotnet

Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
MIT License
460 stars 61 forks source link

Issue with SynchronizedLyrics in M4A file #226

Closed maruashok closed 1 year ago

maruashok commented 1 year ago

The problem

Synchronized Lyrics are not saved after calling save method

Environment

Details

Synchronized Lyrics are not saved after calling save method

Code To Reproduce Issue [ Good To Have ]

Track objTrack = new(songDetails.DownloadPath); objTrack.Lyrics = GetLyricsFromSongLink(songDetails?.Song?.Id); lyricsPhrases.Add(new LyricsPhrase((int)timespan.TotalMilliseconds, text)); Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.

Before save() image

After save() image

maruashok commented 1 year ago

Here's sample file [00:39.59] Teri nazar ne ye kya kar diya [00:44.28] Mujh se hee mujh ko juda kar diya [00:50.06] [00:58.16] Teri nazar ne ye kya kar diya [01:02.88] Mujh se hee mujh ko juda kar diya [01:07.16] Main rahata hoon tere paas kaheen [01:11.83] Ab mujh ko mera ehasaas nahin [01:16.41] Dil kehtha hai, qasam se [01:19.85] Ki thoda-thoda pyaar hua tum se [01:24.55] Ki thoda iqaraar hua tum se [01:29.48] Ki thoda-thoda pyaar hua tum se [01:34.06] Ki thoda iqaraar hua tum se [01:38.69] Ki zyaada bhee hoga tum hee se [01:43.32] Ki thoda-thoda pyaar hua tum se [01:48.94] [02:07.59] Meri aankhon kee dua hai ye cheharaa tera [02:12.44] Ab dekhe bin tuje naa guzaaraa ho mera [02:18.40] [02:26.19] Meri aankhon kee dua hai ye cheharaa tera [02:31.05] Ab dekhe bin tuje naa guzaaraa ho mera [02:35.74] Main saans bhee loon tuje chaahe binaa [02:40.28] Ab hoga naa ye hum se [02:43.98] Ki thoda-thoda pyaar hua tum se [02:48.45] Ki thoda iqaraar hua tum se [02:53.37] Ki thoda-thoda pyaar hua tum se [02:57.96] Ki thoda-thoda pyaar hua tum se [03:02.56] Ki zyaada bhee hoga tum hee se [03:07.16] Ki thoda-thoda pyaar hua tum se [03:11.82] Ki thoda-thoda pyaar hua tum se [03:16.69] Ki zyaada bhee hoga tum hee se [03:21.24] Ki thoda-thoda pyaar hua tum se [03:25.34]

maruashok commented 1 year ago

Already fixed in latest version, Thanks