Not exactly referring to that but kinda. We like to add custom tags that we decide for each track and then build playlists from those tags. So a playlist might have a genre tag but also, for example, the tag “relaxing” so a playlist is made up of all songs with those tags (playlist of all songs tagged both with “classical” and “relaxing”).
So do you have just a bunch of random boolean tags? The Genre tag can hold multiple values, so you could have “Classical;Relaxing;String Quartet;Suites” if you wanted and each is identified separately.
Not exactly referring to that but kinda. We like to add custom tags that we decide for each track and then build playlists from those tags. So a playlist might have a genre tag but also, for example, the tag “relaxing” so a playlist is made up of all songs with those tags (playlist of all songs tagged both with “classical” and “relaxing”).
So do you have just a bunch of random boolean tags? The Genre tag can hold multiple values, so you could have “Classical;Relaxing;String Quartet;Suites” if you wanted and each is identified separately.