mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 00:53:08 +01:00
Add Fish completion to changelog & plugin index
This commit is contained in:
parent
f465c90e78
commit
14a654bbdb
2 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
|
* A new :doc:`/plugins/fish` adds `Fish shell`_ tab autocompletion to beets
|
||||||
* :doc:`plugins/fetchart` and :doc:`plugins/embedart`: Added a new ``quality``
|
* :doc:`plugins/fetchart` and :doc:`plugins/embedart`: Added a new ``quality``
|
||||||
option that controls the quality of the image output when the image is
|
option that controls the quality of the image output when the image is
|
||||||
resized.
|
resized.
|
||||||
|
|
@ -217,6 +218,7 @@ For packagers:
|
||||||
the test may no longer be necessary.
|
the test may no longer be necessary.
|
||||||
* This version drops support for Python 3.4.
|
* This version drops support for Python 3.4.
|
||||||
|
|
||||||
|
.. _Fish shell: https://fishshell.com/
|
||||||
.. _MediaFile: https://github.com/beetbox/mediafile
|
.. _MediaFile: https://github.com/beetbox/mediafile
|
||||||
.. _Confuse: https://github.com/beetbox/confuse
|
.. _Confuse: https://github.com/beetbox/confuse
|
||||||
.. _works: https://musicbrainz.org/doc/Work
|
.. _works: https://musicbrainz.org/doc/Work
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@ following to your configuration::
|
||||||
export
|
export
|
||||||
fetchart
|
fetchart
|
||||||
filefilter
|
filefilter
|
||||||
|
fish
|
||||||
freedesktop
|
freedesktop
|
||||||
fromfilename
|
fromfilename
|
||||||
ftintitle
|
ftintitle
|
||||||
|
|
@ -184,6 +185,7 @@ Interoperability
|
||||||
|
|
||||||
* :doc:`badfiles`: Check audio file integrity.
|
* :doc:`badfiles`: Check audio file integrity.
|
||||||
* :doc:`embyupdate`: Automatically notifies `Emby`_ whenever the beets library changes.
|
* :doc:`embyupdate`: Automatically notifies `Emby`_ whenever the beets library changes.
|
||||||
|
* :doc:`fish`: Adds `Fish shell`_ tab autocompletion to ``beet`` commands.
|
||||||
* :doc:`importfeeds`: Keep track of imported files via ``.m3u`` playlist file(s) or symlinks.
|
* :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.
|
* :doc:`ipfs`: Import libraries from friends and get albums from them via ipfs.
|
||||||
* :doc:`kodiupdate`: Automatically notifies `Kodi`_ whenever the beets library
|
* :doc:`kodiupdate`: Automatically notifies `Kodi`_ whenever the beets library
|
||||||
|
|
@ -203,6 +205,7 @@ Interoperability
|
||||||
|
|
||||||
|
|
||||||
.. _Emby: https://emby.media
|
.. _Emby: https://emby.media
|
||||||
|
.. _Fish shell: https://fishshell.com/
|
||||||
.. _Plex: https://plex.tv
|
.. _Plex: https://plex.tv
|
||||||
.. _Kodi: https://kodi.tv
|
.. _Kodi: https://kodi.tv
|
||||||
.. _Sonos: https://sonos.com
|
.. _Sonos: https://sonos.com
|
||||||
|
|
@ -326,4 +329,4 @@ Here are a few of the plugins written by the beets community:
|
||||||
.. _beet-summarize: https://github.com/steven-murray/beet-summarize
|
.. _beet-summarize: https://github.com/steven-murray/beet-summarize
|
||||||
.. _beets-mosaic: https://github.com/SusannaMaria/beets-mosaic
|
.. _beets-mosaic: https://github.com/SusannaMaria/beets-mosaic
|
||||||
.. _beets-bpmanalyser: https://github.com/adamjakab/BeetsPluginBpmAnalyser
|
.. _beets-bpmanalyser: https://github.com/adamjakab/BeetsPluginBpmAnalyser
|
||||||
.. _beets-goingrunning: https://pypi.org/project/beets-goingrunning/
|
.. _beets-goingrunning: https://pypi.org/project/beets-goingrunning/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue