You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it help to identify all sounds and images as a "package" with a SHA-1? This way we're not tied to names being unique and we can add more metadata to the samples easily. In the backend we can serve images and sounds with the same key. This would make templating easier?
The sounds and images could be a json-object, example
I have been thinking in these terms as well. But at the same time I'm reluctant to loose the simplicity of simply files in a folder... The stats however should probably change, the format is not very nice.
Ok, in a distant future - if we add uploading of files via the front-end maybe this will be necessary since the url:s will probably not be clear what the file is. Or we can add a dialog where the user can name the downloaded file. Let's keep it simple until then...
Would it help to identify all sounds and images as a "package" with a SHA-1? This way we're not tied to names being unique and we can add more metadata to the samples easily. In the backend we can serve images and sounds with the same key. This would make templating easier?
The sounds and images could be a json-object, example
The text was updated successfully, but these errors were encountered: