Large audiobook with LRC crashes

Issue description:

Hello,

I have been transcribing my audiobooks into LRC files so I can read and listen in the same app.

If I skip to a chapter over 1 1/2 hrs into the book, the lyrics won’t generate past a certain point. They are stuck and the audio continues.

If I go to where the lyrics get stuck and I listen through that spot with the lyrics open, the app crashes.

I can listen through as long as I don’t have the lyrics displaying.

Seems like the issue is the size of the LRC file and the media player is only able to load so much of the file. If this issue is ever addressed I am wondering if rendering only 20 lines or so at time and refreshes when scrolling or chapters skipped would be possible resolution.

Logs:

Upload description: Whittington

Additional information:

 

 

Reproduction steps:

 

 

Media provider:

Local device

Screenshots:

     

I need the file to reproduce.

Ok, no problem. How do you want me to share the file with you?
It won’t allow me to upload the lrc here

upload the audio file too please.

No problem, just uploaded

Ok so this is because you are using very large minutes values and not hours in the timestamp. The new parser currently ignore those and so tries to display all the text after 99 minutes as a single line that obviously can’t work :wink:

I’ll add support for that format in next release, but you probably want to start using hours in the timestamp for better support by most tools and apps.

Excellent! Thanks for looking at this and the feedback!