this post was submitted on 15 Oct 2025
75 points (100.0% liked)

Free and Open Source Software

20442 readers
38 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

I had a whole lot of songs I downloaded online and not always directly from the album that has everything organized; album name, artist, genre, etc.

This software scans your music library and does all that for you and adds album art.

I would say it's 98.5% accurate. Only a few songs it renamed to the wrong thing. So look out for that. But it ask for your confirmation before it edits the song info.

It does it in batch by the way

top 15 comments
sorted by: hot top controversial new old
[–] redhilsha@lemmy.ml 2 points 20 hours ago (2 children)

Is there any application that lets you manually add metadata such as album art and co into files?

[–] lunatique@lemmy.ml 1 points 16 hours ago

You can make manual edits. You have to read the instructions or wiki

[–] makeitwonderful@lemmy.today 1 points 20 hours ago

puddletag does this. It's similar to mp3tag from Windows.

[–] SweetCitrusBuzz@beehaw.org 2 points 1 day ago* (last edited 1 day ago)

It's a great program, but my goodness their online interface for entering actual track and record information is ridiculously difficult to use and their rules for titles etc are bad.

[–] ISOmorph@feddit.org 11 points 2 days ago (1 children)

I would love to get back into hosting songs locally again, but I've grown too reliant on algorithms for music discovery. Is anyone aware of an app to automatically download songs from certain sources based on algorithm? Picard could do the last mile to organize the downloaded files neatly

[–] ThorrJo@lemmy.sdf.org 9 points 1 day ago (1 children)

I'm not aware of such a thing but back in the day I found some great bands by looking at similar artists on last.fm

[–] AmbiguousProps@lemmy.today 5 points 1 day ago (1 children)

I use last.fm scrobbling so it can learn what I like and provide suggestions based on my locally hosted music.

[–] ThorrJo@lemmy.sdf.org 2 points 1 day ago

Oh, right, that too! Wow I completely forgot about that, and I found my favorite band of all time that way 20 years ago!

I have barely done any music discovery in ages due to a combo of a showstopper bug making my music app unusable for a couple years, and being in moderate to severe burnout for nearly a decade. I'm starting to get back into it though, thanks for reminding me!

[–] wesker@lemmy.sdf.org 8 points 2 days ago* (last edited 2 days ago) (1 children)

Took me about 2 years of fine tuning settings and plugins, but finally I've got it pretty much dialed in perfectly.

[–] Samsy@lemmy.ml 7 points 2 days ago (1 children)

Maybe teach us? Used Picard, too. 95% is good but the rest is garbage detected. But idk why.

[–] wesker@lemmy.sdf.org 7 points 2 days ago* (last edited 1 day ago)

I might be able to share my config, I will check tomorrow.

EDIT: turns out raw Picard configs aren't all that friendly or in a decent format to share

[–] RedSnt@feddit.dk 3 points 1 day ago

For the longest time I'd use MP3tag in Windows, which is still a great tool, runs great in Wine, and it can do some of the same things like look up artwork and in particular rename files based on tags.
But less than a month ago I downloaded Picard and have been getting into using it, and the workflow is quite strange. But it works. And I can recommend it.

[–] j5906@feddit.org 2 points 2 days ago (2 children)

How well does it work with foreign names, obscure titles, DJ Sets and remixes?

Example: Wir sind Helden - Nur ein Wort (Otto Kuhn Remix) Hozho - DJ Mix 03 (Live @ Jardins Efémeros, Viseu)

[–] lunatique@lemmy.ml 3 points 1 day ago

Now that you asked that question, it changed all my Japanese OSTs into Japanese text, but it got all of them correct. Same with my French music and Russian music.

[–] sfera@beehaw.org 5 points 1 day ago* (last edited 1 day ago)

Picard uses audio fingerprinting and the musicbrainz DB to match the items. If the items are in the DB, then it will find them. If they aren't, then they can be added.

There are other similar tools (although they might not have graphical UIs) which also use additional metadata backends and allow complex manipulation of audio files. I personally use beets which can be configured to use Musicbrainz, Spotify, Deezer, Discogs and Bandcamp for metadata (it will also help with file manipulation, audio normalization, fetch cover art and many other things). It seems that there is a plugin called 'ytimport' which integrates with SoundCloud and YouTube. That might help with your specific question, though I did not test it.

Beware that the latest release of beets (2.5.x at the time of writing) is quite fresh and might break some plugins. I personally will stick with 2.4.x for a while.