TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 thesquib大约 1 年前
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 条评论

austin-cheney大约 1 年前
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_lishin大约 1 年前
I think the closest thing I&#x27;m aware of is last.fm.
评论 #40094216 未加载
dangravell大约 1 年前
Sounds like a self hosted last.fm but with access delegation for the streaming services?
al_borland大约 1 年前
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.