by Steegy » Tue Jun 13, 2006 11:52 am
jiri wrote:@Jiri
SDB.SongData.ParseText(...) doesn't work for the Artist, correct?
In the MainTracksWindows it is shown correctly after Parsing, but after refreshing, the Artist appeares untouched. For Title, ... it works well, thanks.
See
http://www.mediamonkey.com/forum/viewto ... 6552#46552
Please empty the artist name (and best of all any field you expect to be filled in) before the function is called (i.e. track.ArtistName="").
Jiri
Will this be fixed? If it doesn't work to only use (track.ArtistName=""), then sometimes big workarounds (some fields have blank values "", 0, -1, ... ) would need to be used if it's impossible to know what field will receive a value. If only setting (track.ArtistName="") is enough, then I can live with that workaround very well.
[quote="jiri"][quote]@Jiri
SDB.SongData.ParseText(...) doesn't work for the Artist, correct?
In the MainTracksWindows it is shown correctly after Parsing, but after refreshing, the Artist appeares untouched. For Title, ... it works well, thanks.
See http://www.mediamonkey.com/forum/viewtopic.php?p=46552#46552[/quote]
Please empty the artist name (and best of all any field you expect to be filled in) before the function is called (i.e. track.ArtistName="").
Jiri[/quote]
Will this be fixed? If it doesn't work to only use (track.ArtistName=""), then sometimes big workarounds (some fields have blank values "", 0, -1, ... ) would need to be used if it's impossible to know what field will receive a value. If only setting (track.ArtistName="") is enough, then I can live with that workaround very well.