I’m currently using @nextcloud@mastodon.xyz for my music collection after downloading over 2.5k songs from YouTube Music (Premium). While it works fine for most things, I’m looking for a better alternative. My key requirement is to read files from a mounted WebDAV folder (NextCloud Folder).

The Subsonic API in NextCloud Music works fine, and I’ve had no issues streaming through clients like Symfonium and Subtract. However, I want to eliminate the 5-10 second buffering issue I experience on mobile. When I tried @powerampache@floss.social, my NextCloud AIO instance became unresponsive after about 30 minutes (happened twice, not sure why).

I also tried Navidrome, but I didn’t like how it organizes music—it only recognizes album artists, which doesn’t work for me since I don’t have albums. I downloaded the songs in Playlists using Seal.

Ideally, I’m looking for a solution that streams high-quality music instantly, like Spotify or YouTube Music. If possible, I’d prefer tweaking my Nginx config to resolve the buffering issue rather than setting up new software. What alternatives do you guys use for fast, high-quality music playback with WebDAV support?

Edit: Forgot to mention, the buffering issue only occurs when I use a Subsonic or Ampache client with NC Music. The web version works very smoothly.

  • sfunk1x@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago

    I started working on a hobby project recently to meld the utility of Beets with a music and podcast streaming service, like Subsonic. I’m developing this with a contract-first approach, and so far I’ve gotten most of the podcast management code in place, but I’ve not started working on the frontend outside of integrating a skeleton project into build process. I’ll add a note to look into supporting webdav data sources directly.

    I plan on doing another big dev push around Christmas, so hopefully I’ll have an MVP app to show off around that time. The frontend is a basic vite/react base and the backend is Spring Boot with Kotlin. I’ll be looking for some contributors for the mobile app side within the next few months.