diff --git a/beetsplug/export.py b/beetsplug/export.py index b66b549c7..93362550f 100644 --- a/beetsplug/export.py +++ b/beetsplug/export.py @@ -49,6 +49,7 @@ class ExportPlugin(BeetsPlugin): 'ensure_ascii': False, 'indent': 4, 'separators': (',', ': '), + 'sort_keys': True } }, # TODO: Use something like the edit plugin