Svelte component (widget) for playing/recently played tracks

Hey everyone, I made a svelte component for showing off currently playing track/recent track history. It is put together in one svelte file, making it portable enough to bring over to another svelte project, a different framework, or a SSG that supports running web components, like Astro.

Currently, the styling is bare so you can adjust it however you want, but by default, the album art spins like a record for currently playing, and if there’s no album art for whatever reason, a vinyl record takes its place. You can also totally change that all of that.

I know LB has their own widgets, but just wanted to toss in my own variation.

Example usage and how to contribute can be seen in the repo.

4 Likes

Great initiative, we love to see it! :slight_smile:

1 Like