Update file metadata after generating fingerprintsthrough the submit command.

This commit is contained in:
PotcFdk 2020-08-24 01:43:17 +02:00
parent eb6bbaeee8
commit 2039f26f96
2 changed files with 2 additions and 1 deletions

View file

@ -279,7 +279,7 @@ def submit_items(log, userkey, items, chunksize=64):
del data[:]
for item in items:
fp = fingerprint_item(log, item)
fp = fingerprint_item(log, item, write=ui.should_write())
# Construct a submission dictionary for this item.
item_data = {

View file

@ -6,6 +6,7 @@ Changelog
New features:
* :doc:`/plugins/chroma`: Update file metadata after generating fingerprints through the `submit` command.
* :doc:`/plugins/lastgenre`: Added more heavy metal genres: https://en.wikipedia.org/wiki/Heavy_metal_genres to genres.txt and genres-tree.yaml
* :doc:`/plugins/subsonicplaylist`: import playlist from a subsonic server.
* A new :ref:`extra_tags` configuration option allows more tagged metadata