get_unplayed_tracks
Retrieve a list of tracks that have never been played from the rekordbox DJ database, customizable with a limit. Ideal for DJs managing their music library.
Instructions
Get tracks that have never been played.
Args: limit: Maximum number of tracks to return
Returns: List of unplayed tracks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 50,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}