Simple YouTube Music overlay for OBS

Free Simple YouTube Music overlay for OBS 2.2.0

Examples:​

300290883-4c23ae1f-a919-4df1-aded-570276d65d86.png
300290897-90b9fefb-039d-483f-81a9-01dd90390241.png

300290913-40b8afd2-b505-4ab6-8673-a14e3f3457f2.png
300290922-451d25e3-cc86-4736-9ee5-b534c4dc87d0.png

300290925-6fcf90f0-3b04-49d7-991c-add0e3d0505f.png


Now you can edit your overlay before downloading it from my website: http://okidd.store/


  • 300290897-90b9fefb-039d-483f-81a9-01dd90390241.png
    300290897-90b9fefb-039d-483f-81a9-01dd90390241.png
    26.3 KB · Views: 281
Author
not.okidd
Downloads
6,116
Views
15,614
First release
Last update
Rating
5.00 star(s) 2 ratings

Latest updates

  1. Overlay Fix for YouTube Music Desktop App Compatibility

    With the recent update to "YouTube Music Desktop App," various overlays have ceased to function...
  2. Customize Your Overlay Your Way: Unleash Personalization with the Latest Update!

    Upgrade Announcement! We are thrilled to introduce the latest version of "Simple YouTube Music...

Latest reviews

We are a Music Platform and we CHnage the style for our style and we would like to share this with the developer

<style id="css">
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
overflow: hidden;
user-select: none;
}

body {
font-family: 'Nunito', sans-serif;
background-color: #121212;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

#container {
width: 350px;
padding: 20px;
background-color: #1e1e1e;
border-radius: 16px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
animation: fade-in 0.5s ease-in-out;
text-align: center;
}

#cover {
width: 200px;
height: 200px;
border-radius: 16px;
object-fit: cover;
margin: 0 auto 15px;
transition: transform 0.3s ease;
}

#cover:hover {
transform: scale(1.05);
}

#title {
font-size: 20px;
font-weight: 600;
margin-bottom: 6px;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#author {
font-size: 16px;
font-weight: 400;
color: #b1b1b1;
margin-bottom: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#seekbar {
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}

#seekbarPosition,
#duration {
width: 20%;
text-align: center;
font-size: 12px;
color: #b3b3b3;
}

#seekbarComplete {
width: 60%;
height: 6px;
background-color: #3a3a3a;
border-radius: 3px;
margin: 0 5px;
overflow: hidden;
position: relative;
}

#seekbarPercent {
width: 0%;
height: 100%;
background-color: #ff6a6a;
transition: width 0.3s ease;
}
</style>
not.okidd
not.okidd
I love it! This year I will work a little more on this tool and add your design if you allow me.
This is so well made and simple to use and install. Thank your so much for that!
not.okidd
not.okidd
Thank you for giving my work a chance <3
Top