INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: mark_h on August 09, 2013, 07:57:20 am

Title: TrackInfo_Insert and List fields
Post by: mark_h on August 09, 2013, 07:57:20 am
Got a list (Artists) that I want to add to my track view.  When I try the standard TrackInfo_Insert(Artists) approach I get the list added as, eg:

Alan White; Chris Squire; Jon Anderson; Rick Wakeman; Steve Howe

But I want them listed as:

Alan White
Chris Squire
Jon Anderson
Rick Wakeman
Steve Howe

I munged a solution by creating a new user library field: ArtistsHTML

replace([artists],;,
)

And then inserting that into my view.  I get the results I want, but I am wondering whether there's an "official" way I've missed??