Kamiloo13 / spicetify-extensions

Some spicetify extensions (mostly forked)!
MIT License
6 stars 0 forks source link

Background missing? #2

Closed tr330p closed 4 months ago

tr330p commented 4 months ago

I don't know if it's just me or not I have tried to disable theme, but it still doesn't show song background behind lyrics. I didn't notice if it had this issue before the latest Spicetify update or not Spotify_06-22-2024_QikhRlWwPi

Kamiloo13 commented 4 months ago

@tr330p tbh I have no idea what's wrong i have the latest version of everything and it works fine on two computers with windows 10 image

Could you check for me after enabling developer tools, pressing right click on lyrics text and clicking "Inspect" what is your class name on text div it should be: nw6rbs8R08fpPn7RWW2w. If it's something else then please send an ss and if possible copy and paste the content of class "Root__main-view". You can find it using ctrl + f, then select the class and do ctrl + c and paste it here as text in "`" as shown here: ``` paste content here ```.

image

How to enable dev tools?

spicetify enable-devtools
tr330p commented 4 months ago

Here you are I'm using Spotify on Windows 11 (64 bit) 1.2.40.599.g606b7f29 Spicetify v2.36.13

Spotify_06-24-2024_suQZRQvpf7

Spotify_06-24-2024_xQ78KsHbYg

.nw6rbs8R08fpPn7RWW2w:hover{text-shadow:0 0 0 var(--lyrics-color-active)!important}.EhKgYshvOwpSrTv399Mw{margin-top:.25em;margin-bottom:.25em}.Root__main-view:has(.lyrics-background) .os-scrollbar,.os-host:has(.lyrics-background) .os-scrollbar{padding:5px}.Root__main-view:has(.lyrics-background) .os-scrollbar .os-scrollbar-handle,.os-host:has(.lyrics-background) .os-scrollbar .os-scrollbar-handle{mix-blend-mode:overlay;background-color:rgba(252,249,249,.117)!important}.nw6rbs8R08fpPn7RWW2w{--lyrics-color-inactive:rgb(240 240 240 / 51%)!important}.lyrics-background{overflow:hidden;position:static}.lyrics-background-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;filter:saturate(1.5) brightness(.8)}.lyrics-background-back,.lyrics-background-back-center,.lyrics-background-color{position:absolute;width:200%;animation:rotate 35s linear infinite;filter:blur(40px);border-radius:100em}.lyrics-background-color{right:0;top:0;z-index:10}.lyrics-background-back{left:0;bottom:0;z-index:1;animation-direction:reverse}.lyrics-background-back-center{z-index:0;width:300%;right:-50%;top:-20%;animation-direction:reverse}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:root{--beautiful-lyrics-random-degree:258deg}@keyframes rotate{0%{transform:rotate(var(--beautiful-lyrics-random-degree))}100%{transform:rotate(calc(var(--beautiful-lyrics-random-degree) + 360deg))}}@font-face{font-family:BeautifulLyrics;font-weight:400;src:url(https://fonts.socalifornian.live/LyricsRegular.woff2) format("woff2")}@font-face{font-family:BeautifulLyrics;font-weight:500;src:url(https://fonts.socalifornian.live/LyricsMedium.woff2) format("woff2")}@font-face{font-family:BeautifulLyrics;font-weight:600;src:url(https://fonts.socalifornian.live/LyricsSemibold.woff2) format("woff2")}@font-face{font-family:BeautifulLyrics;font-weight:700;src:url(https://fonts.socalifornian.live/LyricsBold.woff2) format("woff2")}.lyrics-lyricsContent-text{font-family:BeautifulLyrics!important}

Kamiloo13 commented 4 months ago

Should be fixed... as long as Spotify don't change class names (again) for multiple platforms