spotify / spotify/spotify.github.io

Shake It Off, Spotify: A Plea from Swifties Everywhere 🐍

Open
#21 9 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
136
Forks
49
PR merge metrics
No merged PRs in 30d

Description

Overview

Hey there Spotify! We've got a Blank Space in our hearts, and it's for a Taylor's Version filter. Imagine the shock and horror when we hit play, hoping for some authentic Swift sounds, and get hit with a non-Taylor's Version. 😱

We want to filter out Non-Taylor versions. Here is what we are thinking...

Example Filters

Album Name Status
Fearless Disabled
Fearless Platinum Edition Disabled
Fearless (Taylor's Version) Enabled
Speak Now (Taylor's Version) Enabled
Speak Now World Tour Live Disabled
Speak Now Disabled
Speak Now (Deluxe Edition) Disabled
1989 Disabled
1989 (Delux Edition) Disabled
1989 (Taylor's Version) Enabled

Alternatives Explored

Manually Block Albums

Sorry, but we tried and We Are Never Ever Getting Back Together with this method. The Spotify block feature, if it exists, is not Swiftie Centered.

Custom Spotify App

We thought about Enchanting our own Spotify app to keep the non-Taylor vibes at bay:

Problems

  • An avalanche of API calls that's making us feel like we're Dancing With Our Hands Tied.
  • Cloudflare Workers were a thought, but we can't just Shake It Off when the monitoring gets too intense.
    • My homelab's already hotter than the bridge in Bad Blood.
    • And no, we don't have that Wildest Dreams kind of money for AWS or Google Cloud.
  • We love you, Spotify, and don't want to end up in a Love Story with your legal team.

Hackey Code Example

# You know the Spotify API **All Too Well**.
blocked_albums = ["AlbumIDs", ...]
current_track = spotify_api.get_currently_playing(user_access_token)
if current_track.album.id in blocked_albums:
    spotify_api.skip_track(user_access_token)

Acceptance Criteria:

  • Identify those of us who are hopelessly devoted (aka frequently streaming Taylor).
  • Notify us when our accounts have been blessed with the Taylor's Version magic.
  • Make non-Taylor Versions Invisible (or, well, blocked).

References

Screenshot 2023-08-28 at 3 35 02 PM

Inspiration

This is Why We Can't Have Nice Things

Additional Note

We understand that every feature request is a balancing act, and we truly appreciate the team taking the time to consider this. Just remember, with every non-Taylor version that plays, somewhere a Swiftie sheds a tear. 😢 Let's make the world a happier place, one Taylor's Version at a time. 🎶❤️

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by determining whether this repository can host the requested Spotify account feature; the issue names no project files or tests. Review the Python Spotify API example and the acceptance criteria, then establish the implementation scope and how account identification, notifications, and filtering would be verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.