-l --log \
-v --log-level \
-S --host \
- -P --mpd_port \
+ -P --port \
-h --help --version \
--var_dir \
-d --daemon"
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')
--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
<!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">
.\" 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
.\" -----------------------------------------------------------------
.\" 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
.\" -----------------------------------------------------------------
.\" 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
.\" -----------------------------------------------------------------
+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
"""
-__version__ = '0.13.0'
+__version__ = '0.13.1'
__author__ = 'kaliko jack'
__email__ = 'kaliko@azylum.org'
__url__ = 'git://git.kaliko.me/sima.git'