this post was submitted on 04 Oct 2025
960 points (97.7% liked)
Technology
76581 readers
2513 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Edit: since I wrote this message (15min ago) I setup LMS thanks to podman and shared it via
ngrokand my wife can listen to my music on her phone instantly.So... yeah it's that quick and convenient.
Is it perfect, definitely not, but it's also very quick to get started and to reconsider.
Spent another 5min to
scpthe container and~/Musicon my RPi5, which I keep on 24/7, has a 512Go microSD and tailscale... and I guess that's it, I have my own music server. I don't have discovery on though but still, already useful!Another update on that front, I added on my RPi5 :
yt-dlpwhich I use with its-xaudio only option on RSS feeds from DJscrontabto get updatesLMSfor hourly database scantonein order to updatetagson files and try to organize my~/MusicdirectorySo it's still nowhere near as good as the music streaming service I used so far BUT it's getting there!
what is tone? curious on how you set up the rss feed ingest as well if you would be open to sharing.
this one https://github.com/sandreas/tone "tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac"
regarding RSS feed I just download them regularly, e.g on
crontabone can add0 3 * * * cd ~/Music && ~/bin/yt-dlp -x https://hearditherefirst.blog/category/dubstep/feed/but if you need something a bit more refine with filtering consider e.g.jc --xmlwithjqand `wget.