wildyeast / sadiss

A socially aggregated distributed sound system.
GNU Affero General Public License v3.0
10 stars 2 forks source link

track edit can't be saved #71

Open KlienVo opened 1 year ago

KlienVo commented 1 year ago

After editing an existing track in the admin interface (in this case trying to add a partials file to an exiting TTS track), there is no way of saving/finalising the edit. The window keeps displaying 'Uploading 100%..'

Screen Shot 2023-04-06 at 11 27 27
matbind commented 1 year ago

As it stands, the track editing feature needs a full rework. Server-side we need to add logic to create a new chunk file if e.g. an additional TTS file is uploaded but an existing one is not re-uploaded with it. Currently this creates a new chunk file but only with the newly uploaded TTS file 'forgetting' about the existing one. Client-side we need to find a sane way to display existing data (with ability to download previously uploaded partial and TTS files) while also enabling the user to change the number of voices and languages, and uploading new files while incorporating previously uploaded ones, as mentioned above.