1010
Crunchyroll Faces Cancelation: Why Anime Fans Are Choosing Piracy After Latest Update
(fandomwire.com)
This is a most excellent place for technology news and articles.
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.