Files
picard/test
Laurent Monin a2a84ac8e6 Convert release_type_scores option to ListOption
We had a space-separated list of name,value tuples ("Album 0.5 Other 0.4"),
and two helper functions to load and save data in the correct format
(`load_release_type_scores` and `save_release_type_scores`).

Since option is converted to recently-introduced ListOption, data is now saved
as a list of tuples, eventually converted to dict when needed.
It simplifies code, and also prevents an issue if it comes we have a release group type
with a space in its name.

An upgrade hook was added to handle this change on Picard upgrade.
2014-04-10 10:21:30 +02:00
..
2013-06-19 19:27:10 +02:00
2006-10-23 15:30:13 +02:00
2013-07-03 03:37:24 +02:00
2014-04-08 13:13:22 +02:00
2014-04-03 14:22:41 +01:00
2013-07-03 03:37:24 +02:00
2013-07-03 03:37:24 +02:00