I made a metamorphosis to become a developer
@JLee & @Agonostis
ok, you have to be a developer too. I found this in the developer zone(
http://www.musicex.com/mediajukebox/DevZone/Metamorphis.html):
Predefined TrackInfo keywords
These TrackInfo keywords can be used to display information about currently playing track
General Info:
ARTIST - artist name
ALBUM - album name
NAME - track title
TRACK# - track number
GENRE - genre
YEAR - year
COMMENT - comment
Time keywords:
ELAPSED_TIME - current time of the track
REMAINING_TIME - time left in the track
TOTAL_TIME - track duration
Playback Info:
SAMPLE_RATE - samplerate of the track
BITRATE - bitrate information
CHANNELS - number of channels
PN_TRACKS - total number of tracks in current playlist
PN_POSITION - position of current track in the playlist
You can also access this information through MJAutomation object is JScript, for more information about that see SDK for Interface Plug-ins.
--------------------------------------------------------------------------------
Good luck !