Hi all! I'm looking for (additional) info on the 'Track Info' feature. I recently discovered this player and I started to play with that feature. But couldn't fine more information then this:
http://www.musicex.com/mediajukebox/DevZone/Track%20Info.html.
I almost immediately say an opportunity to use that option for my own project,
http://audio-tracker.com (= on-line database which saves playlist entries like artist and title, and allows dynamic image creation of current song playing).
So I started to look around where I could edit the stuff in "Playing Now" -> "Artist Info". Then I found out about this 'Track Info' feature. Now I've created this little file:
<!--
Create a new map in your 'Visualizations\Track Info' map called 'Audio-Tracker'.
Edit username and password (XXXXX) to fit your own.
Save this text to a file (index.html) in the map you just created.
File created for MediaJukebox v8.
-->
<html>
<head>
<title>Audio-Tracker</title>
<meta http-equiv="Refresh" content="1; URL=http://www.audio-tracker.com/submitdb.php?title=TRACKINFO_INSERT_TITLE&artist=TRACKINFO_INSERT_ARTIST&username=XXXXX&password=XXXXX">
</head>
<body>
</body>
</html>
I was wondering if there would be an easier way to set the username and password then by letting people edit this file. Does it support external reading from files on your local computer or something like that, or is it just plain HTML that you can use?
Is this a good way to handle this after all? I haven't got any VC++ skills and a little VB skills (read something about external support..). I was wondering if anyone has some suggestions.