Quantcast
Channel: ChinookDatabase Work Item Rss Feed
Viewing all articles
Browse latest Browse all 30

Edited Issue: iTunes converter should consider albums of identical names by different artists. [29371]

$
0
0
Note: This bug has been reported by a user (Thanks Gordon!).

Regardless, the following code in ITunesToChinookDataSetConverter.cs:

private static int AddAlbum(TrackInfo trackInfo, ChinookDataSet ds)
{
DataRow[] results = ds.Album.Select("Title = '" + trackInfo.AlbumName.Replace("'", "''") + "'" );
...
}

doesn't take into account albums of identical names by different artists. So, for example, songs from Moby's "Play" and Great Big Sea's "Play" are added to the database referencing the the same artist id (in this case GBS). Adding an ArtistId qualifier in the search cleans it up.

Viewing all articles
Browse latest Browse all 30

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>