Re: [slim] shuffle plays songs more than once

2011-11-18 Thread qwerk
thank you, I was not thinking straight. I use the dutch language and mixed the terms random and shuffle. my problem solved. -- qwerk qwerk's Profile: http://forums.slimdevices.com/member.php?userid=51309 View this

Re: [slim] shuffle plays songs more than once

2011-11-17 Thread Mnyb
There is a difference between shuffle and random play . Shuffle just shuffles the files in the current playlist and will start over again from the top , or reshuffle the same songs again. Depending on settings. Random play can sometimes find the same song but it is less likely if your

[slim] shuffle plays songs more than once

2011-11-16 Thread qwerk
Hi, I cannot find the answer on this forum. When I play a list using shuffle, several songs are played more then once. Is there a setting for this? thanks in advance Qwerk -- qwerk qwerk's Profile:

Re: [slim] Shuffle mode

2010-06-30 Thread didjean
I think I found the bug report. It an old bug... No real estimation on when this will be fixed! I've just voted for it. And please, those who are reading this post: vote for this one! it is pretty annoying ;-) http://bugs.slimdevices.com/show_bug.cgi?id=9864 -- didjean Slim SB3 +

Re: [slim] Shuffle mode

2010-06-25 Thread didjean
Maybe I wasn't clear enough ? to be more precise: I'm in shuffle mode and I am listening to music (e.g. a random mix) I want to hear a specific song in a specific album from a specific artist I go in Artist, than choose the album and select a song When I press play, it won't play that song

Re: [slim] Shuffle mode

2010-06-25 Thread Soulkeeper
I guess that depends on whith user interface you're using. The Touch, Controller, Radio, Boom or web interface? -- Soulkeeper Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297 View this thread:

Re: [slim] Shuffle mode

2010-06-25 Thread mobileadam
I think this was discussed as a bug a long time ago. I have this occur on the controller and my new Radio. I would expect it to play the track I select and then randomly choose a tune thereafter. -- mobileadam

Re: [slim] Shuffle mode

2010-06-25 Thread didjean
I have this issue on all players though haven't really tested on SB3. But sure on recent players. -- didjean Slim SB3 + Cambridge Audio 640R + Cambridge Audio DAC Magic + Q Acoustics 1050i ** SB Touch + Yamaha DSP A595 + Morel Applause MKII ** Duet (just the controller is still being used) **

[slim] Shuffle mode

2010-04-19 Thread didjean
When I am playing an album in shuffle mode and when viewing the playlist, it is impossible to play a song selected in that list. Selecting a track and pressing play will randomly play a track from that list. Is this a bug ? -- didjean Slim SB3 + Cambridge Audio 640R + Cambridge Audio DAC

[slim] Shuffle not working

2009-06-19 Thread downtime
I can no longer shuffle playlists. Pressing the Shuffle button on the remote only shows Don't Shuffle Playlist on my SB3. Likewise, clicking on the shuffle button on the web interface has no effect. I can choose Shuffle by Song from the Settings-Shuffle submenu but it doesn't stick. I'm having

Re: [slim] Shuffle not working

2009-06-19 Thread downtime
It was the Spicefly SugarCube plugin. It disables Shuffle. Fortunately, it can be disabled without uninstalling and restarting. -- downtime downtime's Profile: http://forums.slimdevices.com/member.php?userid=3463 View

Re: [slim] Shuffle algorithm

2008-05-12 Thread Peter
Toby Dickenson wrote: The random shuffle code is here. Without having worked through all the details, it looks like it is using mysql to order by RAND() http://svn.slimdevices.com/7.0/trunk/server/Slim/Plugin/RandomPlay/Plugin.pm?revision=19572view=markup AFAIK the 'shuffle' function of

Re: [slim] Shuffle algorithm

2008-05-10 Thread kmr
pippin;300323 Wrote: Can you describe what a similar but not identical random sequence is? You are correct, my car radio plays IDENTICAL sequenced. But I don't fully understand what you mean, then. To have similar sequences is not necessarily a correlation, a correlations means

Re: [slim] Shuffle algorithm

2008-05-10 Thread Toby Dickenson
The random shuffle code is here. Without having worked through all the details, it looks like it is using mysql to order by RAND() http://svn.slimdevices.com/7.0/trunk/server/Slim/Plugin/RandomPlay/Plugin.pm?revision=19572view=markup That is, mysql generates a random number for each matching

