INTERACT FORUM

Please login or register.

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

Author Topic: Track Info fields (for a beginner)  (Read 2362 times)

Luigi1943

  • Regular Member
  • World Citizen
  • ***
  • Posts: 138
  • I'd rather be sailing
Track Info fields (for a beginner)
« on: January 08, 2006, 10:32:09 am »

I'm just starting to approach developing, and I've not been able to display the Composer field by changing in the existing Track Info (DJ). the Genre Field with the Composer Field: no success.
It was Ok when I replaced Genre with Comment.
What am I missing?
Tks for any help
I'm using MC10
Luigi
Logged
Luigi1943

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Track Info fields (for a beginner)
« Reply #1 on: January 10, 2006, 06:28:06 am »

Looking here
http://www.jrmediacenter.com/DevZone/Track%20Info.html

Composer is not available :-S

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: Track Info fields (for a beginner)
« Reply #2 on: January 10, 2006, 06:42:06 am »

Could this do it?

Quote from:
http://www.jrmediacenter.com/DevZone/Track%20Info.html  >
Insert Functions  >
TrackInfo_Insert(field name)  >
http://www.jrmediacenter.com/DevZone/MJFields.h  >

Quote
#define MF_COMPOSER            _T("Composer")
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

Luigi1943

  • Regular Member
  • World Citizen
  • ***
  • Posts: 138
  • I'd rather be sailing
Re: Track Info fields (for a beginner)
« Reply #3 on: January 10, 2006, 07:11:50 am »

Tks for the answers, however "TrackInfo_Insert(Composer)" is just what I've tried to use without success (while, for instance, "TrackInfo_Insert(Comment)" works).
In addition I don't understand how should I use "#define MF_COMPOSER            _T("Composer")".
Any other hint?
Tks
Luigi
Logged
Luigi1943

PollyQ

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 65
Re: Track Info fields (for a beginner)
« Reply #4 on: January 29, 2006, 10:54:32 am »

This works just fine in MC 11.1.108, e.g.,

Code: [Select]
<html><head></head>
<body>
<p>TRACKINFO_INSERT_ARTIST &ndash; TRACKINFO_INSERT_TITLE</p>
<p>TrackInfo_Insert(Comment)</p>
</body>
</html>
Logged

Luigi1943

  • Regular Member
  • World Citizen
  • ***
  • Posts: 138
  • I'd rather be sailing
Re: Track Info fields (for a beginner)
« Reply #5 on: January 29, 2006, 01:45:44 pm »

Tks, Pollyq, but Artist and Title work also for me! It's Composer, that doesn't work, as Custom1.
Luigi
Logged
Luigi1943

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: Track Info fields (for a beginner)
« Reply #6 on: January 29, 2006, 02:42:49 pm »

Further discussion: http://yabb.jriver.com/interact/index.php?topic=31247.0

It seems the problem is fixed.
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755
Pages: [1]   Go Up