From d1207a23e5730d0b2a26e711458e6e193aac4dcb Mon Sep 17 00:00:00 2001 From: kaliko Date: Thu, 14 Nov 2019 17:43:13 +0100 Subject: [PATCH] Releasing 0.15.2 --- data/man/mpd-sima.1 | 8 ++++---- data/man/mpd_sima.cfg.5 | 19 ++++++++++++------- data/man/simadb_cli.1 | 8 ++++---- doc/Changelog | 4 ++-- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/data/man/mpd-sima.1 b/data/man/mpd-sima.1 index e5a9e28..618142d 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.79.1 -.\" Date: 03/19/2019 -.\" Manual: mpd-sima 0.15.1 User Manual +.\" Date: 11/14/2019 +.\" Manual: mpd-sima 0.15.2 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "MPD\-SIMA" "1" "03/19/2019" "mpd-sima" "mpd-sima 0.15.1 User Manual" +.TH "MPD\-SIMA" "1" "11/14/2019" "mpd-sima" "mpd-sima 0.15.2 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -284,7 +284,7 @@ For details about mpd_sima\&.cfg refer to the manual .SH "FEEDBACK/BUGS" .PP The maintainer would be more than happy to ear from you, don\*(Aqt hesitate to send feedback, -\m[blue]\fB\%http://kaliko.me/id/\fR\m[]\&. +\m[blue]\fB\%https://kaliko.me/contact/\fR\m[]\&. .PP XMPP users are welcome to join the dedicated chat room at diff --git a/data/man/mpd_sima.cfg.5 b/data/man/mpd_sima.cfg.5 index 6096153..dde5bac 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.79.1 -.\" Date: 03/19/2019 -.\" Manual: mpd-sima 0.15.1 User Manual +.\" Date: 11/14/2019 +.\" Manual: mpd-sima 0.15.2 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "MPD_SIMA\&.CFG" "5" "03/19/2019" "mpd-sima" "mpd-sima 0.15.1 User Manual" +.TH "MPD_SIMA\&.CFG" "5" "11/14/2019" "mpd-sima" "mpd-sima 0.15.2 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -343,9 +343,7 @@ How many track(s) to add\&. Only relevant in and \fBtrack\fR queue modes\&. This is actually an upper limit, min(\fBmax_art\fR, -\fBtrack_to_add\fR) will be used, and -\fBmax_art\fR -might be inferior lower than value set in config\&. +\fBtrack_to_add\fR) will be used\&. .RE .PP \fBalbum_to_add=\fR\fI1\fR @@ -355,6 +353,13 @@ How many album(s) to add\&. Only relevant in queue modes\&. .RE .PP +\fBtrack_to_add_from_album=\fR\fI0\fR +.RS 4 +How many track(s) to add from each selected albums\&. Only relevant in +\fBalbum\fR +queue modes\&. When set to 0 or lower the whole album is queued\&. +.RE +.PP \fBcache=\fR\fITrue\fR .RS 4 Whether or not to use on\-disk persistent http cache\&. @@ -440,7 +445,7 @@ and .SH "FEEDBACK/BUGS" .PP The maintainer would be more than happy to ear from you, don\*(Aqt hesitate to send feedback, -\m[blue]\fB\%http://kaliko.me/id/\fR\m[]\&. +\m[blue]\fB\%https://kaliko.me/contact/\fR\m[]\&. .PP XMPP users are welcome to join the dedicated chat room at diff --git a/data/man/simadb_cli.1 b/data/man/simadb_cli.1 index 5432841..93fd6cb 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.79.1 -.\" Date: 03/19/2019 -.\" Manual: mpd-sima 0.15.1 User Manual +.\" Date: 11/14/2019 +.\" Manual: mpd-sima 0.15.2 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "SIMADB_CLI" "1" "03/19/2019" "mpd-sima" "mpd-sima 0.15.1 User Manual" +.TH "SIMADB_CLI" "1" "11/14/2019" "mpd-sima" "mpd-sima 0.15.2 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -179,7 +179,7 @@ ${HOME}/\&.local/share\&. .SH "FEEDBACK/BUGS" .PP The maintainer would be more than happy to ear from you, don\*(Aqt hesitate to send feedback, -\m[blue]\fB\%http://kaliko.me/id/\fR\m[]\&. +\m[blue]\fB\%https://kaliko.me/contact/\fR\m[]\&. .PP XMPP users are welcome to join the dedicated chat room at diff --git a/doc/Changelog b/doc/Changelog index 6fd8125..effa695 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,11 +1,11 @@ -MPD_sima v0.15.2 UNRELEASED +MPD_sima v0.15.2 * Fixed sqlite sqlite3.OperationalError VACUUM Error cf. https://bugs.python.org/issue28518 * Add option to queue a chosen number of tracks from an album (closes #28) * Add option to shuffle tracks in album mode (Thanks Sacha) --- kaliko jack +-- kaliko jack Thu, 14 Nov 2019 17:41:22 +0100 MPD_sima v0.15.1 -- 2.39.2