96
submitted 3 months ago* (last edited 3 months ago) by SidewaysHighways@lemmy.world to c/selfhosted@lemmy.world

right now I'm trying a dedicated Jellyfin instance for audio only (bought the lifetime emby subscription before i learned about jellyfin, so video is elsewhere) but having trouble finding a good client that could run on the guts of an old autonomic MMS2A. That device has an analog and digital output, which with the normal OS treated as two separate sources. is that something anyone else has tinkered with? the original plan was to just run a kodi instance with the jellyfin addon, but im not sure if this has the horsepower to run kodi, and certainly not two at once! (4gb of ram max for this beast.

i need it to be remotely controllable, it'd be cool to have easy playlist management/backup that other devices could see, and potentially an android client if possible?

I've dabbled with the "____sonic" ecosystem back before i was really good at linux, and struggled a bunch, before giving up without anything real to show for it.

just curious if anyone else has been down this road successfully!

thanks for this community, my scrolling stops INSTANTLY when i see a post from here.

(oh my music server is a truenas SMB share, hosted in a proxmox vm! not opposed to putting a big SSD in this device if local music would make things easier)

(page 2) 44 comments
sorted by: hot top controversial new old
[-] Mongostein@lemmy.ca 2 points 3 months ago

I was going to try to host my music on Jellyfin, but I had an issue.

Since 2005 I’ve been curating my music collection with my old iPod that I still use.

I like my albums in release order so, with the iPod in mind, probably 80% of them are named [year] - [album]

Lidarr and Jellyfin won’t find them because of this and I don’t want to manually sort through 2000-some albums.

So I still use my iPod (20 years old next year!)

[-] sturmblast@lemmy.world 1 points 3 months ago

I still use an iPod too. Hard to beat even 20 years later.

[-] Takios@discuss.tchncs.de 2 points 3 months ago

Honestly just in ~/Music and stuff I'd like to listen to on the go gets copied onto my phone.

[-] Vase@feddit.org 1 points 3 months ago

Gathered all music/Audiobook Files on my Synology NAS, organized in folders. Beside, there is still a Lyrion Music Server (LMS) running on the NAS in a docker. Put the Squeezer Play Client on every possible device (Windows, Linux PC, Android, Tigerbox, Pi zeros) and streaming works well for me at Home.

Access either via Web or App on Android/iOS. I have enabled navigating in LMS via folders because ID3 Tags are poorly maintained in my files. :/

[-] oshu@lemmy.world 1 points 3 months ago

I picked up a Denon DNP-730AE network audio player on ebay and I run Tiny-DLNA on my server where the music files and playlists are stored.

Works great and sounds great.

[-] jhdeval@lemmy.world 1 points 3 months ago

I use navidrome for the streaming and lidarr for downloads. I am not totally thrilled with navidrome as I can not play genres. I want to setup an icecast streaming server with individual "channels" for each genre

[-] DrunkAnRoot@sh.itjust.works 1 points 3 months ago

local storage server as a backup and to download my music to my devices (ik jellyfin is better then this but i already had the storage set up)

[-] irmadlad@lemmy.world 1 points 3 months ago

My problem is that I cannot find a selfhosting solution that has the nuts to spool up 80k+ hi-res, original sourced, flac files that reside on two 10TB drives through my ancient technology. MusicBee is the closest thing I've come across, but that is local, and it struggles. I stay around the compound now days so local is ok, but it would be nice to stream out on the back porch without cranking my stereo to 11 so I can hear. I have bluetooth options but range is an issue.

[-] domi@lemmy.secnd.me 1 points 3 months ago

I use Jellyfin with Finamp on Android/PC and the Jellyfin plugin for Kodi on my HTPC.

The Jellyfin plugin does movies/shows too and not just music but it handles music playback as well. For a dedicated music box I'm not sure if I would use Kodi for it.

[-] blackstrat@lemmy.fwgx.uk 1 points 3 months ago

Have always preferred Emby. Have been running it for around 8 years.

[-] electric_nan@lemmy.ml 1 points 3 months ago

Navidrome for me. Installed via Yunohost.

[-] Appoxo@lemmy.dbzer0.com 1 points 3 months ago* (last edited 3 months ago)

VM having a EXT4 disk on a ZFS storage.
Files are (usually) FLAC
Files are ripped from CD with Exact Audio Copy (EAC)
Alternatively they are bought or 'lent' out ;) Files are managed by Lidarr. Jellyfin for atreaming.
On mobile ai use Symfonium.

[-] Jakeroxs@sh.itjust.works 0 points 3 months ago

Basically my setup but without ZFS (kept randomly crashing entirely, probably not a great nvme) or ripped CDs, haven't had a disk drive in over a decade lol

[-] Appoxo@lemmy.dbzer0.com 0 points 3 months ago

The ZFS is in my case just TrueNAS. Can't trust myself setting that up :D

[-] Jakeroxs@sh.itjust.works 0 points 3 months ago

I tried to set mine up through Proxmox, after 3-10 days the whole ZFS pool would crash and I'd have to reboot the machine to get it functional again. I'm sure I either did something wrong with config or the 4 year old consumer nvme I had it set up on just couldn't handle it lol

[-] Appoxo@lemmy.dbzer0.com 1 points 3 months ago* (last edited 3 months ago)

Maybe the disk was running out of spare storage cells and ate into the actual data partition and corrupting the data table (if that's even possible)

[-] yournamehere@lemm.ee 0 points 3 months ago

emby and shares. emby unlike jellyfish can mount remote smb shares right in the webinterface. proxmox/lxc and jellyfin is a pain in the ass you do not want.

[-] SidewaysHighways@lemmy.world 1 points 3 months ago
[-] yournamehere@lemm.ee 1 points 3 months ago

thanks. but am i blind or are they just giving up on getting in run in docker in lxc on proxmox?

"No clue about how to do it through docker in an LXC."

it was a big choke point? that thread alone says dont use jellyfin.

[-] beeng@discuss.tchncs.de 0 points 3 months ago

Navidrome + MusicAssistant

[-] joshhsoj1902@lemmy.ca 0 points 3 months ago

I also enjoy Navidrome. What does Musicassistant add for you? Seems like it can do a whole lot

[-] beeng@discuss.tchncs.de 2 points 3 months ago

Nice frontend plus Spotify integration for the library and then selecting different output sources from said frontend.

[-] MysteriousSophon21@lemmy.world 0 points 3 months ago

MPD (Music Player Daemon) would be perfect for that old Autonomic - super lightweight, runs on practically anythng, and Symfonium is an amazing Android client that supports it natively.

[-] SidewaysHighways@lemmy.world 1 points 3 months ago

I've seen this a couple times but haven't looked into it until now! do you play with this?

[-] SidewaysHighways@lemmy.world 1 points 3 months ago

mpd has broke me a couple times lol

[-] SidewaysHighways@lemmy.world 1 points 2 months ago

yooooo mopidy is an awesome server to feed MPD and you were correct about MPD being able to run on this device!

load more comments
view more: ‹ prev next ›
this post was submitted on 19 Jun 2025
96 points (97.1% liked)

Selfhosted

52104 readers
97 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS