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
YouTube and any other user created content website I can think of that has a 'tags' or 'keywords' filed, uses the ',' character as a separator but freesound does not.
Here is the upload description form ( https://freesound.org/home/describe/sounds/ ):
In the screenshot above, I am in the process of writing 'hello'.
If I press ',', nothing happens. No ',' is added but the current word is not confirmed.
If I press spacebar or enter, the tag 'hello is added and the next tag entry starts.
Here is a YouTube Tags field:
Here is a DeviantArt one:
Here is an OpenClipArt one (accidentally took a screenshot after confirming, unstable site doesn't respond right now, so leaving this for now):
In all 3 cases, if I press ',' the tag is confirmed and the next tag entry starts.
While the ability to use ' ' inside of tags varies (on some sites, ' ' will end the current tag and start the next), using ',' is most certainly standardized. This means the user experience of freesound is slightly off in a moment of potential high concentration in which the sound designer is focusing on the terms that might be good describers and potentially even looks at the keyboard to type, expecting ',' to do what it always does. This can interrupt the focused work and frustrate if noticed late.
I'd like to suggest that pressing ',' should confirm and separate tags in the input field
The most common way to store lists of tags is in newline or comma separated strings (with or without space after comma):
tag1ä
tag2ß
tag3ü
tag4ภาษาไทย,tag5, tag6
If I paste the above into the tag field on freesound, this is the result:
I'd like to suggest that pasting text that contains ',' should use these as separators
The text
Add at least 3 tags, separating them with spaces. Join multi-word tags with dashes. For example: field-recording is a popular tag. Only use letters a-z and numbers 0-9 with no accents or diacritics. Note that you can copy and paste between tag fields.
could be updated to
Add at least 3 tags, separating them with spaces (and/or commas). Join multi-word tags with dashes. For example: field-recording is a popular tag. Only use letters a-z and numbers 0-9 with no accents or diacritics. Note that you can copy and paste between tag fields.
Side note, this text is rather long and could be shrunk to:
At least 3 tags, separated by spaces (and/or commas), join words with dashes (example: field-recording), only letters (a-z) and numbers (0-9), no accents/diacritics. You can copy/paste between tag fields.
The text was updated successfully, but these errors were encountered:
YouTube and any other user created content website I can think of that has a 'tags' or 'keywords' filed, uses the ',' character as a separator but freesound does not.
Here is the upload description form ( https://freesound.org/home/describe/sounds/ ):
In the screenshot above, I am in the process of writing 'hello'.
If I press ',', nothing happens. No ',' is added but the current word is not confirmed.
If I press spacebar or enter, the tag 'hello is added and the next tag entry starts.
Here is a YouTube Tags field:
Here is a DeviantArt one:
Here is an OpenClipArt one (accidentally took a screenshot after confirming, unstable site doesn't respond right now, so leaving this for now):
In all 3 cases, if I press ',' the tag is confirmed and the next tag entry starts.
While the ability to use ' ' inside of tags varies (on some sites, ' ' will end the current tag and start the next), using ',' is most certainly standardized. This means the user experience of freesound is slightly off in a moment of potential high concentration in which the sound designer is focusing on the terms that might be good describers and potentially even looks at the keyboard to type, expecting ',' to do what it always does. This can interrupt the focused work and frustrate if noticed late.
I'd like to suggest that pressing ',' should confirm and separate tags in the input field
The most common way to store lists of tags is in newline or comma separated strings (with or without space after comma):
tag1ä
tag2ß
tag3ü
tag4ภาษาไทย,tag5, tag6
If I paste the above into the tag field on freesound, this is the result:
I'd like to suggest that pasting text that contains ',' should use these as separators
The text
could be updated to
Side note, this text is rather long and could be shrunk to:
The text was updated successfully, but these errors were encountered: