File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ For packagers:
58
58
- Optional ``extra_tags `` parameter has been removed from
59
59
``BeetsPlugin.candidates `` method signature since it is never passed in. If
60
60
you override this method in your plugin, feel free to remove this parameter.
61
- - Loosened `typing_extensions`` dependency in pyproject.toml to apply to every
61
+ - Loosened `` typing_extensions `` dependency in pyproject.toml to apply to every
62
62
python version.
63
63
64
64
For plugin developers:
@@ -4689,7 +4689,7 @@ new configuration options and the ability to clean up empty directory subtrees.
4689
4689
for normal and "compilation" (various artists) releases as well as for each
4690
4690
album type (see below). The default path formats have been changed to use
4691
4691
``$albumartist `` instead of ``$artist ``.
4692
- - A **new ``albumtype`` field ** reflects the release type `as specified by
4692
+ - A **new ** ``albumtype `` ** field ** reflects the release type `as specified by
4693
4693
MusicBrainz `_.
4694
4694
- When deleting files, beets now appropriately "prunes" the directory
4695
4695
tree---empty directories are automatically cleaned up. *(Thanks to wlof on
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ to extend the kinds of metadata that they can easily manage.
404
404
405
405
The ``MediaFile `` class uses ``MediaField `` descriptors to provide access to
406
406
file tags. If you have created a descriptor you can add it through your plugins
407
- :py:meth: `beets.plugins.BeetsPlugin.add_media_field()` ` method.
407
+ :py:meth: `beets.plugins.BeetsPlugin.add_media_field() ` method.
408
408
409
409
.. _mediafile : https://mediafile.readthedocs.io/en/latest/
410
410
Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ specifics may vary from system to system):
50
50
$ wget https://sqlite.org/2019/sqlite-src-3280000.zip
51
51
$ unzip sqlite-src-3280000.zip
52
52
$ cd sqlite-src-3280000/ext/icu
53
- $ gcc -shared -fPIC icu.c ` icu-config --ldflags` -o libicu.so
53
+ $ gcc -shared -fPIC icu.c $( icu-config --ldflags) -o libicu.so
54
54
$ cp libicu.so ~ /.config/beets
You can’t perform that action at this time.
0 commit comments