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 @@ -56,7 +56,7 @@ For packagers:
56
56
- Optional ``extra_tags `` parameter has been removed from
57
57
``BeetsPlugin.candidates `` method signature since it is never passed in. If
58
58
you override this method in your plugin, feel free to remove this parameter.
59
- - Loosened `typing_extensions`` dependency in pyproject.toml to apply to every
59
+ - Loosened `` typing_extensions `` dependency in pyproject.toml to apply to every
60
60
python version.
61
61
62
62
For plugin developers:
@@ -4683,7 +4683,7 @@ new configuration options and the ability to clean up empty directory subtrees.
4683
4683
for normal and "compilation" (various artists) releases as well as for each
4684
4684
album type (see below). The default path formats have been changed to use
4685
4685
``$albumartist `` instead of ``$artist ``.
4686
- - A **new ``albumtype`` field ** reflects the release type `as specified by
4686
+ - A **new ** ``albumtype `` ** field ** reflects the release type `as specified by
4687
4687
MusicBrainz `_.
4688
4688
- When deleting files, beets now appropriately "prunes" the directory
4689
4689
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