INTERACT FORUM

Windows => Plug-in Development => Topic started by: Luigi1943 on January 08, 2006, 10:32:09 am

Title: Track Info fields (for a beginner)
Post by: Luigi1943 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
Title: Re: Track Info fields (for a beginner)
Post by: Mr ChriZ on January 10, 2006, 06:28:06 am
Looking here
http://www.jrmediacenter.com/DevZone/Track%20Info.html

Composer is not available :-S
Title: Re: Track Info fields (for a beginner)
Post by: Alex B 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")
Title: Re: Track Info fields (for a beginner)
Post by: Luigi1943 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
Title: Re: Track Info fields (for a beginner)
Post by: PollyQ 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>
Title: Re: Track Info fields (for a beginner)
Post by: Luigi1943 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
Title: Re: Track Info fields (for a beginner)
Post by: Alex B 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.