Music Artists wrong when Artist name contains commas

Post Reply
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Music Artists wrong when Artist name contains commas

Post by Eugene »

Hi,
jono25 wrote: I see that someone brought up the topic of album names being wrong when containing commas and a reply was posted to correct that. However the same problem exists for Artist names ..e.g 10,000 maniacs are listed as
Artist 10
Artist 0000 maniacs

I dont know how to write a script that will fix this so would appreciate some help pleaswe.
Create Artist Index in the "Playlists"

Settings - Processing - "Create Artist Index" - Edit - turn on "Button on the main form" - Ok - Ok - Ok - click "Artist Index"

Maybe useful: http://www.wildmediaserver.com/forum/vi ... ?f=3&t=698
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Music Artists wrong when Artist name contains commas

Post by Eugene »

Choose the folder Artists - right click - "Edit title" - Type - "Dynamic (script)" - click Script - Expression

Code: Select all

WmsDatabaseGroupItems(mfAudioAllMusicItemID, mfAudioArtistsItemID, 'mpAuthor', 'mpTitle')
Ok - Ok - click Renew
Post Reply