Album names with commas causes a problem

Post Reply
richardh
Posts: 7
Joined: Sun Mar 14, 2010 5:03 am

Album names with commas causes a problem

Post 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
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Album names with commas causes a problem

Post 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
richardh
Posts: 7
Joined: Sun Mar 14, 2010 5:03 am

Re: Album names with commas causes a problem

Post by richardh »

Resolved, thanks!

Rich
Post Reply