Re: [slim] Shuffle algorithm

2008-05-09 Thread pippin
kmr;300284 Wrote: I think you're mistaken here; if the RNG seed were the same, you'd get the SAME random number sequence. What I get with my iPod and dislike is similar but not identical random number sequences - a classic sign of correlation with the RNG (i.e., different seeds produce

Re: [slim] Shuffle algorithm

2008-05-08 Thread kmr
pippin;299889 Wrote: No. I have the same thing in my car radio. This is usually not a correlation thing, because you don't hear correlations, as soon as the first track is different you are on a completely new trail and don't tell me that you can hear a correlation like in 1 20 4 80 5 vs 2

Re: [slim] Shuffle algorithm

2008-05-08 Thread Peter
kmr wrote: pippin;299889 Wrote: No. I have the same thing in my car radio. This is usually not a correlation thing, because you don't hear correlations, as soon as the first track is different you are on a completely new trail and don't tell me that you can hear a correlation like in 1

Re: [slim] Shuffle algorithm

2008-05-07 Thread kmr
pippin;298814 Wrote: Do you plan to encrypt something with the titles in your playlist? Otherwise even rand() should be good enough for shuffling. It's not the sorted order of an individual playlist that is the problem; I totally agree that rand() is good enough for that. What I really

Re: [slim] Shuffle algorithm

2008-05-07 Thread pippin
kmr;299592 Wrote: It's not the sorted order of an individual playlist that is the problem; I totally agree that rand() is good enough for that. What I really dislike is correlation in the successive random number sequences. For example, I like to use shuffle songs on my late 2004 4th gen

Re: [slim] Shuffle algorithm

2008-05-05 Thread pippin
Do you plan to encrypt something with the titles in your playlist? Otherwise even rand() should be good enough for shuffling. To define equal chance for such an application is not that simple, though. There's an abundance of subjective priority parameters you may or may not want to see in that

Re: [slim] Shuffle algorithm

2008-05-05 Thread RonM
Sorry, wrong text included. -- RonM RonM's Profile: http://forums.slimdevices.com/member.php?userid=17029 View this thread: http://forums.slimdevices.com/showthread.php?t=47242

Re: [slim] Shuffle algorithm

2008-05-05 Thread pippin
RonM;298902 Wrote: Ideally, I'd like an algorithm that dropped played titles from the playlist, until all were played and it started over. It would be nice if there were some alternative choices, options only -- e.g. to no play from the same album two cuts in a row, or to choose a spiral

Re: [slim] Shuffle algorithm

2008-05-05 Thread erland
RonM;298902 Wrote: It would be nice if there were some alternative choices, options only -- e.g. to no play from the same album two cuts in a row, or to choose a spiral method, where a track would be played from each of the included albums until they'd all had a track played, and then it

Re: [slim] Shuffle algorithm

2008-05-05 Thread JJZolx
RonM;298902 Wrote: Ideally, I'd like an algorithm that dropped played titles from the playlist, until all were played and it started over. It would be nice if there were some alternative choices, options only -- e.g. to no play from the same album two cuts in a row, or to choose a spiral

Re: [slim] Shuffle algorithm

2008-05-05 Thread Siduhe
I would also recommend looking at MusicIP which is supported within Squeezecenter. It's not random, but produces some great playlists and is easy to configure different types of mixes (once you have it set up) - Jagged Mix might work well for you. -- Siduhe

[slim] Shuffle algorithm

2008-05-04 Thread RonM
Anyone know what the shuffle algorithm is for the Duet? I mean in general terms. I've gotten tired of shuffle or random features in devices that are clearly not, with distinct patterns always emerging. It would be nice if the Duet had something approximating true randomness, with each

Re: [slim] Shuffle algorithm

2008-05-04 Thread JJZolx
RonM;298782 Wrote: Anyone know what the shuffle algorithm is for the Duet? I mean in general terms. I've gotten tired of shuffle or random features in devices that are clearly not, with distinct patterns always emerging. It would be nice if the Duet had something approximating true

Re: [slim] Shuffle algorithm

2008-05-04 Thread dean
For the shuffle modes, the playlist is shuffled in place using a Fischer-Yates shuffle: http://en.wikipedia.org/wiki/Knuth_shuffle -- dean dean's Profile: http://forums.slimdevices.com/member.php?userid=2 View this

Re: [slim] Shuffle algorithm

2008-05-04 Thread kmr
But what algorithm produces the random numbers? Hopefully not the C rand() function! BTW, a member of the ANSI C committee once told me that the only thing rand is used for in C code is to decide whether to pick up the axe or throw the dwarf... - from Tim Peters, numerical methods wizard and

Re: [slim] Shuffle By Artist

2007-11-28 Thread slimpy
Of course it can be added. If it will be added and when is another question. File an enhancement request at http://bugs.slimdevices.com -s. -- slimpy slimpy's Profile:

Re: [slim] Shuffle By Artist

2007-11-28 Thread kyleki
slimpy;245747 Wrote: File an enhancement request at http://bugs.slimdevices.com Done. 'Bug 6241' (http://bugs.slimdevices.com/show_bug.cgi?id=6241). ;-) -- kyleki kyleki's Profile:

Re: [slim] Shuffle By Artist

2007-11-28 Thread Peter
slimpy wrote: Of course it can be added. If it will be added and when is another question. File an enhancement request at http://bugs.slimdevices.com Please don't ;) I already dislike the current trio of shuffle options. I'd prefer a simple shuffle on/off and not having to click through 4

[slim] Shuffle By Artist

2007-11-27 Thread kyleki
I'm aware of the existing functionality of putting my SB2/3 in Shuffle by songs mode, browsing to a specific artist, and playing it, but that's not what I want. I have, for example, a list of 200 songs added to the SB2 playlist from the MusicIP plugin. I want it to play the songs grouped by

[slim] shuffle setting drops at end of song

2007-04-18 Thread valnoren
Hello great product. I have one problem I cant seem to figure out. I am streaming my music to my mac at work. When I set the settings for the play list in slimserver web page to shuffle song then connect close out and connect with itunes everything plays fine but at the end of the song itunes

[slim] Shuffle

2007-04-01 Thread mcslim
Although SB is a great product, the Shuffle features seems lacking. I often play a Playlist with 100+ albums, with varying numbers of tracks from each album, some only one track, some all tracks, and yet certain albums will repeat every 7 or 10 songs before any track from the othr 100 or so

Re: [slim] Shuffle

2007-04-01 Thread Mark Lanctot
Have you tried Random Mix? Should be better than shuffling one big playlist from a performance standpoint too. Random Mix got more random in 6.5.0 and apparently even better in the latest nightly builds. -- Mark Lanctot

Re: [slim] Shuffle

2007-04-01 Thread mcslim
Mark Lanctot;191828 Wrote: Have you tried Random Mix? Should be better than shuffling one big playlist from a performance standpoint too. Random Mix got more random in 6.5.0 and apparently even better in the latest nightly builds. Yep. I've used Random, which seems to work better.

[slim] Shuffle: Display One Song Back From Current

2006-12-20 Thread breakfastchef
The title hopefully says it all. I have a folder - Christmas music - on shuffle. My SB3 is displaying the song prior to the one actually playing. Is this a known problem? I have not upgraded the firmware since I purchased the unit late last year. -- breakfastchef

Re: [slim] Shuffle button...

2005-07-17 Thread Philip Meyer
Couldn't the behaviour of the shuffle button be changed? I would just want the current playlist to be shuffled whenever I press this button, but otherwise albums and playlists should always play in the normal order. I think there's a pluggin listed on the slimdevices web site that displays the

[slim] Shuffle play crash

2005-06-11 Thread Rockin
Using Squeezebox 1 with Mandrake After installing SlimServer 6.0, I experience poor performance and random crashes. I know it upgraded the firmware on the squeezebox from something (39 likely) to 40. After deciding I wanted to go back to 5.4 because I never experienced any problems ever, I did

Re: [slim] Shuffle on remote crashes server

2005-03-21 Thread Healy
On Mar 21, 2005, at 4:14 PM, Nalle Johansson wrote: Slim Devices Discussion discuss@lists.slimdevices.com på den 22 mars 2005 vid 01:09 +0100 skrev: 6.0b3 The second I click the shuffle button on the slim remote, the server crashes. I got the following error in the logs while doing a debug: Can't