INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Nick-S on December 30, 2003, 12:21:41 pm
-
Hi,
I'm trying to build my own TrackInfo Page. Why couldn't I use the phrase TRACKINFO_INSERT_COMPOSER or any by me created field like TRACKINFO_INSERT_MEDIUM in the HTML-Document? MC then just displays TRACKINFO_INSERT_COMPOSER and not the info, which is "behind" it. Can I just use the "standard" informations like Artist, Album, Year, Genre, Lyrics???
Thank you very much for your help,
regards,
Nick
-
Try: TrackInfo_Insert(Composer), TrackInfo_Insert(Medium)...
-
Hallo,
that's working BUT I've got a custom field called "Interpret(en)" and one called "Komponist(en)" (German for artist in singular and plural ;) ) I know that there are the fiels artist and composer but my custom fields are data fields, with the entries divided by semicolons. The Advantage is that now, if a song has e.g. four different artists everyone is seperately listed in the view sheme. ;D
But with these fields it is not working, i think because of the brackets.
Is there another trick?
-
No chance for a solution? ?
-
Hi Nick - I'm a tenderfoot too, I haven't tried to build a trackinfo page yet, and I guess you have already tried double brackets, eg (Komponist(en)). But possibly using quotes around the custom field name, eg ("Komponist(en)") would work... From having done a primer with javascript and customising a PlayingNow skin I would suggest experimenting with square brackets and single quotes and anything else that might isolate your field name within the external brackets. I might be totally off, but as no one else has replied I thought I'd give you my best guess... ::)
-
Sorry pal, all you can do is keep bumping it and hope someone responds.
-
But with these fields it is not working, i think because of the brackets.
I've tested it and i think you are right.
It seems to be because of the brackets.
I would use other names for the custom-fields (without brackets), then it will work.