Tagging your library tracks
You can tag the tracks you upload to the Cyanite.ai platform! Tagging allows you to further organize your collection.
Currently, it is possible to use the following tags: testing
, staging
, live
, junk
.
You can either add tags when creating a InDepthAnalysis or afterwards with the corresponding mutations (inDepthAnalysisAddTag
& inDepthAnalysisRemoveTag
).
Below are some example operations for creating/modifying tags. All types can be inspected via our GraphQL Playground.
#
Example: Create InDepthAnalysis with tagsGraphQL Operation
Variables
#
Example: Add tag to existing InDepthAnalysisGraphQL Operation
Variables
#
Example: Remove a tag from an existing InDepthAnalysisGraphQL Operation
Variables