I'd like to add info to the lyrics column without erasing the existing content. Is that possible? I want to colect info in the lyric column from 2 different sites.
Thanks
JL
I'd like to add info to the lyrics column without erasing the existing content. Is that possible? I want to colect info in the lyric column from 2 different sites.
Thanks
JL
Hi JL,
it's not directly possible but you can import the lyrics from the first source to UNSYNCEDLYRICS1, the second to UNSYNCEDLYRICS2, and combine them by an action
Action #1:
Action type: Format value
Field: UNSYNCEDLYRICS
Formatstring: %unsyncedlyrics1% %unsyncedlyrics2%
Action #2:
Action type: Remove fields
Fields to remove (semicolon-separated): unsyncedlyrics1;unsyncedlyrics2
Hope that helps!
Kind regards,
Florian
That is working great! Thanks a lot.
One more question, can I insert a carriage return or a blenk line between those 2 fields to seprate them? somthing like
%unsyncedlyrics1% "carriage return" %unsyncedlyrics2%
JL
Yes, just use %unsyncedlyrics1%$char(13)$char(10)%unsyncedlyrics2%
Awesome! thank you so much for yor quick reply! I'm having fun with this ![]()
Glad that you like it 