Sent from my Galaxy
-------- Original message --------From: Javier via arch-general
<arch-general@lists.archlinux.org> Date: 13/06/2021 11:16 pm (GMT+01:00) To:
General Discussion about Arch Linux <arch-general@lists.archlinux.org> Cc:
Javier <je-vv@e.email> Subject: Re: [arch-general] [OT] changing ripped music
metadata from freeDB to MusicBrainz On 6/13/21 2:50 AM, Óscar García Amor
wrote:> El dom, 13 jun 2021 a las 10:30, Javier via arch-general
(<arch-general@lists.archlinux.org <mailto:arch-general@lists.archlinux.org>>)
escribió:> >> > On 6/13/21 12:40 AM, Magnus Woldrich wrote:> > >> > >> > >
On Sun, Jun 13, 2021, 05:44 Javier via arch-general
<arch-general@lists.archlinux.org <mailto:arch-general@lists.archlinux.org>
<mailto:arch-general@lists.archlinux.org
<mailto:arch-general@lists.archlinux.org>>> wrote:> > >> > > Hi !> > >>
> > Hey,> > >> > >> > > I have several [...]> > >> > >> > > For all
things related to tagging and sorting, you want to use beets. It's in the repo
and it has good documentation on its site. I've used it recently to tag and
sort about 8TB of music and it's just awesome.> >> > Thanks ! I'll also take
a look.> >> > --> > Javier> >> > +1 beets[1][2] is the best thing for
working with music files, from tagging to renaming, querying, etc.> > As beets
config can be tedious, you can use mine, it works by importing your music files
from anywhere and copy them to `~/Music` folder. So this leaves the original
files untouched.> ```> directory: ~/Music> import:> write: yes> copy:
yes> from_scratch: yes> id3v23: yes> > per_disc_numbering: yes> paths:>
disctotal:2..: $albumartist/$album%aunique{}/%right{$disc,1}-$track $title> >
plugins: fetchart embedart lyrics lastgenre scrub web zero> embedart:>
auto: yes> fetchart:> minwidth: 600> maxwidth: 1000>
enforce_ratio: yes> sources: coverart itunes *> lyrics:> sources:
lyricwiki musixmatch genius> scrub:> auto: yes> zero:> fields: day
comments encoder month bpm> bpm: [ "0" ]> ```> > Greetings> > [1]:
https://beets.io/ <https://beets.io/>> [2]:
https://beets.readthedocs.io/en/stable/
<https://beets.readthedocs.io/en/stable/>> > -- > Óscar García Amor | ogarcia
at moire.org <http://moire.org> | http://ogarcia.me <http://ogarcia.me/>Thanks
!-- Javier