I cannot figure out what I am doing wrong. My computers at home are all running build 169. Everthing seems to be working fine on the server side. And as I said earlier, when I accessed the library at work, over the internet, everything worked fine. But at home, the client computers are unable to show tag information in any of my track info templates.
The music plays fine. And I am able to see the cover art and all other tag information elsewhere in the program, just not as part of the track info templates. When I play songs from the default library on the computer, everything works great. But over the server, it does not.
I checked out what was going on in the html of the track info templates. When I opened the generated.html file while a song was playing from the default library on the computer, the html was correct. For example, I get the following html which properly displays the cover art image:
<TD width="197" rowspan="4" align="left" valign="top"><img src="C:\Documents and Settings\Micah\My Documents\My Received Podcasts\Scoodlercast\Folder.jpg" name="Graphic1" align=left width=187 height=188 border=0></TD>
But when I change the library to the one from the server, i get the following html at the same place:
<TD width="197" rowspan="4" align="left" valign="top"><img src="" name="Graphic1" align=left width=187 height=188 border=0></TD>
Notice that MC did not seem to pass along the source of the image.
Even more interesting, there are two bits of track information that do appear on each of my track info templates. They are TRACKINFO_INSERT_PN_POSITION and TRACKINFO_INSERT_PN_TRACKS. They show up fine over the server, but none of the other track information does.
Any thoughts on what is going on?
Micah