1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-14 20:26:36 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
308a738672 Add year and genre when listing albums in Beets 2020-04-23 14:10:08 -03:00
8e7a66fa38 Add plugins to edit and play tracks from Beets 2020-04-23 14:03:18 -03:00
7738d770da Add plugin to clean all fields in tracks for Beets 2020-04-23 14:01:50 -03:00
620d2297a6 Add plugin to move "featuring" to track title in Beets
Instead of leaving the ft. (featuring) tag in the artist field, move it
to the title field, as it's used in most music players.
2020-04-23 13:55:26 -03:00
9bf0530b56 Add plugins to fetch and embed cover arts in Beets 2020-04-23 12:28:06 -03:00
9330416129 Correct Beets' configuration file
Deleting hack for highlighting correctly the configuration file.
2019-10-04 03:31:30 -03:00
a231186741 Add length to item formatting in Beets 2019-10-04 01:20:41 -03:00
cec3b9a86b Hack Beets' config file to correct highlighting 2019-10-03 21:09:36 -03:00
a18a91d31f Use inline field to generate Disc path on Beets 2019-10-03 20:26:42 -03:00
bf6941512b Add custom field in Beets' config using inline plugin 2019-10-03 19:30:54 -03:00
d7d758e7de Fold really long line in Beets' configuration file 2019-10-03 19:29:49 -03:00
803fc8bb9c Add fields Beets will not clear with zero plugin 2019-10-02 20:59:31 -03:00
31292509cf Configure featured artist format for title field
Giving the format that ftintitle plug-in will use to put featured
artists in title field.
2019-10-02 20:56:21 -03:00
Dionisio E Alonso
2e183b7775 Use the same criteria in Beets for compilations
When creating paths for compilation albums with multiple discs create
all discs directories.  The same criteria used when moving/copying
single-artist's albums with multiple discs.
2018-09-13 22:21:16 -03:00
Dionisio E Alonso
07d096eb8f Group Beets' "General Settings" together
Move the plugins' settings in Beets' config to be grouped with other
general settings.  Also activated some other plugin.
2018-09-13 20:22:05 -03:00
Dionisio E Alonso
7e75e0edd8 Separate a bit track number from title in Beets' paths 2018-09-13 20:12:25 -03:00
Dionisio E Alonso
8de7477c90 Make multi-disc albums to create separate directories
When moving files to the Music Library directory, if the album has
multiple discs, inside the album folder separate tracks inside the
corresponding disc directory and re-number the tracks per disc.
2018-09-12 15:27:25 -03:00
Dionisio E Alonso
1f99559893 Change default formatting for Beets' item listing 2018-09-12 12:22:42 -03:00
Dionisio E Alonso
c7083b525a Change default sort ordering for Beets' listing
When listing items, the default sort ordering doesn't work well with
compilations because the artist is not the same for all the items inside
the album.  Therefore, to correct that the new default uses the
album-artist instead of the artist as the first ordering key.
2018-09-12 12:19:01 -03:00
Dionisio E Alonso
43f49ae290 Make Beets' import to modify only in database
In order to keep files' state, to manually control the renaming or
writing of tags, during the import stage do not copy files nor write the
tags downloaded from MusicBrainz.
2018-09-12 12:07:20 -03:00
Dionisio E Alonso
9546c306f1 Change Beets' compilation path
In Beets' compilation path use the album-artist to store the album
instead of separating all the compilations to their own directory.  Most
albums will be equally stored under the "Various Artists" album-artist,
but many will be distinguished stored under the correct album
orchestrator.
2018-09-12 11:39:43 -03:00
Dionisio E Alonso
1d98096c17 Change default Beets' path
In the default Beets' path, use "Num.Title" instead of "Num Title" for
the track filename.
2018-09-12 11:36:43 -03:00