In the .101 build this issue is still there:
ListCombine([artist],[Composer])&datatype=[list]
- If artist is "Bonnie Tyler" and composer is empty, the expression outputs "Bonnie Tyler;" (with an appended ";", but the field still works in panes).
These expressions seem to always append a ";":
ListCombine(ListBuild(1,;,[artist],[composer],[album artist]),)&datatype=[list]
ListCombine([artist];[composer];[album artist],)&datatype=[list]
All three expressions above result in duplicate entries in some cases. The expressions return
U2;Bono; Adam Clayton; The Edge; Larry Mullen Jr.; U2 [the latter two expressions also append a ;]
for a file tagged like this (I have not found a way to copy and paste the database fields for a file):
MPEG-1 Layer 3
241 Kbit VBR
44.1 Khz Joint stereo
Copyrighted: No
Original: Yes
Protected by CRC: No
Encoder: LAME
Gapless: Yes (576 start, 1860 end)
ID3v1 Tag: none
ID3v2.3 Tag: (40821 bytes)
TIT2 (Name): I Still Haven't Found What I'm Looking For
TPE1 (Artist): U2
TPE2 (Album Artist): U2
TALB (Album): The Joshua Tree
TRCK (Track #): 2
TYER (Year): 1987
TCON (Genre): Pop/Rock
TCOM (Composer): Bono; Adam Clayton; The Edge; Larry Mullen Jr.; U2
USLT (Lyrics): <too large to display>
TPUB (Publisher): Island Records
APIC (MP3T107517669) (Cover): <too large to display>
TXXX (Album Artist): U2
TXXX (Album rating): 5
TXXX (Mood): <too large to display>
TXXX (MusicMagic Data): <too large to display>
TXXX (MusicMagic Fingerp..): <too large to display>
TXXX (replaygain_album_g..): -4.81 dB
TXXX (replaygain_album_p..): 1.029673
TXXX (replaygain_track_g..): -4.75 dB
TXXX (replaygain_track_p..): 1.010810
TXXX (Review): <too large to display>
TXXX (Style): College Rock; Album Rock; Alternative/Indie Rock; Contemporary Pop/Rock; Alternative Pop/Rock; Post-Punk
TXXX (Theme): Motivation; Empowering; School; Feeling Blue; Affirmation; Introspection; Reflection
TXXX (Tool Name): Media Center
TXXX (Tool Version): 15.0.101
-----------------------------------------
Could you please have another look at the ListCombine() function.