Sometime recently, smartlists that haven't been changed in many months have started returning results with tons of (13-22) duplicate entries (they are all the exact same file - when I play one of the duplicates all turn bold). I have checked and the library only shows one copy of the file when viewing from any other view, such as Album.
I know that I can add a remove duplicates modifier to the smartlist to make these go away, but this is changed from previous results and it seems like incorrect behavior to be returning duplicates of the same file.
Here's a representative smartlist:
[/[Media Type]=[audio] -[Genre]="Karaoke" -[Genre]="Children" ([Genre]="Pop" or [Genre]="Rock") ~n=100 ~sort=Random ~mix=1000,66%,{[Rating]=[4],[5]},34%,{[Rating]=[3]} ~sort=[Name]code]
Is it possible the something was changed in Media Center's search engine code that is causing this?
UPDATE: So, I noticed that the smartlists with this problem used a mix of a Limit and Mix parameters and I thought there was a good chance they were in conflict in some way. By reversing the order of the Mix and Limit parameters the duplicate tracks problem resolved (this is also probably the more correct order of operations anyways). I think that this may still be something to look into as I'm not sure limiting prior to a mix, regardless of the inefficient ordering of parameters, should return results like that. For anyone wondering why I have a mix of 1000 and then limit to 100- I don't know, I shouldn't and I thought this list limited the number of tracks from the same artist or album, so I need to fix that.