NeoCoderMatrix86 / AudioCuesheetEditor

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.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Revalidation after Textimport scheme change not displayed #302

Closed NeoCoderMatrix86 closed 1 year ago

NeoCoderMatrix86 commented 1 year ago

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:

  1. Have a textfile which is not covered by default schemes.
  2. Use import assistant
  3. Fix regular expression to match correct
  4. Tracks are not revalidated displayed (Validation errors are still visible)

Expected behavior Tracks are displayed correct.

Screenshots grafik grafik

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,})