From 86e9450a8775181fa3d478b4d9057bc7f43b67f7 Mon Sep 17 00:00:00 2001 From: kaliko Date: Thu, 29 Jan 2015 11:55:47 +0100 Subject: [PATCH] Releasing 0.13.1 --- data/bash/completion.sh | 20 ++------------------ data/man/info.xml | 2 +- data/man/mpd-sima.1 | 6 +++--- data/man/mpd_sima.cfg.5 | 6 +++--- data/man/simadb_cli.1 | 6 +++--- doc/Changelog | 8 ++++++++ sima/info.py | 2 +- 7 files changed, 21 insertions(+), 29 deletions(-) diff --git a/data/bash/completion.sh b/data/bash/completion.sh index be0d444..ce0139e 100644 --- a/data/bash/completion.sh +++ b/data/bash/completion.sh @@ -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 diff --git a/data/man/info.xml b/data/man/info.xml index 50abd24..5c4c3ba 100644 --- a/data/man/info.xml +++ b/data/man/info.xml @@ -5,7 +5,7 @@ - + diff --git a/data/man/mpd-sima.1 b/data/man/mpd-sima.1 index 6bd8ac2..0940296 100644 --- a/data/man/mpd-sima.1 +++ b/data/man/mpd-sima.1 @@ -2,12 +2,12 @@ .\" Title: mpd-sima .\" Author: Jack Kaliko .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/data/man/mpd_sima.cfg.5 b/data/man/mpd_sima.cfg.5 index 46c73f0..8b9821d 100644 --- a/data/man/mpd_sima.cfg.5 +++ b/data/man/mpd_sima.cfg.5 @@ -2,12 +2,12 @@ .\" Title: mpd_sima.cfg .\" Author: Jack Kaliko .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/data/man/simadb_cli.1 b/data/man/simadb_cli.1 index f39167e..d737b83 100644 --- a/data/man/simadb_cli.1 +++ b/data/man/simadb_cli.1 @@ -2,12 +2,12 @@ .\" Title: simadb_cli .\" Author: Jack Kaliko .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/Changelog b/doc/Changelog index 8b121ee..736302c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 Thu, 29 Jan 2015 11:43:17 +0100 + + MPD_sima v0.13.0 * Use of MusicBrainzIdentifier by default diff --git a/sima/info.py b/sima/info.py index 8225b84..aa879d4 100644 --- a/sima/info.py +++ b/sima/info.py @@ -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' -- 2.39.2