TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there a music library app that sits on top of streaming services?

4 pointsby thesquibabout 1 year ago
I want to be able to let others in my office see the music everyone is listening to, or has listened to, share albums and have a communal library. But I want the library to be distinct from something like Spotify, but would allow someone to browse and play using their own account. This is not a central jukebox, just a central library.<p>Is there anything out there like that? A sort of shared music library app?

4 comments

austin-cheneyabout 1 year ago
Here is that exact solution I wrote for my house:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;prettydiff&#x2F;mp3-master-list">https:&#x2F;&#x2F;github.com&#x2F;prettydiff&#x2F;mp3-master-list</a><p>It creates a HTML playlist not from streaming media but from stored media on my home media server. I have expanded it to also support movies and television shows. It also includes an audio&#x2F;video player to play the media directly in the browser, which bypasses all manners of restrictions imposed by iPhone.<p>npm run build<p>node c:\path\mp3-master-list\js\index.js “c:\my-music-path”
pavel_lishinabout 1 year ago
I think the closest thing I&#x27;m aware of is last.fm.
评论 #40094216 未加载
dangravellabout 1 year ago
Sounds like a self hosted last.fm but with access delegation for the streaming services?
al_borlandabout 1 year ago
iTunes used to do this, not sure if it still does. It would use Bonjour to make everyone’s libraries available on the network, so people could play tracks from other libraries on the local network.<p>Plex might do this as well. It has music libraries and management, and features for having friends, who is watching&#x2F;listening to what, and sharing libraries. I’d assume you could have one central library that everyone friends and plays from.