analyze_library
Analyze your rekordbox library by grouping tracks and aggregating data to identify patterns in genres, artists, years, keys, or ratings.
Instructions
Analyze library with grouping and aggregation.
Args: group_by: Field to group by (genre, key, year, artist, rating) aggregate_by: Aggregation method (count, playCount, totalTime) top_n: Number of top results to return
Returns: Analysis results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | genre | |
| aggregate_by | No | count | |
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||