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?
Here is that exact solution I wrote for my house:<p><a href="https://github.com/prettydiff/mp3-master-list">https://github.com/prettydiff/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/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”
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/listening to what, and sharing libraries. I’d assume you could have one central library that everyone friends and plays from.