Re: [slim] Deezer Smart Radio - what's your experience?

2016-06-21 Thread Michael Herger
It is available using ickstream, don't know how they do it... That's strange. Flow doesn't work for me using ickstream. But it does work using mysqueezebox.com - except for skipping a track. Haha... I wanted to look into the Deezer Flow feature. Just to figure out I already added it back in D

Re: [slim] I wish to change my 'server pc' to a new one and need assistance....

2016-06-21 Thread jeff52807
JJZolx wrote: > What's the reason you want to replace the old server? If I were to run a > desktop version of Windows on a new server, I'd go with Windows 7 > Professional, as licenses are still available. If you're just looking to > upgrade the OS, maybe that's all you'd need to do - install a n

Re: [slim] Finding duplicate tracks?

2016-06-21 Thread audiomuze
The code I was referring to is here: https://github.com/keith-g/audiodb *'puddletag' (http://puddletag.sourceforge.net/)* - now packaged in most Linux distributions. audiomuze's Profile: http://forums.slimdevices.com/membe

Re: [slim] Finding duplicate tracks?

2016-06-21 Thread Rainer M Krug
Michael Herger writes: >> By the way - how does the library view which hides the lossy version >> when a lossless exist work? Match of all tags? > > https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Plugin/ExtendedBrowseModes/Libraries.pm#L30 > > As you can see from that code snippet it

Re: [slim] Finding duplicate tracks?

2016-06-21 Thread Michael Herger
By the way - how does the library view which hides the lossy version when a lossless exist work? Match of all tags? https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Plugin/ExtendedBrowseModes/Libraries.pm#L30 As you can see from that code snippet it's a rather simple check. Basicall

Re: [slim] Finding duplicate tracks?

2016-06-21 Thread Rainer M Krug
Thanks everybody - and you are all right. The question is obviously what is a duplicate - that's why I put in the "fuzzy matching of tags". But I must say I like the SQL approach - I know sqlite a bit and will look into this. By the way - how does the library view which hides the lossy version