calaldees / KaraKara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones
https://karakara.uk
GNU General Public License v3.0
28 stars 9 forks source link

Songs with overlapping lyrics are rendered badly #157

Closed shish closed 1 year ago

shish commented 1 year ago

Some songs (at least, one of the songs I added >.>;; ) have lines which overlap by a few milliseconds, which renders very ugly when we try to show the current and next lines together (it shows 4 lines which jump around the screen)

We should at least have a warning so that these can be detected and fixed manually

shish commented 1 year ago

The linter now includes warnings for this, and I've fixed my own errors