The ads urge listeners to “join the mission to protect America” by becoming U.S. Immigration and Customs Enforcement (ICE) agents, but users of the music streaming giant have taken to social media and Spotify’s website to complain, and announce their withdrawal from the audio platform.

  • Mailloche
    link
    fedilink
    arrow-up
    15
    ·
    2 days ago

    Self hosted media server. I don’t get quite as much content but I still have thousands of hours of content … Back to the olden days!

    • nothrone@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      2 days ago

      Can I do something like this on a Raspberry Pi?

      Something like Syncthing, but for hosting media would be fantastic. No need to deal with opening ports in the router and all those shenanigans. Something that you install and it just works, without any additional software. Is there anything like this?

      • collar@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        2 days ago

        Navidrome/Airsonic with reverse proxy is best. There are lots of Android and iOS apps that stream music from you server. Rather than a reverse proxy, you could try connecting via tailscale maybe? I think at minimum, this would require your phone to be connected to tailscale whenever you want to listen to music. Not sure if this would work or be practical.

      • eddyizm@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        As others suggested, a simple server with a subsonic api is all you need. tailscale on it and your mobile device and you can stream with a handful of open source apps.

        I am using a pi to server my music for years but been self hosting my music since google music died - never got on the spotify bandwagon.

        A little docker/podman is all you need. I also work on an free android app for this purpose as well that I just posted an update to yesterday.

      • StrawberryPigtails@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        You can. I started my Jellyfin server on a RPi3. Not great hardware for video streaming, but it will work fine for music. Could also use Navidrome. For local network only, that would be all you need.

        To stream your media collection outside your home network, you’ll want to set up either a reverse proxy and set your ISP’s modem to forward the traffic to the reverse proxy, or set up a VPN like Tailscale. Tailscale would be the simpler option most of the time and is more secure for the average self-hoster.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Plex, but they’re getting big brothery. They do support relay through their own server.

        jellyfin + cloudflare tunnel. Still big brothery, but less, pretty easy and not against their tos

        Syncthing only works because it’s bursty. Once you start trying to run sustained data over it, people will run out of capacity pretty quickly.

        Something could probably be done DHT/Torrent style. All the listeners share in the transfers, but the availability might be dicey.

        For me, it’s Jellyfin + Tailscale. I always connect home and play from my media server and if TS ever gives me any lip, i’ll change over to headscale or just wireguard.