jrmuizel / banshee-unofficial-plugins

Automatically exported from code.google.com/p/banshee-unofficial-plugins
0 stars 1 forks source link

mirage shouldn't insert a two entries into the playlist with same artist and title in one playlist generation "step" #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you've a a song twice in your library mirage may add a song twice and 
even worse directly after each other into the playlist.

Attached is a patch which *may* solve this as I currently cannot compile the 
extension on debian and I'm not familiar with c#.

Original issue reported on code.google.com by p.dreimann@gmail.com on 27 Jan 2010 at 11:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bertrand.lorentz@gmail.com on 30 Jan 2010 at 4:30

GoogleCodeExporter commented 9 years ago
Thanks for the patch !
I think using the track metadata is not always reliable, and the point of 
Mirage is
that you don't have to.
Mirage implements a distance threshold : if a track is too similar (ie the 
distance
is too low) to one of the tracks used to create the playlist, Mirage will 
ignore that
track.
This parameter is not set by default and is not visible in the UI yet. you can 
set it
in GConf with the following command :
gconftool-2 --set /apps/banshee-1/plugins/mirage/distance_ceiling --type=float 
0.9

A value below 1 usually indicates duplicate tracks.

Original comment by bertrand.lorentz@gmail.com on 2 Feb 2010 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by bertrand.lorentz@gmail.com on 2 Feb 2010 at 10:13