Hello everyone... Greetings from Sri Lanka!
I'm a major media center fan and have found a great deal of solutions thanks to this forum... and FINALLY had to join it coz im stuck on this latest problem...
I was editing a track info template, and i have a custom field for the countries various artists are from. I want to add this info into the template but for some reason it just doesn't show up... ?
Here's what the code looks like...
<ul id="meta">
<li class="title" title="Title: TRACKINFO_INSERT_TITLE">TRACKINFO_INSERT_TITLE</li>
<li class="artist" title="Artist: TRACKINFO_INSERT_ARTIST">TRACKINFO_INSERT_ARTIST</li>
<li class="album" title="Album: TRACKINFO_INSERT_ALBUM">TRACKINFO_INSERT_ALBUM<span class="TRUETRACKINFO_INSERT_YEAR"> (TRACKINFO_INSERT_YEAR)</span></li>
<li class="genre" title="Genre: TRACKINFO_INSERT_GENRE">Genre: TRACKINFO_INSERT_GENRE</li>
<li class="homeland" title="Country: TRACKINFO_INSERT_HOMELAND">Country: TRACKINFO_INSERT_HOMELAND</li> <li class="rating-TRACKINFO_INSERT_RATING" title="Rating: TRACKINFO_INSERT_RATING Star(s)"> </li>
</ul>
The section in Bold being my custom field... It shows up as Country: TRACKINFO_INSERT_HOMELAND on the template. Any idea on how to get this to work? Thanks in advance...