mruddo wrote: > Something I noticed today that may represent a possible improvement with > respect to not repeating artists/songs.
When filtering on artist, it is *only* the artist tag that is used. When filtering song titles, it is *only* the title. AlbumArtist is only used when filtering albums - if no album artist is set then the track artist is used. To find out why you see those two track near each other you need to look at the music-similarity output - this will show what tracks are filtered, etc. Its -possible- that after all the filtering there were too few tracks and so one with the same artist/title was then chose from the filtered set. The 'no repeat' settings are not absolute - if there are insufficient acceptable tracks then there will be repeats. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=115609 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
