Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
I have a 290 song playlist that I just recently totally randomized because I was having the same problem of songs repeating too often. Then today in a span of about 25 songs, I heard the same song play twice. A song should not repeat until every song in the playlist has played at least once. Shuffle play is still repeating songs too often. Can we get this fixed?
P.S.. I'm using the latest version of the mobile app on an iPhone 4
complex programming problem lol
no its not, its prolly the simplest problem ....think for instance shuffling cards before we play a game....yea there are overlaps, but not to the extent spotify repeats itself.....
I am a premium user and must admit, the last few months, i am questioning whether its worth extending...quality issues and this suffle is annoying as hell....
if you are from spotify and u are seriously struggling coding...then here is a hint.......set random number generation based on the count of songs in the playlist, create a couple of variables, so you can loop through and check if the number has been assigned to that song previous 3-4 times....
I agree. This is a simple problem to fix. In my first C++ programming class one my the assignments was to create a shuffle agorithm. Guess what? It worked a whole lot better than this crap! I am very tired of the bugs Spotify. Get on your game!
There is a database of your song lists,
when you use shuffle, they get the songs on that list and play on random order,
just add a new column with the name "times played" or simple "played" with type number/integer,
and everytime the song start increase by 1, now on your code just make it order/select and give priority to the ones with low numbers.
It is that simple
It doesn't even have to be that complicated. Just generated random number between 1 and the number of songs in the playlist and play the song. The number of repeats that Spotify has is ridiculous. They aren't using a good RNG or their selection algorithm is broken. Either way, little kids that program after school could fix this in their sleep. And it would be dead simple to test this and see how horribly broken it is.
Agreed.
I don't think they care or there's some monetary thing involved. Maybe if a song is replayed within a certain time period they don't have to pay the royalty on that play?
Truthfully, it's not so much a randomization issue as it is a "Repeat" issue. The repeat button, even when switched to "no repeats" does not function as designed (or it functions exactly as designed which would indicate some monetary reason for doing it). It should not repeat a song until the application is closed or the user navigates to another playlist - this is common functionality going back a decade of MP3 playing software.
I'm considering digging it to the user stream API and possible setting my computer to just run a playlist, that would allow me to tabulate the data on how each song is utilized in a "random on, no repeat" list. Mentally, I feel a lot of songs go underplayed while others get hit a lot.
Still doing it. Just became a premium member. Looks like I might have go elsewhere. You can't even oganize or delete duplicates without driving yourself crazy!
I have PREMIUM and have the same Shuffle problem.
Please fix it Spotify team !!!!
I have Spotify and pay for a premium subscription. I too feel that this is a major drawback to Spotify. That, is, if you have a selection of songs set to "shuffle" it does a random selection each time the next song is queued. That does not ensure that all songs are played. What should happen is either:
1) Repeat is not selected, shuffle is also:
The entire playlist (or album) is queued and placed into random order. Each song is played at least one time (in a random order). Then, Spotify is to stop playing (unless more has been queued).
2) Repeat is selected, shuffle is also:
The entire playlist (or album) is queued and placed into random order. Each song is played at least one time (in a random order). Then the set of songs is queued again in random order. When completed for the second go around, then the set of songs is once again queued in random order , and so ...
If your player is offline and a song is not available, it just does not get added to the queue at all.
My solution is to sort my playlist by Title and then turn shuffle off. Works pretty well on a large playlist.
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…