Skip to content

Commit 58cfa73

Browse files
authored
Merge pull request #4014 from snejus/add-reference-to-beetcamp
Add reference to an external beetcamp autotagger in the docs
2 parents 600c928 + c6e4cf8 commit 58cfa73

File tree

1 file changed

+34
-31
lines changed

1 file changed

+34
-31
lines changed

docs/plugins/index.rst

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Metadata
165165
* :doc:`metasync`: Fetch metadata from local or remote sources
166166
* :doc:`mpdstats`: Connect to `MPD`_ and update the beets library with play
167167
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.
169169
* :doc:`replaygain`: Calculate volume normalization for players that support it.
170170
* :doc:`scrub`: Clean extraneous metadata from music files.
171171
* :doc:`zero`: Nullify fields by pattern or unconditionally.
@@ -268,68 +268,71 @@ line in your config file.
268268

269269
Here are a few of the plugins written by the beets community:
270270

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.
273272

274-
* `A cmus plugin`_ integrates with the `cmus`_ console music player.
273+
* `beet-amazon`_ adds Amazon.com as a tagger data source.
275274

276275
* `beets-artistcountry`_ fetches the artist's country of origin from
277276
MusicBrainz.
278277

279-
* `dsedivec`_ has two plugins: ``edit`` and ``moveall``.
278+
* `beets-autofix`_ automates repetitive tasks to keep your library in order.
280279

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.
282282

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).
284286

285287
* `beets-check`_ automatically checksums your files to detect corruption.
286288

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``.
288300

289301
* `beets-follow`_ lets you check for new albums from artists you like.
290302

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+
291308
* `beets-ibroadcast`_ uploads tracks to the `iBroadcast`_ cloud service.
292309

293-
* `beets-setlister`_ generate playlists from the setlists of a given artist.
310+
* `beets-mosaic`_ generates a montage of a mosaic from cover art.
294311

295312
* `beets-noimport`_ adds and removes directories from the incremental import skip list.
296313

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.
300316

301317
* `beets-popularity`_ fetches popularity values from Spotify.
302318

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.
307320

308321
* `beet-summarize`_ can compute lots of counts and statistics about your music
309322
library.
310323

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.
312325

313-
* `beets-goingrunning`_ generates playlists to go with your running sessions.
326+
* `whatlastgenre`_ fetches genres from various music sites.
314327

315328
* `beets-xtractor`_ extracts low- and high-level musical information from your songs.
316329

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.
327331

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.
331333

332334
.. _beets-barcode: https://github.com/8h2a/beets-barcode
335+
.. _beetcamp: https://github.com/snejus/beetcamp
333336
.. _beets-check: https://github.com/geigerzaehler/beets-check
334337
.. _beets-copyartifacts: https://github.com/adammillerio/beets-copyartifacts
335338
.. _dsedivec: https://github.com/dsedivec/beets-plugins

0 commit comments

Comments
 (0)