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

Add detailed message why an export can not be done #313

Closed NeoCoderMatrix86 closed 7 months ago

NeoCoderMatrix86 commented 1 year ago

Is your feature request related to a problem? Please describe. Using version 4 the validation messages are displayed right to the edit field. When trying to export the cuesheet with validation errors, the message just says, that there are validation errors that need to be resolved.

Describe the solution you'd like Please provide a clear message what needs to be done to get the cuesheet exportable.