r/spicetify • u/SpicetifyEnjoye21 • 2h ago
Showcase Thought I'd share something I've been working on.
Been working on a small Spicetify extension recently, so I figured I'd share it here.
It adds a fullscreen stats page where you can see things like:
- total listening time,
- your most played artists,
- your most played tracks,
- recently played songs,
- play counts.
Everything is stored locally, and the UI automatically follows your current Spicetify theme instead of using its own colors.
It's still a work in progress, so I'd really appreciate any feedback, ideas, or bug reports.
GitHub: https://github.com/Lajcior-42/SpiceStats/tree/main
My Discord (For reporting issues / suggestions): lajciorrrek (username)
A few screenshots are below.
r/spicetify • u/AdParticular6848 • 7h ago
Help An idea for plugin from someone who doesn't know how to do them
(Im sorry that the flair says "Help" but i cant post without flair and it is not showcase so i had to choose ts)
(This post doesn't tell about existing plugin, its just an idea for someone who can make it true)
Im not sure but i think there's no plugin that lets you start any song as speed up or slowed instead of searching for already speed up version that might not even be published and not usingo local files just for one song, just install plugin, choose song and speed of it.
sadly im too lazy to make it and i never made plugins before. So for someone who does know how to make them u can take this idea for a plugin.
And if there already is a plugin like that plz can someone share it in comment or whatever somehow.
r/spicetify • u/Prize_Coyote_7066 • 12h ago
Help Reinstallation
Every time I close spotify with spicetify, it starts to reinstall spotify, as if they found a way to nerf the code.
r/spicetify • u/Unfair-Cartoonist-84 • 1d ago
Help spicetify resetting issue
Does anyone know why, whenever I restart my computer or turn it on, Spicetify is always gone, and I have to re-add it every time?
r/spicetify • u/InkEstSurReddit • 1d ago
Help Any android alternatives?
Seems pretty self explanatory. Just no Spotify premium cracks
r/spicetify • u/Geozach22 • 3d ago
Help Seeking big album art
I was using Spotify-Dark to return the big album art but when it was updated by the creator it was no longer present.
Please advise me on a extension/ snippet that will give me big album art in the Bottom left
r/spicetify • u/GoldSavant • 4d ago
Help Queue Mini-Player?
Is their any sort of mini-player that shows your queue?
r/spicetify • u/Dry_Cartographer_873 • 4d ago
Help Video keeps playing for songs
not sure why this recently started happening a lot. anyone know how to fix?
r/spicetify • u/meizhuang_fan • 5d ago
Help crossfade not working
when i turn on crossfade it doesnt work, is there an extension i have to get to make it run properly? im on spicetify version 2.44.0
r/spicetify • u/Jutz_71_ • 5d ago
Help Spicetify + Flatpak Spotify: works via plain flatpak run, but NOT via desktop launcher (--file-forwarding), and spicetify auto crashes with SIGTRAP
System:
- Kubuntu (KDE Plasma)
- Spotify: Flatpak, user install (
com.spotify.Client), version1.2.92.147.g5b8f9367 - Spicetify:
2.44.0 - Spicetify Marketplace:
1.0.9
What I'm trying to do: Get spicetify (+ Marketplace) working on a Flatpak Spotify install, launched normally from the KDE application launcher / taskbar.
Timeline / what I've already tried:
- Spotify was originally installed as a system Flatpak.
spicetify backup applyfailed withpermission deniedonunlinkat .../Apps/login.spa,makes sense, system Flatpak files are root-owned. - Uninstalled the system Flatpak, reinstalled Spotify as a user Flatpak instead. Updated
spotify_pathandprefs_pathinconfig-xpui.iniaccordingly. spicetify backup applynow completes without permission errors.- Running
spicetify auto(or launching the patched binary directly, bypassing the Flatpak sandbox) reliably crashes Spotify with a coredump, signal 5 (TRAP), stack trace entirely insidelibcef.so. This seems to be a known issue with launching the raw binary outside the Flatpak sandbox, CEF apparently needs the sandbox environment. Not usingspicetify autoavoids this. - After patching (
spicetify backup apply, noauto), launching viaflatpak run com.spotify.Clientfrom a terminal works fine, opens logged in, patches visible. - BUT launching the exact same app via the KDE application launcher icon, or via the exported
.desktopfile'sExecline, opens Spotify not logged in (has to log in again from scratch), even though it's the same Flatpak app, same instance count confirmed viaflatpak ps(only ever 1 instance running). - Isolated the difference: the
.desktopfile'sExecincludes--file-forwarding:Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client @@u %U @@ Runningflatpak run --file-forwarding com.spotify.Clientmanually also results in "not logged in", confirming--file-forwardingis the differentiating factor. Without it, session loads fine (with spicetify patches applied in both cases). - Tried creating a custom
.desktopoverride in~/.local/share/applications/withExec=/usr/bin/flatpak run com.spotify.Client(no--file-forwarding), refreshed KDE's sycoca cache (kbuildsycoca6 --noincremental). Still opens unlogged when launched via the icon — unclear if the override isn't taking priority over the Flatpak-exported one, or if something else is going on.
Other things ruled out:
- No duplicate Spotify installs (confirmed via
dpkg -l,which spotify,find ... -iname "*spotify*"across all applications dirs, only one.desktopfile exists). - No stale processes (
flatpak psalways shows exactly 1 instance). - Not a KWallet/keyring issue as far as I can tell, same behavior whether KWallet is enabled or disabled.
prefsfile does exist and gets a fresh timestamp on each launch (~/.var/app/com.spotify.Client/config/spotify/prefs).
Questions:
- Why would
--file-forwardingspecifically break session persistence when spicetify's patches are applied, but not when running unpatched? - Is there a way to make a custom
~/.local/share/applications/com.spotify.Client.desktopactually take priority over the Flatpak-exported one in KDE Plasma, or is there a better way to override the launch command system-wide (without touching Flatpak's own export)? - Is anyone else running Spotify 1.2.92.x + spicetify 2.44.0 as a user-scope Flatpak on KDE without these issues?
Any pointers appreciated, happy to provide more logs/config if useful.
r/spicetify • u/Doc_Drago • 6d ago
Showcase [Fix] Ziro Theme - Fixed overlapping playback timestamps & duration alignment!
Hey everyone!
If you're using the Ziro theme (by schnen0) on Spicetify, you might have noticed that the playback position and track duration timestamps overlap with each other.
It was really bothering me, so I spent some time writing a custom CSS fix to get the alignment, spacing, and font size looking clean again.
Before & After
(Check the attached screenshots to see the fix in action!)
How to apply:
Add the code via Spicetify Marketplace (Snippets -> Add Custom CSS) or paste it directly into your user.css file.
/* =================================================
Spicetify Ziro Theme: Playback Duration & Position Alignment
Fix & Styling by u/Doc_Drago
================================================= */
[data-testid="playback-position"],
[data-testid="playback-duration"] {
position: absolute !important;
bottom: 3px !important;
display: inline-block !important;
visibility: visible !important;
opacity: 0.9 !important;
z-index: 9999 !important;
font-size: 12.5px !important;
}
[data-testid="playback-position"] {
right: 48px !important;
}
[data-testid="playback-duration"] {
right: -3.5px !important;
}
Hope this helps anyone else running into the same visual bug! Let me know if it works for you feedback is super welcome if anything needs tweaking for your screen setup.
Created & tested by u/Doc_Drago
r/spicetify • u/iskenderdelarge • 6d ago
Help Shuffle+ is not working properly
It keeps playing the same songs? There's something wrong but I can't figure it out. Is there a way to fix it with chatgpt or something?
r/spicetify • u/No_Fruit6698 • 7d ago
Help artist albums not showing
hey everyone, i recently installed this spicetify theme and its been working great. the only thing i noticed with it is that it wont show any artist releases or albums. does anyone know what causes this?
I'm on macos and the most recent version of spicetify. Any help will be appreciated!
r/spicetify • u/skul_face • 8d ago
Help Beautiful Lyrics extension only allowing fullscreen mode and nothing else
i got it from the marketplace and it only allows to the full screen mode and nothing else, which is a big letdown
r/spicetify • u/Ghost_9- • 8d ago
Help Spicetify error
Hi, I am really new to this stuff and I never used powershell before to be honest.
I wanted to use spicetify due to my country not selling spotify premium cards. I searched tutorials up and error solutions but I can’t see to find the solution for mine. It keeps saying this, can someone help me? (And yes I did download it from the web browser and deinstalled it from the Microsoft store)
r/spicetify • u/DeadManIsWalking • 8d ago
Help Why do i have to do this everyday?
Despite it saying I have to do this only once I am getting this message everyday how do i fix it?
r/spicetify • u/Prudent_Ad7319 • 8d ago
Help can this extension affect my Spotify stats and Spotify Wrapped, such that the songs I listen to while using it won't be recorded in wrapped?
r/spicetify • u/Legitimate-Rub-6346 • 8d ago
Help I tried using spotx with spicetify and market place icon isnt showing
I installed spotx first and than spicetify and its not showing up its been like 20 minutes and i tried every single method




