]> kaliko git repositories - mpd-sima.git/commitdiff
Releasing 0.13.1
authorkaliko <kaliko@azylum.org>
Thu, 29 Jan 2015 10:55:47 +0000 (11:55 +0100)
committerkaliko <kaliko@azylum.org>
Thu, 29 Jan 2015 10:55:47 +0000 (11:55 +0100)
data/bash/completion.sh
data/man/info.xml
data/man/mpd-sima.1
data/man/mpd_sima.cfg.5
data/man/simadb_cli.1
doc/Changelog
sima/info.py

index be0d4447f1772a87ab7b7e406c420c2a73812957..ce0139e1aed5f4d58e48ac2433a0f48658873f34 100644 (file)
@@ -31,7 +31,7 @@ _sima() {
           -l --log \
           -v --log-level \
           -S --host \
-          -P --mpd_port \
+          -P --port \
           -h --help --version \
           --var_dir \
           -d --daemon"
@@ -71,22 +71,15 @@ _sima() {
 complete -F _sima mpd_sima
 complete -F _sima mpd-sima
 
-_art_names_list() {
-    local IFS=$'\n'
-    compgen -W "${artists}" -- ${cur}
-}
-
 _simadb_cli() {
     local cur prev opts artists
     local IFS=$'\n'
     COMPREPLY=()
     _get_comp_words_by_ref cur prev
-    opts="--add_similarity -a --remove_similarity --remove_artist \
-    --purge_hist --view_artist --view_all \
+    opts="--purge_hist --view_artist --view_all \
     --bl_curr_trk --bl_curr_art --bl_curr_al --bl_art --remove_bl --view_bl \
     --dbfile -d \
     --host -S --port -P \
-    --reciprocal -r --check_names -c \
     --version -h --help"
     opts=$(echo $opts | sed 's/ /\n/g')
 
@@ -105,15 +98,6 @@ _simadb_cli() {
         --host|-S)
             COMPREPLY=( $(compgen -A hostname ${cur}) )
             ;;
-        -a|--add_similarity|--view_artist|-v|--bl_art)
-            if [ -x /usr/bin/mpc ]; then
-                artists=$(for x in $(/usr/bin/mpc list artist) ; do echo "'${x}'"; done)
-                COMPREPLY=( $(compgen -W "${artists}" -- ${cur}) )
-                return 0
-            fi
-            # It should also complete artist name when the string ends with a comma
-            return 0
-            ;;
         *)
             ;;
     esac
index 50abd245fc2ac33a5592f975a33b6be2b4af7842..5c4c3ba46a6111fa670471c6fc5827809b96eff5 100644 (file)
@@ -5,7 +5,7 @@
   <!ENTITY dhemail     "kaliko@azylum.org">
   <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
   <!ENTITY dhpackage "mpd-sima">
-  <!ENTITY release   "0.13.0">
+  <!ENTITY release   "0.13.1">
   <!-- TITLE should be something like "User commands" or similar (see
        http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
   <!ENTITY dhtitle     "&dhpackage; &release; User Manual">
index 6bd8ac25faeaa1990b9a3619d47f49b67b231214..094029654f59617bdcc3b1062eed674b782ae755 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: mpd-sima
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 12/08/2014
-.\"    Manual: mpd-sima 0.13.0 User Manual
+.\"      Date: 01/29/2015
+.\"    Manual: mpd-sima 0.13.1 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD\-SIMA" "1" "12/08/2014" "mpd-sima" "mpd-sima 0.13.0 User Manual"
+.TH "MPD\-SIMA" "1" "01/29/2015" "mpd-sima" "mpd-sima 0.13.1 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 46c73f08f0257562a7be9e2dc8c899e2a0f6cca1..8b9821d040a69dcfc1f6b4d5678c66bf77683fcc 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: mpd_sima.cfg
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 12/09/2014
-.\"    Manual: mpd-sima 0.13.0 User Manual
+.\"      Date: 01/29/2015
+.\"    Manual: mpd-sima 0.13.1 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD_SIMA\&.CFG" "5" "12/09/2014" "mpd-sima" "mpd-sima 0.13.0 User Manual"
+.TH "MPD_SIMA\&.CFG" "5" "01/29/2015" "mpd-sima" "mpd-sima 0.13.1 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index f39167ef67fc2352c6081505204692386bb25b70..d737b83d4b42555ca7accd5cebb706fce4efab88 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: simadb_cli
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 12/08/2014
-.\"    Manual: mpd-sima 0.13.0 User Manual
+.\"      Date: 01/29/2015
+.\"    Manual: mpd-sima 0.13.1 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "SIMADB_CLI" "1" "12/08/2014" "mpd-sima" "mpd-sima 0.13.0 User Manual"
+.TH "SIMADB_CLI" "1" "01/29/2015" "mpd-sima" "mpd-sima 0.13.1 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 8b121eea12967e147f75d5eea3c22377a9eae349..736302c3fd5a7ccf62067edb3c5aa51a4b7d8c81 100644 (file)
@@ -1,3 +1,11 @@
+MPD_sima v0.13.1
+
+ * Fixed top track mode
+ * Fixed default conf file name (back to mpd_sima.cfg)
+
+-- kaliko jack <kaliko@azylum.org>  Thu, 29 Jan 2015 11:43:17 +0100
+
+
 MPD_sima v0.13.0
 
  * Use of MusicBrainzIdentifier by default
index 8225b84d81c3fe5d910034a555030d8f7830fe97..aa879d4caf21e93d5a03d921fe3ca320666ed67e 100644 (file)
@@ -11,7 +11,7 @@ queue is getting short.
 """
 
 
-__version__ = '0.13.0'
+__version__ = '0.13.1'
 __author__ = 'kaliko jack'
 __email__ = 'kaliko@azylum.org'
 __url__ = 'git://git.kaliko.me/sima.git'