Tag Name
|
Data Type
|
Description
|
artist
|
string
|
the name of the artist of the
node
|
bitrate
|
string
|
the bitrate of the node (in
[vf][ms][0-9]+ format where v = variable, f = fixed; m = mono, s =
stereo; 0-9+ = bitrate in kps
|
codec
|
string
|
the codec of the node ("mp3",
"vorbis", "flac", "wma", "taxi", "" for playlists)
|
colored
|
boolean
|
Runtime
Only - whether or not the node is set to be colored in the UI
|
comment
|
string
|
the comment of the node
|
copy
|
boolean
|
whether or not this node is
identified as a copy or an original
|
copyright
|
boolean
|
whether or not this node is
identified as copyrighted
|
ctime
|
time
|
the time the node was created
(in seconds since epoch)
|
decade
|
numeric
|
the decade of the year of the
node, so if year = 1996, decade = 1990
|
dirty
|
boolean
|
whether or not the node has been
modified since the last sync
|
drive
|
numeric
|
the drive number that houses the
node
|
duration
|
numeric
|
the duration of the song in
milliseconds
|
ext
|
string
|
the file extension of the file
if it were a file (including the dot, so codec = vorbis returns ext =
.ogg)
|
fid
|
numeric
|
the file identifier for the node
|
fid_generation
|
numeric
|
the generation of the node;
changes every time the node's fid is recycled
|
genre
|
string
|
the genre of the node
|
iconType
|
numeric
|
Runtime
Only - returns the type of icon that is used to represent the
node
|
length
|
numeric
|
the length of the node in bytes
|
marked
|
boolean
|
whether or not the node has been
marked
|
offset
|
numeric
|
the offset in btyes of the music
content from the beginning of the file (for instance, this will skip
ID3v2 tags)
|
options
|
numeric
|
a bit set of options (the
meaning of the bits are different for each device)
|
pickn
|
numeric
|
the number of tracks of the
playlist to pick at random
|
pickpercent
|
numeric
|
the percentage of tracks of the
playlist to pick at random
|
pin
|
string
|
an assignable PIN number for the
node for easy access
|
play_count
|
numeric
|
number of times the node has
been played
|
play_last
|
time
|
the date the node was last
played (in seconds from epoch)
|
playlist
|
binary
|
an encoded value containing the
list of FID numbers of the children of the playlist
|
pos
|
numeric
|
Runtime
Only - returns the position of this node in the context of
whatever playlist you are currently viewing (or 1 if there is no
playlist context)
|
profile
|
binary
|
an encoded value containing
information about the track for use on the device while playing
|
refs
|
numeric
|
the number of non-soup playlists
that contain this node
|
rid
|
string
|
a 32 character hash generated
based on the content of the music of the node that should be unique for
every tune
|
samplerate
|
numeric
|
the samplerate of the node (in
samples per second)
|
size
|
numeric
|
the number of entries in the
playlist
|
skip_count
|
numeric
|
the number of times the node has
been skipped
|
soup
|
string
|
the encoded format that jEmplode
uses to represent the query that defines the soup playlist
|
source
|
string
|
the name of the source of the
node (for instance, the album name, "Live", or equivalent)
|
stereo
|
boolean
|
whether or not the tune is stereo
|
title
|
string
|
the title of the node
|
tracknr
|
numeric
|
the track number of the node
|
tracknrorpos
|
numeric
|
if the node does not have a
track number specified, returns the position of the tune in its playlist
|
tracks
|
numeric
|
the number of tracks that are
contained in the playlist and all of its nested playlists
|
trailer
|
numeric
|
the offset in bytes from the end
of the file where the music content ends (for instance, this will skip
ID3v1 tags)
|
type
|
string
|
the type of the node ("tune",
"playlist", "taxi", or "illegal")
|
wendy
|
string
|
a comma separated list of wendy
flag names that the tune is flagged with
|
year
|
numeric
|
the year of the node
|