mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
commit
f8a92d4c70
1 changed files with 5 additions and 5 deletions
|
|
@ -54,10 +54,11 @@ like this::
|
|||
embyupdate
|
||||
export
|
||||
fetchart
|
||||
filefilter
|
||||
freedesktop
|
||||
fromfilename
|
||||
ftintitle
|
||||
fuzzy
|
||||
freedesktop
|
||||
gmusic
|
||||
hook
|
||||
ihate
|
||||
|
|
@ -82,7 +83,6 @@ like this::
|
|||
play
|
||||
plexupdate
|
||||
random
|
||||
filefilter
|
||||
replaygain
|
||||
rewrite
|
||||
scrub
|
||||
|
|
@ -147,6 +147,7 @@ Path Formats
|
|||
Interoperability
|
||||
----------------
|
||||
|
||||
* :doc:`badfiles`: Check audio file integrity.
|
||||
* :doc:`embyupdate`: Automatically notifies `Emby`_ whenever the beets library changes.
|
||||
* :doc:`importfeeds`: Keep track of imported files via ``.m3u`` playlist file(s) or symlinks.
|
||||
* :doc:`ipfs`: Import libraries from friends and get albums from them via ipfs.
|
||||
|
|
@ -159,7 +160,6 @@ Interoperability
|
|||
changes.
|
||||
* :doc:`smartplaylist`: Generate smart playlists based on beets queries.
|
||||
* :doc:`thumbnails`: Get thumbnails with the cover art on your album folders.
|
||||
* :doc:`badfiles`: Check audio file integrity.
|
||||
|
||||
|
||||
.. _Emby: http://emby.media
|
||||
|
|
@ -175,6 +175,8 @@ Miscellaneous
|
|||
a different directory.
|
||||
* :doc:`duplicates`: List duplicate tracks or albums.
|
||||
* :doc:`export`: Export data from queries to a format.
|
||||
* :doc:`filefilter`: Automatically skip files during the import process based
|
||||
on regular expressions.
|
||||
* :doc:`fuzzy`: Search albums and tracks with fuzzy string matching.
|
||||
* :doc:`gmusic`: Search and upload files to Google Play Music.
|
||||
* :doc:`hook`: Run a command when an event is emitted by beets.
|
||||
|
|
@ -184,8 +186,6 @@ Miscellaneous
|
|||
* :doc:`mbsubmit`: Print an album's tracks in a MusicBrainz-friendly format.
|
||||
* :doc:`missing`: List missing tracks.
|
||||
* :doc:`random`: Randomly choose albums and tracks from your library.
|
||||
* :doc:`filefilter`: Automatically skip files during the import process based
|
||||
on regular expressions.
|
||||
* :doc:`spotify`: Create Spotify playlists from the Beets library.
|
||||
* :doc:`types`: Declare types for flexible attributes.
|
||||
* :doc:`web`: An experimental Web-based GUI for beets.
|
||||
|
|
|
|||
Loading…
Reference in a new issue