I have a folder of MP3s, some of which date back to 1999, just a few years after the format was popularised. Most of them have utterly terrible names (think RIDEONAM.MP3). I think at this point they might even survive the heat death of the universe. And they’ll still be terribly-organised.
Remember you can always check out CDs from the library and rip them to your collection.
MusicBrainz Picard https://picard.musicbrainz.org/
I’ve used this to fix all my fucked up MP3 mess and it really helped a lot. Just make sure you change the input and output folders and let er rip!
It’s free
I don’t really do the folder of MP3s thing any more.
I am much more into the Jellyfin full of FLACs thing these days!
I bet up in the attic next to one of my sweet old Abit motherboards I have a dusty old hard drive with a folder full of music from the 90s and early 2000s.
immaculately sorted. IMMACULATELY!
Mine is sorted as well but I named the folder “unsorted”
That reminds me that I should definitely plug my phone into my desktop and do a ton of music folder creation and reorganizing. I’ve got over 500 files and I really need to fully organize every single one and reorganize the ones that are organized already. Same with my much smaller set on my desktop. Luckily that one isn’t nearly as bad.
I have a few thousand mp3s and they are all neatly organised with tags and sorted in folders by artist and album. Whenever I add something i make sure it follows my naming scheme and has all the tags. Has been like that since I got my first few albums when I was like 10.
Maybe I’m on the autism spectrum.
I have something similar on my laptop, but it’s only partially implemented on my desktop and phone. I only recently, within the last few years, really started to care. Some gear in my autistic brain started turning and now I need to have my music organized. I’ve just been held back on my phone and desktop because of how much work it would take, even though it would probably take less than an hour.
I’ve been sorting my MP3 files since 2003. It’s a Sisyphian task. Every few years I’m like “ok, let’s sort those songs with the new, improved sorting method I just came up with” and after a few hours or days of intense sorting I just quit and let them be.
Maybe this will be the year I finally sort them out! 🤣
Plexamp is my favorite music player. I miss it when trying out services. It’s so buttery smooth and quick.
I actually got rid of all my old MP3s years ago. Not because I regret acquiring them, but because the quality sucked. Even 320kbps. You can’t tell CD from MP3 through my stereo, or in the car. But it is really obvious through my headphones, and ruins my critical listening experience. Had to re-rip all of my CDs to lossless, and lost all the ones I didn’t have CDs for.
I may or may not know where there is a hard drive that has at least one mp3 that was acquired from Napster
And no of course it isn’t named correctly, but thank you for asking.
Also it’s not about princess Zelda or link
Use Deezer, ReFreezer and FolderSync to download my liked songs as mp3s and sync the files to my NAS.
I got a new pair and of waterproof headphones and consequently I have to load MP3s on them since Bluetooth doesn’t work underwater. Go to NG through my collection from the late 90’s was a wild trip.
You’ll find that MusicBrainz Picard is a heaven sent tool to properly tag your files, with optional proper renaming.
It takes some getting used to, and I find it works best in whole albums, but produces a much more professional library.
Oh I’ve been looking for something like this for a long time. I wonder how this integrates into something like Jellyfin if I want to host my own personal music streaming for myself.
In addition to autorenaming Picard can also auto organize into folders. So any time I buy new music, I run it through Picard to ensure metadata is correct, grab lyrics, and put it in the right folder that is then picked up by my self hosted navidrome
Picard is literally the only Jellyfin related tool I use that isn’t fully automated, because somehow the automated versions I could find were doing things like renaming files on a 60% confidence of the filename and I had to nuke and re download my library.
So instead I open Picard, click 6 whole buttons, and my entire library/new files are renamed, tagged, and sorted 100% accurately.
I use Jellyfin also.
My workflow is like this: buy CDs from Discogs, rip them to FLAC, adjust filenames, covers and metadata with Picard, push the files to Jellyfin that promptly detects the new files.
I also use Soundconverter in Linux to generate MP3s files for devices that don’t support FLAC.
I’m very happy with this setup and my collection has never been so organized.
deleted by creator
Picard sometimes falls short on cover arts and track names of some niche or non-english albums because of that mp3tag with discogs is sometimes needed
For Linux there’s puddletag, which is very similar to mp3tag
puddletag was actually based off mp3tag, but even has stuff mp3tag doesn’t have. highly recommend.
We’ve evolved towards a software-managed autotagged library of lossless audio now, but yeah, pretty much.
I just had a chat with my friends about how the family plan price went up 30% while the basic functionality doesnt fucking work half the time
Amen. Glad to hear I’m not the only one baffled that Spotify’s app development is total garbage. It is one app that doesn’t get updated ever - once I have a working version. If it were up to me, I’d happily never use it again
I find music on YouTube and autoconvert it to MP3 with yt-dlp and ffmpeg. It fetches new music from my personal “Favorite Music” playlist, downloads the highest quality audio source, converts it to MP3, embeds the metadata and cover art and tries to parse the artist and title as best as possible.
yt-dlp -x -f bestaudio --audio-quality 0 --audio-format mp3 --embed-thumbnail --add-metadata --metadata-from-title "%(artist)s - %(title)s" --playlist-start 1 --playlist-end 999 https://www.youtube.com/playlist?list=123abc -o "./files/%(artist)s - %(title)s.%(ext)s" --cookies-from-browser
Needs minimal adjustment sometimes if the title format is weird, but works 95% automatic. What I like most about this is the fact that music vanishes all the time from YouTube, but it doesn’t affect me. No one deletes the files from my harddrive but me.
I’ve been doing something similar but but very basic. I didn’t know you could also add thumbnails and metadata! Mind = blown…
I will change my old ways ASAP. A new era begins!
I want to marry you.
Pro tip, make sure the browser you’re copying the cookies of isn’t logged in. Otherwise they may ban you sooner or later.
Is there a good guide to passing cookies to yt-dlp? Its one of those things I’ve been meaning to learn but never quite got around to yet…
Doing God’s work
TYVM
I have just been downloading as it is with
yt-dlp -x
(created an alias so I just typedl
) and then rename and sort the files manually as I find stuff is so often in different naming formats
That can be fixed easily* with programs like
beets
* = the program itself is easy to use, but installing and configuring it, requires a PhD in Linux-Arch-ology
No I’m sure there will be an obscure shell script that someone wrote to do all of the install for you that will suddenly fail on a broken python dependency (because why not) and then leave your system in semi-altered state that doesnt really work wrong but its never quite right again
I 100% learnt to use docker specifically to avoid the exact situation you described.
Got any good resources for learning?
In my (limited) experience Docker is just “run some script from a random GitHub that loads more stuff from a random GitHub… now you have a blob of code on your PC somewhere that’s unmodifiable and inaccessible unless it’s a web app in which case it’s listening on a random port with no access to any system resources”
I assume there’s something more I need to be doing but all the learning resources just kinda assume you understood wtf it’s doing.
Switch “some script” to “docker compose” and you are a subject matter expert.
all the learning resources just kinda assume you understood wtf it’s doing.
Welcome to the linux community.
I mean I’d rather get told to “rtfm” than hear “it just works” with no explanation
I tend to think of docker containers like light virtual machines.
You can start with an image of a very simple bare operating system, or from an OS with a few things installed (in my case I have lately been using images from dockerhub under nvidia/cuda-ubuntu so that my container spins up with ubuntu and the drivers and SDK for my GPU).
Then essentially the Dockerfile becomes the sandbox from which to test installation scripts, see what works by trial and error if necessary, to install the programs you want – if you make a mistake or the install script fails as in the comment above, you can just kill the container and spin up a new one without the “doesn’t really work wrong but its never quite right again” issue :)
I know this does sound like ‘rtfm’ but I definitely have made a lot of use of the Docker manuals: https://docs.docker.com/manuals/
These manuals, plus stack overflow searching for Dockerfile tips, and github repos for the software I want to use that sometimes do contain Dockerfiles, have been enough to get me acquainted with spinning up my own containers and installing what I need, and use docker compose to run multiple containers on a single host that can talk to each other. Beyond that, I had to search a bit harder (mostly on StackOverflow, but also a bit of tail-chasing using ChatGPT) to learn how to configure overlay networks to allow containers to talk to one another from on different servers, and using docker stack to spin up a swarm of containers as services on a cluster.
Yeah… that all makes sense and those docks seem decent. The piece of the puzzle that’s missing for me is: how does docker turn a yaml config that says like … (from their example):
> frontend: > image: example/webapp > ports: > - "443:8043" > networks: > - front-tier > - back-tier > configs: > - httpd-config > secrets: > - server-certificate
… into actual operating, functioning container blobs? e.g. How does it know that “secrets: server-certificate means that it should take an ssl cert and place it in the container? How does it know where to place that certificate?
I haven’t used secrets but I would go through the docker compose secrets docs
https://docs.docker.com/compose/how-tos/use-secrets/
At a glance it seems to be informative, but I’m not sure if it explains in depth how it is doing things under the hood.
Musicbrainz Picard is a lot easier than beets, although it does require some introductory concepts to make sense (e.g. terminology like “release”, “release group”). And it makes it too easy to accidentally poison datasets in an attempt to be helpful. Harder to automate than beets, too.
Both of them also benefit from a decent knowledge of where your files came from, not as good for a random pile of mp3s.
Picard is very manual, I fucking love it though
I used MusicBrainz Picard when I stopped paying for Spotify. Went over my old library, audio tag matched all my songs, added all metadata, sorted everything. I moved it to Nextcloud and using the Music Player plugin, I have my own Spotify using any supersonic/ampache client. Life is good.
What client do you recommend on Android
I use Symfonium and an easily happy with it, if it helps. Not foss - you have a one time fee (aka buying - not a subscription), however. I found it worth it, and use it in conjunction with a Navidrome instance.
I’ve been using Tempo with Navidrome and it’s really good!
+1 for Feishin if you want a desktop client as well.
Sorry I am on iOS. I use Play:sub and I love it. Maybe there’s an android version?
I fucking love beets