Page 1 of 1

Album names with commas causes a problem

Posted: Thu Mar 25, 2010 1:22 pm
by richardh
Hi there.

It seems music album names with commas in them result in multiple albums appearing in WMS. So...

Album: "Echoes, Silence, Patience & Grace"

WMS displays:

Album: "Echoes"
Album: "Silence"
Album: "Patience & .."

Is there a known workaround to the problem with commas?

Richard

Re: Album names with commas causes a problem

Posted: Thu Mar 25, 2010 1:34 pm
by Eugene
Hi,
richardh wrote: It seems music album names with commas in them result in multiple albums appearing in WMS. So...

Album: "Echoes, Silence, Patience & Grace"

WMS displays:

Album: "Echoes"
Album: "Silence"
Album: "Patience & .."

Is there a known workaround to the problem with commas?

Richard
Right-click on the line "Albums" - Edit title
Type: Dynamic (script)
Button Script

Code: Select all

WmsDatabaseGroupItems (mfAudioAllMusicItemID, FolderItem.Properties [mpiItemID], 'mpAlbum', '')
Ok-Ok-Renew

Re: Album names with commas causes a problem

Posted: Thu Mar 25, 2010 3:07 pm
by richardh
Resolved, thanks!

Rich