Language

Spotifier

Spotifier

Modrinth

An addon for Hudder that implements Spotify support

1.7k downloads 4 followers updated 7d ago
latest v10.0.0-26.2 Modrinth
Fabric 1.21.9 – 26.2 ManagementSocialUtility

Spotifier, add spotify information to your Hudder hud!

As of the 11th of February 2026 Spotify now requires a Spotify Premium subscription to create Spotify apps (And by extension use Spotifier)

Why not host a Spotify app on my server instead of having users set up their own? Well, Spotify made it so only existing buisnesses with a large userbase can get apps out of the very limited "Development mode" (Limited to 5 users which just won't do for Spotifier)

Big tech really is addicted to ruining small projects.
I wish I could do something for those who don't have Premium but Spotify really did pull a checkmate.

Set up instructions

  1. Go to https://developer.spotify.com/dashboard
  2. Press "Create App"
  3. Set the "Redirect URI" to http://127.0.0.1:8888/callback
  4. Give it a name and description of your choosing (It won't affect spotifier)
  5. Press "Save"
  6. Copy "Client ID"
  7. Go into Spotifier's in game settings
  8. Go into "Spotify Auth"
  9. Paste your app's Client ID into the Client ID setting
  10. Once you save, a window shall open asking you to authenticate (If not then the URL will be printed in the game's log so you can enter it manually)
  11. Press "Agree"
  12. Use spotifier

Variables added by spotifier:

// Spotifier
{has_spotifier} - Will always return true
{spotifier_connected} - Is spotifier connected and authenticated to Spotify's servers.
{spotifier} - The spotifier object (Don't use it unless you know what you're doing)

// Booleans
{spotifier_paused} - Is the song paused.
{spotifier_shuffle} - Is the playlist shuffled.

// Strings
{spotifier_repeat} - The repeat status (off, track, context) 
{spotifier_track} - The name of the track
{spotifier_album} - The name of the album
{spotifier_album_type} - The type of the album
{spotifier_playlist} - The name of the playlist

// Numbers
{spotifier_progress} - The progress of the song (in milliseconds)
{spotifier_duration} - The duration of the song (in milliseconds)
{spotifier_data_age} - How old is the data provided by spotifier (in milliseconds)

// Arrays
{spotifier_artists} - An array of the artists that are credited in the song (Strings)
{spotifier_queue} - An array of song elements (Contains properties track, artists, album, duration, album_type)

Versions

Release
10.0.0-26.2
fabric · 26.2-snapshot-8, 26.2-pre-1, 26.2-pre-2 · 7d ago
update to 26.2
28
Alpha
10.0.0-26.2-snapshot-8
fabric · 26.2-snapshot-2, 26.2-snapshot-3, 26.2-snapshot-4 · 1mo ago
Update to 26.2 snapshots
42
Release
10.0.0-26.1
fabric · 26.1, 26.1.1, 26.1.2 · 2mo ago
Update to 26.1 & Java 25
376
Release
10.0.0-1.21.11
fabric · 1.21.11 · 2mo ago
272
Release
9.0.1-1.21.11
fabric · 1.21.11 · 6mo ago
Update to 1.21.11
653
Release
9.0.0-1.21.9
fabric · 1.21.9, 1.21.10 · 7mo ago
Fix everythin
289
Beta
9.0.0-rc2
fabric · 1.21.9, 1.21.10 · 7mo ago
Fix dependencies missing in jar
32
Beta
9.0.0-rc1
fabric · 1.21.9, 1.21.10 · 7mo ago
29

Comments 0

No comments yet. Be the first to share your thoughts.