From 29344ced1f406ec9a3d718ece10c5a2b183a7b6f Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 11 Feb 2017 12:02:01 +0100 Subject: [PATCH] Update doc and copyright --- data/man/info.xml | 3 ++- data/man/mpd-sima.1 | 10 +++++----- data/man/mpd_sima.cfg.5 | 13 ++++++++----- data/man/simadb_cli.1 | 10 +++++----- setup.cfg | 3 +++ sima/lib/track.py | 2 +- 6 files changed, 24 insertions(+), 17 deletions(-) diff --git a/data/man/info.xml b/data/man/info.xml index aeba8c8..2ee364e 100644 --- a/data/man/info.xml +++ b/data/man/info.xml @@ -5,7 +5,7 @@ - + @@ -32,6 +32,7 @@ 2014 2015 2016 + 2017 &dhusername; diff --git a/data/man/mpd-sima.1 b/data/man/mpd-sima.1 index dfc1f96..ebe544f 100644 --- a/data/man/mpd-sima.1 +++ b/data/man/mpd-sima.1 @@ -1,13 +1,13 @@ '\" t .\" Title: mpd-sima .\" Author: Jack Kaliko -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 01/02/2016 -.\" Manual: mpd-sima 0.14.1 User Manual +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 02/11/2017 +.\" Manual: mpd-sima 0.14.2 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "MPD\-SIMA" "1" "01/02/2016" "mpd-sima" "mpd-sima 0.14.1 User Manual" +.TH "MPD\-SIMA" "1" "02/11/2017" "mpd-sima" "mpd-sima 0.14.2 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -303,7 +303,7 @@ Wrote this man page and is currently leading MPD_sima project\&. .RE .SH "COPYRIGHT" .br -Copyright \(co 2009-2016 Jack Kaliko +Copyright \(co 2009-2017 Jack Kaliko .br .PP This manual page was written for the Debian system (and may be used by others)\&. diff --git a/data/man/mpd_sima.cfg.5 b/data/man/mpd_sima.cfg.5 index a03edf9..8f786c3 100644 --- a/data/man/mpd_sima.cfg.5 +++ b/data/man/mpd_sima.cfg.5 @@ -1,13 +1,13 @@ '\" t .\" Title: mpd_sima.cfg .\" Author: Jack Kaliko -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 01/02/2016 -.\" Manual: mpd-sima 0.14.1 User Manual +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 02/11/2017 +.\" Manual: mpd-sima 0.14.2 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "MPD_SIMA\&.CFG" "5" "01/02/2016" "mpd-sima" "mpd-sima 0.14.1 User Manual" +.TH "MPD_SIMA\&.CFG" "5" "02/11/2017" "mpd-sima" "mpd-sima 0.14.2 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -171,9 +171,11 @@ For instance a "AwesomePlugin" declared here gets its configuration from the cor The default list of plugins to load at startup: \fBLastfm\fR,\fBRandom\fR,\fBCrop\fR\&. .br + \fBCrop\fR is an utility plugin, it does not queue any tracks (cf\&. below)\&. .br + \fBRandom\fR will queue a track at random if other plugins did not return any tracks\&. .br @@ -348,6 +350,7 @@ Whether or not to use on\-disk persistent http cache\&. .br When set to "true", sima will use a persistent cache for its http client\&. The cache is written along with the dbfile in: .br + $XDG_CONFIG_HOME/mpd_sima/http/WEB_SERVICE\&. .br @@ -482,7 +485,7 @@ Wrote this man page and is currently leading MPD_sima project\&. .RE .SH "COPYRIGHT" .br -Copyright \(co 2009-2016 Jack Kaliko +Copyright \(co 2009-2017 Jack Kaliko .br .PP This manual page was written for the Debian system (and may be used by others)\&. diff --git a/data/man/simadb_cli.1 b/data/man/simadb_cli.1 index 426aee2..ca6ee97 100644 --- a/data/man/simadb_cli.1 +++ b/data/man/simadb_cli.1 @@ -1,13 +1,13 @@ '\" t .\" Title: simadb_cli .\" Author: Jack Kaliko -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 01/02/2016 -.\" Manual: mpd-sima 0.14.1 User Manual +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 02/11/2017 +.\" Manual: mpd-sima 0.14.2 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "SIMADB_CLI" "1" "01/02/2016" "mpd-sima" "mpd-sima 0.14.1 User Manual" +.TH "SIMADB_CLI" "1" "02/11/2017" "mpd-sima" "mpd-sima 0.14.2 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -198,7 +198,7 @@ Wrote this man page and is currently leading MPD_sima project\&. .RE .SH "COPYRIGHT" .br -Copyright \(co 2009-2016 Jack Kaliko +Copyright \(co 2009-2017 Jack Kaliko .br .PP This manual page was written for the Debian system (and may be used by others)\&. diff --git a/setup.cfg b/setup.cfg index 5d7d6fe..4a73199 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [sdist] formats=gztar,zip + +[bdist_wheel] +universal = 0 diff --git a/sima/lib/track.py b/sima/lib/track.py index 9361778..e4740bf 100644 --- a/sima/lib/track.py +++ b/sima/lib/track.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2009, 2010, 2011, 2013, 2014, 2015, 2016 Jack Kaliko +# Copyright (c) 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017 Jack Kaliko # Copyright (c) 2009 J. Alexander Treuman (Tag collapse method) # Copyright (c) 2008 Rick van Hattem # -- 2.39.2