Skip to main content
GET
/
browse
/
tree-entries
Browse the filesystem under music_dir
curl --request GET \
  --url http://localhost:6063/browse/tree-entries
[
  {
    "name": "/Users/tsirysandratraina/Music/Union Of Sound - Acoustic - A Quiet Night In (Explicit)",
    "attr": 16,
    "time_write": 1768805953,
    "customaction": 0
  },
  {
    "name": "/Users/tsirysandratraina/Music/Media.localized",
    "attr": 16,
    "time_write": 1766757435,
    "customaction": 0
  },
  {
    "name": "/Users/tsirysandratraina/Music/Cannons - Up All Night EP",
    "attr": 16,
    "time_write": 1766430051,
    "customaction": 0
  }
]

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.

Query Parameters

q
string

Path to list (absolute). Defaults to $ROCKBOX_LIBRARY or $HOME/Music.

show_hidden
enum<string>

Show dotfiles (default false)

Available options:
true,
false

Response

Directory entries

name
string

Absolute path

time_write
integer<int64>

Unix timestamp of last modification

attr
integer<int32>

0x10 = directory

customaction
integer<int32>