Skip to main content
GET
/
smart-playlists
/
{id}
/
tracks
Resolve a smart playlist to its current matching tracks
curl --request GET \
  --url http://localhost:6063/smart-playlists/{id}/tracks
[
  {
    "id": "<string>",
    "path": "<string>",
    "title": "<string>",
    "artist": "<string>",
    "album": "<string>",
    "album_artist": "<string>",
    "composer": "<string>",
    "genre": "<string>",
    "year": 123,
    "year_string": "<string>",
    "track_number": 123,
    "disc_number": 123,
    "length": 123,
    "filesize": 123,
    "bitrate": 123,
    "frequency": 123,
    "album_id": "<string>",
    "artist_id": "<string>",
    "genre_id": "<string>",
    "album_art": "<string>",
    "md5": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Resolved tracks

id
string
path
string
title
string
artist
string
album
string
album_artist
string
composer
string
genre
string | null
year
integer<int64> | null
year_string
string | null
track_number
integer<int64> | null
disc_number
integer<int64>
length
integer<int64>

Duration in milliseconds

filesize
integer<int64>
bitrate
integer<int64>
frequency
integer<int64>
album_id
string
artist_id
string
genre_id
string
album_art
string | null
md5
string
created_at
string<date-time>
updated_at
string<date-time>