We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if the file name would be named with the same name as the audio file (with the correct extension of course)
The text was updated successfully, but these errors were encountered:
good point. Shouldn't bee to difficult to implement either... might still take some time till I get around to implementing this though...
Sorry, something went wrong.
Hi @MJochim - another simple fix here.
During the load from URL parameters the curBndlName is set to the basename (- extension) of the audio file in this line:
EMU-webApp/src/app/components/emu-webapp.component.ts
Line 643 in 59d19c7
If we change line 684 from:
Line 684 in 59d19c7
then you will get the desired audiofilename_annot.json format in the download modal.
I hope it's ok that I'm not bothering with pull requests for these one line fixes?
No branches or pull requests
Scenario:
Suggestion:
It would be nice if the file name would be named with the same name as the audio file (with the correct extension of course)
The text was updated successfully, but these errors were encountered: