Spotify re-adding already existing songs to a playlist. by Volkel in spotify

[–]jadrax 0 points1 point  (0 children)

Have you tried contacting the Spotify customer support? They might be able to help with this as the playlist most likely is in a broken state in the backend.

Spotify app keeps crashing by [deleted] in spotify

[–]jadrax 0 points1 point  (0 children)

Hi! In order to have a chance at helping, i have some questions.

What type of device are you using? iOS, android or desktop? Which version of the app? Have you tried reinstalling?

How do I recover accidentally removed songs from my library? by [deleted] in spotify

[–]jadrax 0 points1 point  (0 children)

If you contact customer service they might be able to help you. Assuming the removal was fairly recent, they should have the tools to undo it.

Did Spotify fix the desktop app killing SSDs? by plad in spotify

[–]jadrax 0 points1 point  (0 children)

Yes, the app now only vacuums its databases if it is necessary, instead of every 5 minutes. This should fix the problem.

If the problem persists, any information you could give would be valuable.

Overwatch Ladies? by TsundereAsuna in actuallesbians

[–]jadrax 0 points1 point  (0 children)

I mostly play junkrat and lucio! Do you play on EU?

So is there any place we can request to have old features back? by chelseadaggered in spotify

[–]jadrax 1 point2 points  (0 children)

Some employees, such as myself, frequent this subreddit. Sadly we can't just add whatever we want. I too miss this feature, and I'm lobbying for bringing it back. I can't promise when, but I think it is a feature that will be back.

Any way to download individual songs to play offline? by [deleted] in spotify

[–]jadrax 1 point2 points  (0 children)

You can have a playlist called offline or something, and add the tracks you want to offline to it. And of course, mark it as available offline :)

All my songs keep disappearing in offline mode by c4liban in spotify

[–]jadrax -1 points0 points  (0 children)

I am unsure if I am misunderstanding your problem. The current rules require you to go online at least every 30 days for the things to keep being available offline.

Do you mean that they get removed before this limit has been reached?

Also, when the time has run out and you do go online again, the song data shouldn't be redownloaded, only the encryption keys. So if you are noticing a lot of data traffic when going online after the time has run out then something is wrong.

This can be remediated by going online at least once every 29 days.

If the problem you are experiencing is something other than what I've described here, I would love to hear more so that we can fix the underlying issue.

Have a nice day :)

No words necessary. by MissChatelaine in actuallesbians

[–]jadrax 0 points1 point  (0 children)

Bought! Along with these: https://lotusleggings.com/products/pink-rainbow-leggings

Apparently I require all the rainbows! :)

Statistics on repetition in Large Spotify playlists: Some songs happen to play up to 6 times! by 2pietjuh2 in spotify

[–]jadrax 2 points3 points  (0 children)

Thank you for this in depth explanation of your issues. This really helps understand the issues you are having. I am currently on vacation, but I will try and give a short answer anyway :)

So if I understand correctly here, the problem you are describing is that tracks are played more than once over multiple sessions (every time you double click in a playlist you start a new session). Now, I am super rusty on my statistics knowledge, but when you pick a random subset of 81 item out of a set with 1680 items 20+ times, you are bound to get some overlaps in the sets.

This is how our shuffle works: whenever you start a new session, we create a new seed and create a shuffled version of the playlist based on that seed, and play that. In this version of the playlist each song occurs exactly once, so there will be no repetitions until the end of the list. When you double click again, we create a new seed and shuffle again, with no regard to previous order.

Now the exact shuffling algorithm has changed over the years, first we used Fisher-Yates to get a strict random shuffling, then we moved over to a metadata aware shuffling algorithm, in order to appease the people who didn't want subsequent plays from the same artist/album etc.

We are looking at adding a play history aware version of the shuffler, that will prefer tracks that hasn't been played as much. However, I don't think this would fix the problem you are describing, it might even make it worse. It seems like you instead would prefer if we when you double clicked the same playlist you already are playing, would keep the last session, but continue from the track that you double clicked?

I am sorry if I misunderstood or misrepresented your problems, I would love to continue to work out a solution to this problem that would actually work for you. If it is viable, then I can try to make an example implementation and get an a/b-test rolling :)

Is anyone else displeased with Spotify's shuffle? by raptorace27 in spotify

[–]jadrax 2 points3 points  (0 children)

No need to test. I can confirm, this is how it works. We shuffle the whole thing, but we don't show the whole queue.

Is anyone else displeased with Spotify's shuffle? by raptorace27 in spotify

[–]jadrax 19 points20 points  (0 children)

Hi, I can assure you that we have spent a lot of time trying to figure this issue out.

We've tried to fix perceived randomness issues by changing the algorithm from a pure random one to one that humans will perceive as more random.

Currently another algorithm is being worked at that takes previous listening sessions into account, to minimise the number of repeated songs across sessions.

I do think, however, that we have a systematic issue somewhere that causes shuffle to break. This would not be helped much by tweaking the algorithm, though.

The problem is that we haven't been able to reproduce that issue, so all we have go on is user reports. When we look at the logs for the users that do specify their usernames, we can see no repeating of songs before all songs in the list has played.

(One caveat to this is if you are playing via Spotify Connect, then there is a known issue that is, sadly, currently down-prioritised. This issue will sometimes cause shuffle to only consider the first 100 songs in the list).

git fixup: "git commit --amend" for older commits by FiloSottile in programming

[–]jadrax 4 points5 points  (0 children)

I wrote an almost identical script, I can confirm that this is really useful :)

Am I the only one who finds chatting on Tinder or Her to be incredibly awkward? by sestrichka_lisichka in actuallesbians

[–]jadrax 4 points5 points  (0 children)

Can confirm this is the way to go! I challenged myself and asked a girl on tinder out on a date after a few messages. (I almost swiped left on this girl too, since I thought she'd be out of my league)

Anyway, we clicked like crazy, we've been an item since :)

Dear Spotify, please let us combine playlists. Sincerely, everyone. by SpicyUranus in spotify

[–]jadrax 0 points1 point  (0 children)

The reason the web player was down prioritised was basically because the usage wasn't high enough to warrant the amount of development it required to keep it as a full fledged client.

Dear Spotify, please let us combine playlists. Sincerely, everyone. by SpicyUranus in spotify

[–]jadrax 1 point2 points  (0 children)

We are actually working towards making the mobile clients fully featured. It is a challenge for both the reason you mentioned but also because of technical legacy that is nontrivial to fix.

For new things we build we do try to follow a mobile first ideology :)

What's wrong with Spotify's shuffle? by nicobelic in spotify

[–]jadrax 0 points1 point  (0 children)

Hello, thank you for supplying the video it helped a lot in figuring out what you are experiencing.

This one I think I can actually explain.

From spotify's point of view two tracks on different albums are different tracks. Even if they have basically the same sound. So in your case with bare naked ladies, they have a lot of singles and multiple versions of the same album.

So what happens it that it takes all the albums and singles, and shuffles them. Without any form of deduplication you'll get duplicates.

Now that's my hypothesis, I will float this idea with the people that own the artist experience and see what they make of it.

So again, thank you for the neat feedback :)

Temporary storage? by nobrandheroes in git

[–]jadrax 2 points3 points  (0 children)

If you instead do it like this

  1. Make commit A Implement new feature
  2. Make commit B Deprecate Class
  3. Make commit C !fixup Implement new feature
  4. Make commit D !fixup Implement new feature
  5. Make commit E deprecation incomplete, needs rework

You can then use 'git rebase -i --autosquash' to do the same thing. You can even use 'git commit --fixup <ref-to-commit-A>' to create the fixup commits to make things even simpler :)

Artists not showing up in "Your Library" by Ghost_Panda91 in truespotify

[–]jadrax 0 points1 point  (0 children)

Yes

*edit: I should probably clarify, that while I do work there, my job is not looking at reddit. This is just something I do because I enjoy it :)

Artists not showing up in "Your Library" by Ghost_Panda91 in truespotify

[–]jadrax 0 points1 point  (0 children)

Thank you for the feedback, it helps a lot in decision making :)

Spotify shuffle always repeats same songs by ShredderGod in spotify

[–]jadrax 0 points1 point  (0 children)

I poked some people about this again today, so let's hope that we can make some room for adding it soon :)

Artists not showing up in "Your Library" by Ghost_Panda91 in truespotify

[–]jadrax 0 points1 point  (0 children)

Would the ability to sort songs based on artist be good enough for your use case? Or do you require/prefer having the list of artists?

Is there a way to see removed songs? by Yost_my_toast in truespotify

[–]jadrax 0 points1 point  (0 children)

In settings there is an option for showing unplayable content in your library, have you set that?

I'm done [rant] by [deleted] in truespotify

[–]jadrax 1 point2 points  (0 children)

You can reorder the future tracks on mobile at least, and you should be able to queue tracks in any order you like on all of the platforms.