GNOME Bugzilla – Bug 664184
XBox shows songs multiple times in "Songs"
Last modified: 2012-02-15 20:54:53 UTC
When you browse the "Songs" folder it can happen that each song is listed at least twice. Reason for that is that our XBox support flattens the special folder id "4" which the XBox uses to "0" and just runs the search (upnp:class derivedFrom "object.item.musicItem") there, which returns all elements containing @refID. I think this is best fixed in modifying the search request in XBox hacks to include "@refID exists false" for the "4" case, just like WMP 12 does.
Note: This doesn't affect MediaExport plugin since the search does not include @refID items there, but wouldn't do any harm either.
Created attachment 207257 [details] [review] core: Prevent XBox showing songs multiple times Due to the way we handle the XBox's search requests it might happen that the search result includes items having a @refID which are just "aliases" to the real items.
Attachment 207257 [details] pushed as 9aff5d6 - core: Prevent XBox showing songs multiple times