From 228ffc91beb1ae78f2d27c757a34d017bb373e81 Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Sun, 17 Apr 2016 23:47:12 -0300 Subject: [PATCH] use `sort_keys` to make the data more "predictable" --- beetsplug/export.py | 1 + 1 file changed, 1 insertion(+) 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