twynb / AudioStreamSplitting

A tool that takes a long audio file, splits it into separate songs and attempts to identify them.
https://twynb.github.io/AudioStreamSplitting/
GNU General Public License v3.0
2 stars 0 forks source link

Set environment for back-end on app launch #95

Closed twynb closed 1 year ago

twynb commented 1 year ago

As of current, the environment variables aren't set in the back end when first launching the app. This is mostly a problem for the file name template because it does display an initial value, but that doesn't arrive at the back end until you click "Set".

chubetho commented 1 year ago

This problem does not occur anymore, right?

twynb commented 1 year ago

Correct, the template doesn't have a set button anymore either way (and i believe is sent with every save request?) so this is outdated.