analyze_library
Gain insights into your Rekordbox library: group tracks by genre, key, year, artist, or rating, and aggregate by count, play count, or total time to identify top N results.
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 |
|---|---|---|---|
| top_n | No | ||
| group_by | No | genre | |
| aggregate_by | No | count |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||