Sorry for all the cross-posting, but SOMEONE has got to know the answer to this.
I'm trying to edit a visualization using Visualization Studio and using a text editor. I'm trying to replace the display of the ALBUM field with the contents of a custom tag field I've created in MC 10 (ALBUMS). But VS doesn't seem to recognize ALBUMS as a variable, and just tags a capital S onto the end of the the contents of the ALBUM variable at the time (For example, say ALBUM contains "Abbey Road" and ALBUMS contains "Beatles - Abbey Road". If I put ALBUMS in the text section, the display is "Abbey RoadS", i.e. the contents of ALBUM with an "S" tacked on the end, instead of the contents of ALBUMS).
If I use a text editor to go into the .mjv file of the visualization that's the one I'm trying to modify, I see where the text section begins and the script calls the string variables (at least that's how I think of them) ALBUM ARTIST NAME YEAR but I don't see those variables defined anywhere. I'm guessing they must be defined somewhere, but where? And how can I add my custom fields to the definition?
If I put CUSTOM_1 as a text variable, that text doesn't show on the screen, so VS is recognizing it as a variable, but how do I point the variable to the field whose data it's supposed to contain?
Any help would be appreciated...its been quite a while since I did any real programming and I just don't want to learn whatever the visualization plugins are written in, I just want to tweak them a little.
Thanks