[banshee/stable-2.6] BPM: disable extension by default (bgo#722551)



commit b0230eaa91a11fc8fa731d847277340e9805be1a
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Wed Oct 5 10:49:46 2016 +0800

    BPM: disable extension by default (bgo#722551)
    
    BPM detection is kind of a niche feature and, as it has already
    caused so many crashes (due to the many bug reports we got[1]),
    it's safer to not enable it by default.
    
    [1] See all duplicates of
    https://bugzilla.gnome.org/show_bug.cgi?id=722551

 src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml 
b/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml
index 8745477..aacb05b 100644
--- a/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml
+++ b/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml
@@ -9,7 +9,7 @@
     description="Detect the beats per minute (BPM) of your music."
     author="Gabriel Burt"
     url="http://banshee.fm/";
-    defaultEnabled="true">
+    defaultEnabled="false">
 
   <Dependencies>
     <Addin id="Banshee.Services" version="1.0"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]