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...
Plan
Premium
Country
Brazil
Operating System
Windows 11
Spotify Version
Spotify for Windows (64 bit)
1.2.84.476.ga1ff6607
My Question or Issue
Hello,
I’ve always used Spotify with the lyrics displayed in full screen on my second monitor. However, today I clicked the “Show artwork” button and since then I lost the ability to display the lyrics in full screen.
Before this happened, all three options (Show artwork, Show canvas, and Show artist image) were disabled. When I pressed the Lyrics button, the lyrics would appear in full screen and the interface elements (library, side panels, controls, etc.) would disappear.
Now I can no longer disable these options; I can only switch between them.
When I press the Lyrics button, instead of staying in full screen, Spotify zooms out and shows the full interface:
“Your Library” on the right
“Now Playing” on the left
Home/Search on the top
Playback controls on the bottom
These elements also no longer disappear like they used to in full-screen lyrics mode.
In the attachments, I included:
The buttons that triggered the problem
How the lyrics appear now
How the full-screen lyrics looked before, with the playback controls appearing when hovering the lower part of the screen
Note that I'm talking about the full screen inside the app, the full screen function for the app itself works as intended.
Thank you in advance for your help.
Not a fan of this, revert the changes.
There are some work-arounds for technical users (although anyone can figure this out with AI these days).
Here's what worked for me (on a Mac):
Install spicetify:
curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh
(function hideElementsShortcut() {
if (!Spicetify.Platform) {
setTimeout(hideElementsShortcut, 100);
return;
}
const SELECTOR = 'div[id="global-nav-bar"], div[id="Desktop_LeftSidebar_Id"], div[class="Root__now-playing-bar"], div[class="Root__right-sidebar"]';
const HOTKEY = {
ctrl: true,
shift: true,
key: "H",
};
let hidden = false;
function applyHiddenState() {
const nodes = document.querySelectorAll(SELECTOR);
nodes.forEach((el) => {
el.style.display = hidden ? "none" : "";
});
console.log(`[spicetify] ${hidden ? "hid" : "showed"} ${nodes.length} element(s)`);
}
document.addEventListener("keydown", (event) => {
const matches =
(!!HOTKEY.ctrl === event.ctrlKey) &&
(!!HOTKEY.shift === event.shiftKey) &&
event.key.toUpperCase() === HOTKEY.key;
if (!matches) return;
event.preventDefault();
event.stopPropagation();
hidden = !hidden;
applyHiddenState();
});
// Re-apply after Spotify rerenders parts of the UI
const observer = new MutationObserver(() => {
if (hidden) applyHiddenState();
});
observer.observe(document.body, {
childList: true,
subtree: true,
});
console.log("[spicetify] hideElementsShortcut loaded");
})();spicetify config extensions hideContent.js
spicetify apply
This is the most stupid thing I've ever seen in Spotify app. Revert it now!!! We don't need to force to have full screen in lyrics view.
use it an a browser it will be like it was
I'm not a big fan of the current design with lyrics in the center of the screen.
I liked it when the lyrics were on the right (instead of "now playing"). I want to search for songs (or view the songs in the playlist) and see the lyrics at the same time.
Having the same issue, clicked "Show artwork" out of curiosity and I'm unable to deselect it now. Clicking the lyrics button just leaves the full screen mode. Uninstalled, cleared cache, nothing helped. It's wild that nothing has been done to fix this yet, why not? Why not give the user a choice?
Hello, chronically online music listener here. Please return the old way the lyrics were shown in fullscreen, this new version where you only get the artists image or album cover is genuinely bad. I usually play something and have Spotify with the lyrics on my 2nd monitor fullscreened so I can follow and sing along to the songs. but with this new update it sucks because sometimes the white font for what lyric is currently being sung will blend into the background or it won't sync and I have to re-sync the lyrics. Please just don't change this ever again unless its just a sync improvement or customizable lyrics/background colors
Yes this looks terrible and I can't understand why an update is a reduction in the quality of the service. How do I rill back to an earlier version.
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…