• by austin-cheney on 4/20/2024, 10:07:02 AM

    Here is that exact solution I wrote for my house:

    https://github.com/prettydiff/mp3-master-list

    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.

    npm run build

    node c:\path\mp3-master-list\js\index.js “c:\my-music-path”

  • by pavel_lishin on 4/20/2024, 12:55:10 AM

    I think the closest thing I'm aware of is last.fm.

  • by dangravell on 4/26/2024, 9:09:26 AM

    Sounds like a self hosted last.fm but with access delegation for the streaming services?

  • by al_borland on 4/20/2024, 7:09:20 PM

    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.

    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.