This PR makes a few changes to make it easier to batch a large number of uploads
Add a spectrogram_only flag, to allow the user to generate and look through all of their spectrograms at once instead of needing to do them one by one as they are generated during the upload process
Replaces forbidden characters in base_name to prevent uploads from failing
Prints errors and continues to the next item instead of aborting entirely
Let me know if there's anything you'd like me to change
This PR makes a few changes to make it easier to batch a large number of uploads
spectrogram_only
flag, to allow the user to generate and look through all of their spectrograms at once instead of needing to do them one by one as they are generated during the upload processbase_name
to prevent uploads from failingLet me know if there's anything you'd like me to change