INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Uwe on December 01, 2003, 02:23:24 am
-
Is there a list of available keywords in the text-field of the Vis-Studio ?
I want to show the time of the PC clock in my visualization.
Uwe
-
I have often wondered this myself. Anything out there?
-
I have often wondered this myself. Anything out there?
I've asked this twice before and each time I've had no response. Best of luck!
-
bump
yes....no....
Sorry, if this is a silly question, but i didn't find anything !
Uwe
-
I made a metamorphosis to become a developer 8)
@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 !
-
I really wish that we could have access to _all_ database fields and the current play status ones...
Sigh...
P.
-
I made a metamorphosis to become a developer 8)
@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 !
I'm aware of that document but it's for track info not Vis Studio. Some of the fields, such as COMMENT, do not work in Vis Studio.