@@ -165,7 +165,7 @@ Metadata
165
165
* :doc: `metasync `: Fetch metadata from local or remote sources
166
166
* :doc: `mpdstats `: Connect to `MPD `_ and update the beets library with play
167
167
statistics (last_played, play_count, skip_count, rating).
168
- * :doc: `parentwork `: Fetch work titles and works they are part of.
168
+ * :doc: `parentwork `: Fetch work titles and works they are part of.
169
169
* :doc: `replaygain `: Calculate volume normalization for players that support it.
170
170
* :doc: `scrub `: Clean extraneous metadata from music files.
171
171
* :doc: `zero `: Nullify fields by pattern or unconditionally.
@@ -268,68 +268,71 @@ line in your config file.
268
268
269
269
Here are a few of the plugins written by the beets community:
270
270
271
- * `beetFs `_ is a FUSE filesystem for browsing the music in your beets library.
272
- (Might be out of date.)
271
+ * `beets-alternatives `_ manages external files.
273
272
274
- * `A cmus plugin `_ integrates with the ` cmus `_ console music player .
273
+ * `beet-amazon `_ adds Amazon.com as a tagger data source .
275
274
276
275
* `beets-artistcountry `_ fetches the artist's country of origin from
277
276
MusicBrainz.
278
277
279
- * `dsedivec `_ has two plugins: `` edit `` and `` moveall `` .
278
+ * `beets-autofix `_ automates repetitive tasks to keep your library in order .
280
279
281
- * `beet-amazon `_ adds Amazon.com as a tagger data source.
280
+ * `beets-barcode `_ lets you scan or enter barcodes for physical media to
281
+ search for their metadata.
282
282
283
- * `beets-copyartifacts `_ helps bring non-music files along during import.
283
+ * `beetcamp `_ enables **bandcamp.com ** autotagger with a fairly extensive amount of metadata.
284
+
285
+ * `beets-bpmanalyser `_ analyses songs and calculates their tempo (BPM).
284
286
285
287
* `beets-check `_ automatically checksums your files to detect corruption.
286
288
287
- * `beets-alternatives `_ manages external files.
289
+ * `A cmus plugin `_ integrates with the `cmus `_ console music player.
290
+
291
+ * `beets-copyartifacts `_ helps bring non-music files along during import.
292
+
293
+ * `beets-describe `_ gives you the full picture of a single attribute of your library items.
294
+
295
+ * `drop2beets `_ automatically imports singles as soon as they are dropped in a
296
+ folder (using Linux's ``inotify ``). You can also set a sub-folders
297
+ hierarchy to set flexible attributes by the way.
298
+
299
+ * `dsedivec `_ has two plugins: ``edit `` and ``moveall ``.
288
300
289
301
* `beets-follow `_ lets you check for new albums from artists you like.
290
302
303
+ * `beetFs `_ is a FUSE filesystem for browsing the music in your beets library.
304
+ (Might be out of date.)
305
+
306
+ * `beets-goingrunning `_ generates playlists to go with your running sessions.
307
+
291
308
* `beets-ibroadcast `_ uploads tracks to the `iBroadcast `_ cloud service.
292
309
293
- * `beets-setlister `_ generate playlists from the setlists of a given artist .
310
+ * `beets-mosaic `_ generates a montage of a mosaic from cover art .
294
311
295
312
* `beets-noimport `_ adds and removes directories from the incremental import skip list.
296
313
297
- * `whatlastgenre `_ fetches genres from various music sites.
298
-
299
- * `beets-usertag `_ lets you use keywords to tag and organize your music.
314
+ * `beets-originquery `_ augments MusicBrainz queries with locally-sourced data
315
+ to improve autotagger results.
300
316
301
317
* `beets-popularity `_ fetches popularity values from Spotify.
302
318
303
- * `beets-barcode `_ lets you scan or enter barcodes for physical media to
304
- search for their metadata.
305
-
306
- * `beets-ydl `_ downloads audio from youtube-dl sources and import into beets.
319
+ * `beets-setlister `_ generate playlists from the setlists of a given artist.
307
320
308
321
* `beet-summarize `_ can compute lots of counts and statistics about your music
309
322
library.
310
323
311
- * `beets-mosaic `_ generates a montage of a mosaic from cover art .
324
+ * `beets-usertag `_ lets you use keywords to tag and organize your music .
312
325
313
- * `beets-goingrunning `_ generates playlists to go with your running sessions .
326
+ * `whatlastgenre `_ fetches genres from various music sites .
314
327
315
328
* `beets-xtractor `_ extracts low- and high-level musical information from your songs.
316
329
317
- * `beets-yearfixer `_ attempts to fix all missing ``original_year `` and ``year `` fields.
318
-
319
- * `beets-autofix `_ automates repetitive tasks to keep your library in order.
320
-
321
- * `beets-describe `_ gives you the full picture of a single attribute of your library items.
322
-
323
- * `beets-bpmanalyser `_ analyses songs and calculates their tempo (BPM).
324
-
325
- * `beets-originquery `_ augments MusicBrainz queries with locally-sourced data
326
- to improve autotagger results.
330
+ * `beets-ydl `_ downloads audio from youtube-dl sources and import into beets.
327
331
328
- * `drop2beets `_ automatically imports singles as soon as they are dropped in a
329
- folder (using Linux's ``inotify ``). You can also set a sub-folders
330
- hierarchy to set flexible attributes by the way.
332
+ * `beets-yearfixer `_ attempts to fix all missing ``original_year `` and ``year `` fields.
331
333
332
334
.. _beets-barcode : https://github.com/8h2a/beets-barcode
335
+ .. _beetcamp : https://github.com/snejus/beetcamp
333
336
.. _beets-check : https://github.com/geigerzaehler/beets-check
334
337
.. _beets-copyartifacts : https://github.com/adammillerio/beets-copyartifacts
335
338
.. _dsedivec : https://github.com/dsedivec/beets-plugins
0 commit comments