#**Android Media Player**

1 messages ยท Page 1 of 1 (latest)

distant bison
#

anyone know how to make it minimize when not in focus? Like the one in the better spotify player

sinful summit
distant bison
#

cant find the chat

#

but here i got the css

sinful summit
distant bison
#

nice

#

thank you

prisma thicket
#

sperm player ๐Ÿ—ฃ๏ธ๐Ÿ—ฃ๏ธ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

distant bison
civic stratus
#

Is it just me, or is this snippet making your Discord lag? Mostly when typing a message it just lags a lot for me.

#

I already removed all CSS snippets I had, nailed it down to this one.

#

I'm running Vesktop.

sand pine
#

anyways to fix this with themes perhaps?

sinful summit
sand pine
#

cornors

sinful summit
#

to do this do:

#vc-spotify-player::before,
#vc-spotify-player::after {
    border-radius: 0 !important;
}
lost quartz
sinful summit
lost quartz
#

i'd actually do it myself but idk css too well ๐Ÿ’€

sinful summit
lost quartz
oak horizon
#

is there a way to disable the progress bar wave animation?

#

or rather just making it flat

fleet maple
#

Trying to do at least one of these but I have no clue why it's not working

sinful summit
sinful summit
fleet maple
sinful summit
oak horizon
sinful summit
lost quartz
#

i have no idea what i did here but hey, it looks alright-ish...

#

i just wish it was on top of all the other pannels, but besides that, everything looks okay

wanton edge
#

Looks like it doesn't like songs with a lot of artists

sinful summit
wanton edge
tight flare
#

ou liana flores screenshots nice

love liana her music is amazing

also fun fact im friends with her :3

vital trench
#

any way to make the shuffle/repeat button color stay white even when activated instead of turning into green?

sinful summit
vital trench
# sinful summit i just wrote this on my phone so lmk if it works or not. just copy paste it in u...

yes it working but after putting it in i just realised white isn't the color i want but something closer to white. so i changed the rgb value in the css you gave but it seems like this color is always persistant even if i haven't enabled shuffle/repeat and only the small dot can tell me if I've enabled those or not. I'd like it if i could keep it white on disabled and other color of my choosing on enabled.

#

color: white !important; changes the color on disabled state as well and background-color: white !important; changes color of the dot only

vital trench
#

also can i bring back on album name? there's a lot of space between the progress bar and artist name. i just think bringing back album name would make it a little bit more compact and nicer

sinful summit
#
/* make shuffle and repeat buttons always white */
#vc-spotify-player .vc-spotify-button:is([class*=repeat], [class*=shuffle]) {
    &:not([class*=off]) {
        color: white !important;
        &::after {
            background-color: white !important;
        }
    }
}
sinful summit
vital trench
#

but the fonts on album name is as big as song title. i wanna change it to the size of artist name

sinful summit
#

#vc-spotify-album-title { font-size: 12px !important; }

vital trench
sinful summit
#

you're welcome :)

vital trench
#

sorry to bother you again. is there a way to limit album name to a single line like you did for song name but make it 1 line instead of 2 lines? when there's 2 lines of album name the song title gets pushed to the very edge

#

also it seems like the spacing is larger between artist and album name than song title and artist. how do i make the spacing uniform for both

sinful summit
#

i'll have to look at that on pc, ~6 hrs from now

vital trench
#

aight

slender skiff
#

is there any to fix the wave going off and the scroller also not aligned

#

im not using any custom theme but just the desktop visual refresh experiment

slender skiff
#

thanks i got it

#

but it disabled the waves, i kinda wanted those haha

vital trench
#

ohh i thought you didn't want the waves

#

then you gotta wait for tom ig

#

i'm also doing the same for another thing lol

sinful summit
vital trench
#

did you have time to look at the album thingy btw?

sinful summit
#

no sorry, ive been busier than expected. it is on my todo list tho

vital trench
#

okay. will be waiting then ty

slender skiff
#

i was too keen on getting it that i just installed whole android on my laptop

vital trench
#
    & #vc-spotify-info-wrapper {
        & #vc-spotify-titles {
> .vc-spotify-ellipoverflow {
                white-space: wrap;
                max-height: 1.15rem;
            }
        }
    }
}```
#

this gave me one line for both album name and song title and uniform spacing all over too

#

i'm happy

#

i just need to get rid of the on before album name now

vital trench
#

nvm I got it

#
#vc-spotify-titles .vc-spotify-ellipoverflow:has(> #vc-spotify-album-title) {
                display:block !important;
                font-size: 0px !important;
                 > #vc-spotify-album-title,
                .vc-spotify-comma {
                    font-size: 12px !important;
                    color: white;
                    filter: brightness(0.7);
                }
            }```
pine niche
#

I can't do anything.

#

maybe I put something in wrong?

#

I achieved the maximum result

vital trench
pine niche
#

Ouch

vital trench
#

the rest can stay wherever

pine niche
#

a second..

#

thank you very much, everything worked

#

I'm just not very good at it :)

vital trench
#

cool

#

me neither

#

just learning

pine niche
#

Is it possible to somehow add this video to the background of your panel?

sinful summit
sinful summit
# vital trench nvm I got it

good job! i cleaned it up a bit for u

/*unhide and remove on from album name*/ 
#vc-spotify-titles .vc-spotify-ellipoverflow {
    max-height: 1.15rem !important;
    &:has(> #vc-spotify-album-title) {
        display: block !important;
        font-size: 0px !important;
        > #vc-spotify-album-title,
        .vc-spotify-comma {
            font-size: 12px !important;
            color: white;
            filter: brightness(.7);
        }
    }
}
sinful summit
vital trench
small patrol
#

when not in focus it looks shi? any soln

#

looks good when focused

sinful summit
rare flume
#

your media player css fits perfectly with the experimental desktop visual refresh too, just need some tweaks

rare flume
#

done with some small stuff

#

Thanks for the theme

sinful summit
#

good job! and thanks!

rare flume
#

nah its nothing,I just change pixels values nothing much

visual tangle
#

Hey do you know i can make my spotify embed button row alwais visible ? because for exemple i need to hover the player to let show the buttons

#

i did this :

#vc-spotify-player {
    --blur-amount: 10px; 
    --darken-percent: 0.8; 
    background: transparent !important;
    position: relative;
}

#vc-spotify-player > * {
    position: relative;
    z-index: 1;
}

#vc-spotify-player::after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, var(--darken-percent)),
            rgba(0, 0, 0, var(--darken-percent)));
    background-size: cover;
    filter: blur(var(--blur-amount));
    clip-path: inset(0);
}

#vc-spotify-player + [class^="container"] {
    background: transparent;
}

visual tangle
#

ohhh

#

sorry

#

it was in the settings