nowfound

Alternatives

Products that do what Meelo, self-hosted music server for collectors and music maniacs does

I've been working on this alternative for Plex for almost 3 years now. It's main selling point is that it correctly handles multiple versions of albums and songs. As of today, it only has a web client. It tries to be as flexible as possible, but still requires a bit of configuration (including regexes, but if metadata is embedded into the files, it can be skipped). I just released v3.0, making videos first-class data, and scanning + metadata matching faster.

  1. 1IT

    Hey HN! I just shipped a project I’ve been working on called Maroofy: https://maroofy.com You can search for any song, and it’ll use the song’s audio to find other similar-sounding music. Demo: https://twitter.com/subby_tech/status/1621293770779287554 How does it work? I’ve indexed ~120M+ songs from the iTunes catalog with a custom AI audio model that I built for understanding music. My model analyzes raw music audio as input and produces embedding vectors as output. I then store the embedding vectors for all songs into a vector database, and use semantic…

    2023 · maroofy.com

  2. 2A2

    It's been a long slow hog and I almost gave up a few times (more than a few) but when covid hit this year it gave me some time to really focus on my product. There were stupid user journey things that I knew needed fixed. There were some features I knew needed added. And I knew the pricing was wrong. I spent some hardcore time working on these things back in March / April and since then my MRR has continued to grow. My product is SongBox (https://songbox.rocks) - it's an alternative to things like bandcamp and soundcloud for creators who need to share audio files privately.…

    2020

  3. 3KS

    I started working on Kyoo almost 5 years ago because I did not like the options at the time. It started as a "sandbox" project where I could learn about tech I was interested in, and slowly became more than that.

    2024 · github.com

  4. 4
    SUB/WAVE102

    Self-hosted radio with an AI DJ and one shared stream

    Jul 2026 · getsubwave.com

  5. 5
    Jammin253

    Collaborative music software in your browser

    2024

  6. 6FA

    Hi all, I've spent some time working on music demixing or music source separation algorithms, which take in a mixed song and output estimates of isolated components (e.g. vocals, drums, bass, other). I took a popular PyTorch model with good performance (Open-Unmix, UMX-L weights), reimplemented the inference steps in C++, and compiled it to WebAssembly for a free client-side music demixer.

    2023 · sevag.xyz

  7. 7IF

    Hi HN, Last time I showed free-music-demixer, which people seemed to enjoy. It was a static website with a Javascript + WASM module to perform music demixing (or music source separation) using an AI model UMX-L (Open-Unmix) running client-side in the browser. Since then, I have overhauled the project and made several improvements: - The demixing/separation quality is higher now, since I implemented the missing post-processing step - Memory usage is lower now by performing a custom segmented inference with a streaming LSTM, which should allow larger tracks (or, dare I say,…

    2023 · freemusicdemixer.com

  8. 8MA

    Here is the backstory: I used to use YouTube Music, but then I deleted my Google account. I didn't want Spotify because I hate it for various reasons, and at the same time I wanted to show off my programming skills. So here we are. --- On the client: solidjs + tailwindcss + minisearch. IndexedDB as the database. One web worker to download audio to OPFS. Another web worker for indexing with minisearch. On top of this a service worker to precache static assets and make the app work offline. On the server: bun + astro + sqlite + ffmpeg. Full-text search is implemented with fts5. Astro Actions…

    2025 · mayo.clumsy.fish

  9. 9PA

    10 years ago I began working on Muki, a web-based MIDI and chiptune player which I eventually announced here on HN[0]. It was a fun weekend project. Over the years I received numerous requests from people that wanted more: more music, more features, more playable formats, you name it. Eventually I began working on a complete rewrite of the app (this time for real), and, realizing that each year another chiptune or MIDI website went offline, I decided to start archiving them for preservation. Today, 10 years after the first release, I think it's finally time for the new, nicer version to hit…

    2024 · pixeltune.org

  10. 10PA

    I'm happy to announce the release of Polaris 0.15.0 . Polaris is a self-hosted music streaming server, to enjoy your music collection from any computer or mobile device. It is free and open-source software, without any kind of premium version. This release is the biggest one since Polaris' humble beginnings 9 years ago. It's technically not a rewrite but there is not much code that was left untouched. The highlights are: - New visual design for the web client (screenshots[1]) - Ability to browse the music collection by artist/album/genre, not only by file - Support for multi-value…

    2025 · github.com

  11. 11MT

    Hi there, This is just a shameless self-plug about a personal project of mine: "Using mpv and mpvc to play and manage the stuff I listen." To that end I've forked the great https://github.com/lwilletts/mpvc and started hacking around, so far I've focused on: getting a minimal TUI working, improving the CLI, playing online music (eg. youtube and other streaming services), and bugfixes (including the introducing new ones). The project is mainly developed, and, used under Debian/Ubuntu systems so expect the best results with these. What I expect from sharing in HN is: -…

    2022 · gmt4.github.io

  12. 12UT

    Hey HN! I built unitunes to take control of my music. unitunes is a CLI tool that can transfer songs between services and keep playlists in sync. It is a free open source alternative to paid services such as Soundiiz and TuneMyMusic. unitunes stores your playlists in plain text, allowing you to version control your music. Playlists can be pushed and pulled from streaming services. Tracks from one service can be searched on another. Currently spotify, musicbrainz, and youtube music are supported. I hope to add support for all kinds of "services", such as local files, musescore, osu!,…

    2022 · github.com

  13. 13

    A music player and jukebox app for macOS. Contribute to FulltimeFeline/Sol development by creating an account on GitHub.

    4h ago · github.com

  14. 14IB

    Hey HN, I’m an ex-Google engineer trying to get back into music production. I needed a way to sequence my hardware synths using AI contexts without constantly switching windows, so I built this. It runs entirely in the browser using WebMIDI. No login required. It connects to your local MIDI devices (if you're on Chrome/Edge) and lets you generate patterns. Tech stack: [React / WebMIDI API / etc]. Link: www.simplychris.ai/droplets Code is a bit messy, but it works. Feedback welcome.

    Dec 2025 · simplychris.ai

  15. 15AL

    A buddy and I decided to hack on this little project this weekend, putting in about 12 hours. It's running Ruby on Rails, deployed to Heroku. We tried to keep things super lean with different gems handling user accounts, mailchimp for an email list and super lean styling/layout. Everything should work well enough on mobile devices, too, so give it a look! Right now the magic all happens via the Soundcloud API (of course), but we're exploring different ways to make this appeal to a broader audience of music listeners. We'd love your feedback! Here's the site:…

    2014

  16. 16RA

    2015 · rivulet.audio

  17. 17SS

    Hi, I am kind of hesitant to post this because I wrote this myself and it's definitely not polished but I thought people might find it useful considering some of the music related things I have seen posted here. This doesn't have anything fancy like a recommendation system or pretty ui but it makes it very easy to listen to music and keep a history of what you've listened to. If it means anything, this is the only thing I use for music playing. Features: - Everything is a text file (queue, your listen/artist history)! - Mpv as music player (you can control or get info using the ipc…

    2022 · github.com

  18. 18FA

    Hey everyone, I've made a project to make your own music archive streamable and turn it into a complete music platform. The reason I've been working on this project for a while was to stream the CD's I've had at home without any cost and also make a nice looking system to manage and listen to these albums. You can host your own server and use the web player to connect. Also, it is possible to create users and give them access to your own server. Some features of the current release are group sessions, endless listening with radio, fuzzy searches, showing lyrics and specialized context menus.…

    2023 · github.com

  19. 19SI

    I was playing around with the SoundCloud API earlier today, and I saw how easy it would be to make an 'instant search' for SoundCloud. I know these aren't super original but they're fun and easy to make so I couldn't resist. Still is buggy, but I'm going for 'just ship it' instead of 'make it perfect.' It's all client side so I'm hosting it on a static site on S3. http://soundcloudinstant.com

    2011

  20. 20M

    URL: http://mixcastr.com/ The end of the weekend is here, and my project (roughly 15 hours) is done. It's called Mixcastr, and it uses the Sound Cloud API to serve songs from their platform, based on user queries. So yeah, it's really just a glorified search interface - but I had fun making it. Hopefully next weekend I'll expand on its functionality/utility. Breakdown: Sinatra, Twitter Bootstrap, SoundCloud JavaScript SDK, and Heroku, Polymorphs, CloudMade

    2011

  21. 21

    When listening to music, I often don't play whole albums, but string together songs that capture my current mood. In the past, I've written a tool that records my hearings and generates suggestions from my usual listening patterns[1] and used it with some scripts around mpd. This made my way of listening to music easier and worked decently, but I wished I could also sync and use this with my phone. Recently I've discovered Subsonic, a protocol for music servers and players. It caught my eye, because it supports "scrobbling" (apparently the common term for "recording hearings") and generating…

    14d ago · github.com

  22. 22CS

    Hey all, I created http://cueued.com that works as a remote for a collaborative spotify queue where the users can upvote and downvote music they want to hear next. Only the person who is playing the music needs to have spotify premium! And if you're far from your friends (and have premium) and want to listen together, you can go to the settings and click Connect to Room, and you all can listen to the same music remotely. Let me know what y'all think about it, and any improvements as well. And if anyone's interested in how I built it let me know as well.

    2023 · cueued.com

  23. 23AT

    I love music and I'm always trying to discover new music that I can enjoy. In the past years I was using a fairly tedious process of organizing the music albums (or DJ sets, radio shows) in a few lists: - Want to Listen - Listened - Listened (and liked) I wanted to keep track of these lists, what I discovered each month/year and share all this activity and lists with my friends. For that, I was using a combination of tools that weren't made exactly for this job (Discogs+Spotify+IM apps), resulting in a cumbersome experience. So a few months ago I started this hobby project, with the…

    2022

  24. 24OC

    Your feedback and suggestions are greatly appreciated. Built with backbone.js, node.js and mongodb. Thanks! http://ownDJ.com

    2012

Ranked by how close each launch is in meaning, then by votes. Refine with a description →