From the to-do list: MPA V1.0: post API integration
✔ Sound library: auto-tagging by parent
(Completed by Pierre henri Seylan on March 1, 2019)
Comments
Pierre henri Seylan on February 28, 2019:
Second iterration on auto tagging.
the API should also return "parents" tags, which is giving infos about the tags hierarchy. A tag can have another tag as parent. This allow us to group tags by categories. For example: Parent: Piano Childs: Upright, Classical, Electric
When we tag files, we should also tag the file with the parents tags of the selected tags.
In the example above, if a file is tagged with "Upright", then the parent tag "piano" is also added to the file.
This should work both for the auto-tagging when importing files, bbut also when tagging files manually when selecting "edit tags"
Comments
Pierre henri Seylan on February 28, 2019:
the API should also return "parents" tags, which is giving infos about the tags hierarchy.
A tag can have another tag as parent.
This allow us to group tags by categories.
For example:
Parent: Piano
Childs: Upright, Classical, Electric
When we tag files, we should also tag the file with the parents tags of the selected tags.
In the example above, if a file is tagged with "Upright", then the parent tag "piano" is also added to the file.
This should work both for the auto-tagging when importing files, bbut also when tagging files manually when selecting "edit tags"