INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Nick-S on December 30, 2003, 12:21:41 pm

Title: Buliding own TrackInfo Page - Limitations
Post 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
Title: Re:Buliding own TrackInfo Page - Limitations
Post by: JaWe on December 30, 2003, 12:58:45 pm
Try: TrackInfo_Insert(Composer), TrackInfo_Insert(Medium)...
Title: Re:Buliding own TrackInfo Page - Limitations
Post by: Nick-S on December 31, 2003, 02:07:23 am
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?
Title: Re:Buliding own TrackInfo Page - Limitations
Post by: Nick-S on January 02, 2004, 10:13:44 am
No chance for a solution?  ?
Title: Re:Buliding own TrackInfo Page - Limitations
Post by: EpF on February 04, 2004, 05:48:41 pm
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...  ::)
Title: Re:Buliding own TrackInfo Page - Limitations
Post by: Drowbe on February 05, 2004, 04:06:19 am
Sorry pal, all you can do is keep bumping it and hope someone responds.
Title: Re:Buliding own TrackInfo Page - Limitations
Post by: DJ_Hazelwood on February 05, 2004, 04:43:23 am
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.