I’ve tried a few options over the years, including SMB and NFS, XBMC as well as HTML with javascript I found online.

I don’t have a large collection of music (fewer than 100 albums), so hand coding things was actually one of the quicker options to setup. That’s despite then hassle of hand coding the URL to each FLAC file as well as the album art. But sometimes the javascript doesn’t handle large collections of FLAC and each implementation I tried had different quirks so I’ve sunk a lot of time into that in other ways without a satisfactory result.

I’ve heard of Emby, Jellyfin, Plex, Roon and Servio. I just need something that’s simple to set up and access. I don’t need fancy features beyond the ability to play the music with a pleasant UI that can be accessed from the web (HTTP, not HTTPS). I’d be running this from a Raspberry Pi 3B which already has the lighttpd server running.

I’m also considering just getting a portable, 128GB FLAC player with a minijack connection and moving on with my life without getting involved in networking at all.

Any recommendations for an uncomplicated way to approach to doing this?

Edit: Thanks so much for the helpful and enthusiastic comments! I tried Navidrome and had it up and running in ten minutes thanks to this tutorial video: https://invidious.nerdvpn.de/watch?v=7V5UUJlSknY

I had to install docker-compose on the RPi. Then I got an error which turned out to be because I also needed a separate docker daemon which I installed following these instructions: https://www.simplilearn.com/tutorials/docker-tutorial/raspberry-pi-docker

In just 10+ minutes I had my music collection accessible from all my devices - thanks again!

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    HTTP Hypertext Transfer Protocol, the Web
    NAS Network-Attached Storage
    Plex Brand of media server package
    SMB Server Message Block protocol for file and printer sharing; Windows-native
    VPN Virtual Private Network

    5 acronyms in this thread; the most compressed thread commented on today has 6 acronyms.

    [Thread #971 for this sub, first seen 16th Sep 2024, 05:35] [FAQ] [Full list] [Contact] [Source code]

  • 🍄🌵Psychonaut1969🌵🍄 @lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I prefer Airsonic-Advanced over Navidrome when using the web interface. Airsonic-Advanced and the Substreamer android app are a nice combo. You can run both severs side by side if you are setting up docker containers.

    • FarraigePlaisteach@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Thanks. I’m happy enough with Navidrome but if I can try ASA in parallel I might give it a try sometime.

      I really like the turntable effect in the Navidrome web app, though :)

  • 9point6@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    3 months ago

    Plex is probably the easiest and most convenient, I think jellyfin is viable too, but I don’t use it.

    If you’ve got the money, Roon or Audirvana are the gold standard of self hosted music

    If you want something similar, but free, look into things like volumio or subsonic based solutions.

    • dmention7@lemm.ee
      link
      fedilink
      English
      arrow-up
      8
      ·
      3 months ago

      Seconding Plex / Plexamp if the use case involves streaming remotely. Probably the easiest to get up and running for remote access.

      I’m not sure about the capabilities of hosting on a Pi, but it should be straightforward to run a couple different apps in parallel to test and compare features (I’m currently doing exactly that with Plex and Jellyfin)

  • sillyhatsonly@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Streaming my own music was the reason I got into self-hosting in the first place and I’ve been satisfied with Navidrome for over a year now. My preference is to stream via an app on my phone but I’ve made accounts for a couple friends and they stream happily on multiple devices using the browser interface.

  • Dark Arc@social.packetloss.gg
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Plex is moving in the app direction… So Plex is probably moving away from what you want despite being one of the easiest options.

    It would probably be helpful to know what you’re trying to accomplish beyond “what”. Like, why do you want to host your music and play it via a web browser.

  • ChillPill@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I’m using a Jellyfin server with Symonium on android. It’s almost as good as plexamp, but sadly not available on other platforms. Symfonium will work with any media player that uses subsonic. My current jellyfin implementation is http with a VPN for external use.

  • nezach@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    ReadyMedia (formerly MiniDLNA) works fine for me as a container via podman on a raspberry pi.

    podman run -d --name=minidlna \
    --net host \
    -v dir/to/music:/media/audio \
    -e MINIDLNA_MEDIA_DIR_1=A,/media/audio \
    -e MINIDLNA_FRIENDLY_NAME=Music \
    --restart on-failure:3 \
    --platform linux/arm64 \
    docker.io/vladgh/minidlna:latest
    

    No http interface though for playback. Still very simple and does the job for me.

  • LifeBandit666@feddit.uk
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Plex was easy enough to set up. I use plexamp on my phone but can access the Plex server via a browser, which includes my music