AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
Describe the bug When a regular expression for textimport is wrong and the user corrects it, the validation for all tracks is not displayed again!
To Reproduce Steps to reproduce the behavior:
Expected behavior Tracks are displayed correct.
Screenshots
Additional context Playlist 23.10.2022.txt
track scheme: (?'Track.Artist'[a-zA-Z0-9 .();äöüÜ&:,'*-]{1,}) - (?'Track.Title'[a-zA-Z0-9 .();äöü&'*-,?]{1,})\t{0,}(?'Track.End'.{1,})