INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: using user fields in CSS Dream plugin  (Read 2097 times)

nickharambee

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 365
  • doh!
using user fields in CSS Dream plugin
« on: May 13, 2006, 07:12:28 am »

hi

could someone please tell me if it is possible to use user fields from MC when editing the index html file for the CSS Dream plugin.  Fields are entered in the format 'trackinfo_insert_[field]' but when i enter this text in the html file i just get the text 'trackinfo_insert_[field]' rather than the info for that field.

thanks

nick
Logged

LonWar

  • Citizen of the Universe
  • *****
  • Posts: 2874
Re: using user fields in CSS Dream plugin
« Reply #1 on: May 13, 2006, 07:30:39 am »

What exactly did you want to change?
Logged
-

nickharambee

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 365
  • doh!
Re: using user fields in CSS Dream plugin
« Reply #2 on: May 13, 2006, 07:33:38 am »

i have changed quite a lot in the index and main files so that this plugin works as i would like it to.  all has gone fine, except that i would like to be able to display custom fields. e.g. the country of the album, along with standard info such as album, artist, etc.

nick
Logged

ferent

  • Galactic Citizen
  • ****
  • Posts: 257
  • Go to Linux
Re: using user fields in CSS Dream plugin
« Reply #3 on: May 13, 2006, 08:20:22 am »

what is the CSS Dream plugin?
Logged
Go to linux

nickharambee

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 365
  • doh!
Re: using user fields in CSS Dream plugin
« Reply #4 on: May 13, 2006, 08:22:11 am »

it is a track info plugin
Logged

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5907
  • Farm Animal Stupid
Re: using user fields in CSS Dream plugin
« Reply #5 on: May 13, 2006, 09:31:43 am »

From the Track Info SDK:


TrackInfo_Insert(field name)

    where, field name - predefined (click here to see complete list of predefined fields) or user defined name of the field

     Examples:

TrackInfo_Insert(Artist) will result in the whole string being replaced by artist name.
TrackInfo_Insert(Cool New Field) will result in the whole string being replaced by contents of the user created field called Cool New          Field.
Logged

nickharambee

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 365
  • doh!
Re: using user fields in CSS Dream plugin
« Reply #6 on: May 13, 2006, 12:15:50 pm »

thanks doof

nick
Logged
Pages: [1]   Go Up