top | item 43822787

(no title)

rubb3rDucc | 10 months ago

so I'm working on side project to make managing and exploring your music library easier.

The idea is you can set a few filters (like bpm, key, decade, genre) and then swipe through random songs, accept or reject them for inspiration or playlists. Kinda like Tinder but for digging through your own tracks.

It also tracks what's trending on TikTok/YouTube/SoundCloud weekly, so you can find stuff that’s blowing up, filterable by region. Plus it can build smart playlists automatically based on rules you set (like “new 90s house under 120bpm” every month).

It is just a tool to make working with your existing local/Apple/Spotify/SoundCloud library faster and more creative.

Here's a demo of it: https://filtered-f.web.app/

discuss

order

nathan_douglas|10 months ago

Will it work with Beets? :)

rubb3rDucc|10 months ago

I hadn't heard of Beets until you mentioned it. I took a look at it and yes, it'll work with Beets.

I was using Python to get the bpms and keys on local tracks, and was going to start figuring how to fill in the missing metadata.

Thank you!