Live data from Hacker News

Beets: The music geek’s media organizer

beets.io

11–20 of 124 posts

Re: Beets: The music geek’s media organizer

#11

I spent a couple of nights working out how to configure beets to my liking and have loved it ever since. My “workflow” is now: - buy album on Bandcamp - download zip - beet import {zip file name} And beets extracts the zip, matches the album to musicbrainz, updates any metadata, and drops the files into the directory structure that I like (naming the files how I like them, too). Very rarely an album will need some mo…

Isn't beets going to just overwrite whatever you did in Picard?

Re: Beets: The music geek’s media organizer

#12
post #11

I spent a couple of nights working out how to configure beets to my liking and have loved it ever since. My “workflow” is now: - buy album on Bandcamp - download zip - beet import {zip file name} And beets extracts the zip, matches the album to musicbrainz, updates any metadata, and drops the files into the directory structure that I like (naming the files how I like them, too). Very rarely an album will need some mo…

Isn't beets going to just overwrite whatever you did in Picard?

Well, one might use picard to find a musicbrainz release id, so that beetz has something to grab on to when importing.

Re: Beets: The music geek’s media organizer

#13
post #11

Earlier quoted context omitted.

Isn't beets going to just overwrite whatever you did in Picard?

Well, one might use picard to find a musicbrainz release id, so that beetz has something to grab on to when importing.

I mean, you can just do that in the browser too. "Enter ID" allows you to enter the MusicBrainz UUID (or just full URL). You can even do in the command itself.

  beet import "Iron Maiden.zip" -S 4500ad36-5f92-4e4c-bb24-3a9a57faf550

Re: Beets: The music geek’s media organizer

#14
If you're using Navidrome or similar to stream your music then check out beets-alternatives [0]. It lets you sync (and optionally convert) your library or a subset of it to another location, in my case my music storage mounted with Rclone. It's especially useful if you need to have a different naming structure in your target directory for whatever reason. I like to keep each disc of a multi-disc album in in its own subdirectory but most streaming servers seem to prefer all tracks of an album to be in the same directory. With Beets-alternatives I can have a different naming structure for each collection vs. having to rename my primary collection to suit whatever streaming server I happen to be using.

[0]: https://github.com/geigerzaehler/beets-alternatives

Re: Beets: The music geek’s media organizer

#15
post #7
post #5

I recently looked into beets, but it seems it’s focused on automation, is that correct? I often buy stuff that has just been released, and that’s not yet in any database, so no automation works. My current workflow is download, unzip and manually tag (mainly genres, sometimes badly named artists/albums) with MusicBee (which gives me autocomplete for genres so I can reuse existing ones), and then copy the files to the…

If you add a lot of new stuff to your library, you'll often need to add them to MusicBrainz yourself. I use beets and I currently have added 2697 releases (2543 release groups) to MusicBrainz.

Beets is what got me into MusicBrainz. It's an incredible resource. To be fair it's not the easiest of things to get started with and the usability could be better (release drafts, anyone?) but it's efficient once you get the hang of it.

Re: Beets: The music geek’s media organizer

#16
post #7
post #5

I recently looked into beets, but it seems it’s focused on automation, is that correct? I often buy stuff that has just been released, and that’s not yet in any database, so no automation works. My current workflow is download, unzip and manually tag (mainly genres, sometimes badly named artists/albums) with MusicBee (which gives me autocomplete for genres so I can reuse existing ones), and then copy the files to the…

If you add a lot of new stuff to your library, you'll often need to add them to MusicBrainz yourself. I use beets and I currently have added 2697 releases (2543 release groups) to MusicBrainz.

First: Thank you! Secondly: I wish more people did this. If you end up needing to manually enter the data, at least if you add it to a public database more people can benefit, which also makes it feel less frustrating.

I'm in the midst of a major music library overhaul and would not know how I'd ever get it done without Beets. For example, it's clearing out embedded images, fetching new hi-res artwork and verifying FLAC integrity, as I go through artist by artist.

Re: Beets: The music geek’s media organizer

#19
post #5

I recently looked into beets, but it seems it’s focused on automation, is that correct? I often buy stuff that has just been released, and that’s not yet in any database, so no automation works. My current workflow is download, unzip and manually tag (mainly genres, sometimes badly named artists/albums) with MusicBee (which gives me autocomplete for genres so I can reuse existing ones), and then copy the files to the…

[dead]

Re: Beets: The music geek’s media organizer

#20

Been using this for several years now. It's definitely not for the average user. But nothing is quite so flexible.

Well yes, it's not that hard to use but then even using the terminal for an average user is complicated.

There is a webpage on beets website where they list all the functions and explain what it does. Very useful when you go back after half a year and can't remember how it works.

Post reply on HN