Comment 9 for bug 135618

Revision history for this message
Thomas Zander (thomas-e-zander) wrote :

Because I needed a preferences pane for "collection"-related config options in order to work on bug 417146, I have implemented a "collection" pane for preferences.
In this pane, I have also implemented a check box to enable or disable compilation detection heuristics as requested in xl/collection.py, line 555:

# TODO: make this optional, probably in the advanced configuration
# editor
# check for compilations
if not settings.get_option('collection/file_based_compilations', True):
    return

This part should be ready for merge from:
lp:~thomas-e-zander/exaile/artist_strip