]> kaliko git repositories - mpd-sima.git/blob - doc/Changelog
http client/cache controller refactoring
[mpd-sima.git] / doc / Changelog
1 MPD_sima v0.12.2
2
3  * Add some randomness to track selection
4  * Do not queue artist already queued (regression)
5  * Some refactoring in http client
6  * …
7
8 -- kaliko jack <kaliko@azylum.org>  UNRELEASED
9
10
11 MPD_sima v0.12.1
12
13  * Fixed SIGHUP error, need python-musicpd >= 0.4.1
14  * Add core plugin to detect multiple MPD_sima instance on the same MPD host
15  * Fixed startup robustness
16  * Removed timestamp in console logging
17
18 -- kaliko jack <kaliko@azylum.org>  Sat, 21 Jun 2014 14:02:17 +0200
19
20
21 MPD_sima v0.12.0
22
23  * Major refactoring
24  * Add a setup.py, got rid of the Makefile.
25  * Switched to Python3 (>=3.2)
26  * Depends on requests (http client)
27  * Depends on python-musicpd (py3k port of python-mpd)
28    configuration file change
29    internal database remains the same
30  * Temporarily removed userdb feature
31  * Base artist for similarity is the last track queued
32  * Persistent http caching
33
34 -- kaliko jack <kaliko@azylum.org> Mon, 16 Jun 2014 10:37:14 +0200
35
36
37 MPD_sima v0.11.0
38
39  * straight forward py3k conversion from v0.10.0
40
41 -- kaliko jack <kaliko@azylum.org> UNRELEASED
42
43
44 MPD_sima v0.10.0
45
46  * Improved album detection (especially multi-artists album)
47  * Controls conf file is readable at startup
48  * Complete rewrite of MPD client
49
50 -- kaliko jack <kaliko@azylum.org>  Wed, 26 Sep 2012 18:56:57 +0200
51
52
53 MPD_sima v0.9.2
54
55  * Fixed Makefile, thanks Artur Frysiak (fixes #2849 #2848)
56
57 -- kaliko jack <kaliko@azylum.org>  Sun, 26 Feb 2012 22:06:27 +0100
58
59
60 MPD_sima v0.9.1
61
62  * Fixed an issue in idle implementation
63
64 -- kaliko jack <kaliko@azylum.org>  Fri, 24 Feb 2012 12:04:39 +0100
65
66
67 MPD_sima v0.9.0
68
69  * New CLI option --create-db
70  * Option main_loop_time removed, use of idle makes it useless
71  * New config file option "dynamic" (fixes #2593)
72
73  Refactoring:
74  * Start player abstraction, new MPD class (fixes #2418)
75  * Use idle MPD command, needs python-mpd >= 0.3
76
77  Bugs fix:
78  * PID file creation now respects system umask (fixes #2368)
79  * Avoid to queue twice the same album (fixes #2595)
80  * Empty password does not trigger auth attempt (fixes #2543)
81  * Fixed --var_dir option, thanks Artur Frysiak (fixes #2796)
82
83  Minor changes:
84  * Improved execution time in tracks history look up mainly.
85  * Switch to python-daemon 0.4
86
87 -- kaliko jack <kaliko@azylum.org>  Fri, 10 Feb 2012 11:31:57 +0100
88
89
90 MPD_sima v0.8.0
91
92  * New CLI option "--daemon" to run as a daemon
93
94  * Abandoned compatibility with python 2.5 (urllib2.urlopen timeout)
95  * Add daemon cli option to daemonize the process (closes #616)
96  * Add a Makefile (install, uninstall targets) following GNU standards.
97  * Refactored queue_mode method, thanks MsieurHappy ;)
98  * Moved Track class to separate file.
99  * Reduce memory footprint (better simafm cache handling).
100
101  * Fixed a bug in database management, cleaning database performs better
102
103 -- kaliko jack <kaliko@azylum.org>  Sun, 08 May 2011 14:06:22 +0200
104
105
106 MPD_sima v0.7.2
107
108   * Fixes a bug introduced fixing #2113, history was no longer honored!
109
110 -- kaliko jack <kaliko@azylum.org>  Sun, 30 Jan 2011 10:54:53 +0100
111
112
113 MPD_sima v0.7.1
114
115  * Add Makefile from 0.8 dev branch
116  * Fixes #2113
117  * Fixes #2091
118
119 -- kaliko jack <kaliko@azylum.org>  Sat, 22 Jan 2011 09:17:18 +0100
120
121
122 MPD_sima v0.7.0
123
124  * Stall queueing when MPD is in "single" or "repeat" mode (closes #1607)
125  * No longer need to restart MPD_sima when MPD database has been updated, it
126    was necessary to have new entries to appear in MPD_sima (closes #1719).
127  * New database version, upgraded at first start (back up done in sima.db.0.6)
128  * Uses SQLite for history. Play history always saved, not anymore optional.
129  * simadb_cli uses MPD_HOST/MPD_PORT environment variables
130  
131  * New mpd_sima CLI option --var_dir to change default ${XDG_DATA_HOME}
132    Allows to launch the script as a "system service" (closes #1738)
133  
134  Bugs:
135  * Autoqueue not anymore stall when started without internet access (closes
136    #1568 and #1695)
137  * Fixed a bug with MPD_(HOST|PORT), env. var. only used when no host/port are
138    set in the config file.
139  
140  Configuration file changes:
141  * New "history_duration" option
142  * Remove "history" & "history_length" options, replace by "history_duration"
143  * New "queue" option
144  * Remove "top_tracks" option, now use "queue" option with "top" value.
145  * New consume option (closes #1576)
146  * New queue mode "album" (closes #1008)
147  * New option "album_to_queue" to set how many albums to queue
148  * New option "single_album" allowing to force queuing track from different
149    albums, for instance it'll avoid to end up playing a whole OST.
150
151  (cf. <doc/examples/all_settings.cfg> for all options available)
152
153 -- kaliko jack <kaliko@azylum.org>  Sat, 18 Dec 2010 12:11:12 +0100
154
155
156 MPD_sima v0.6.0
157
158  * Use of SQLite (closes #838)
159  * [simadb_cli] new command line interface to edit sima.db (SQLite database)
160  * [mpd_sima.py] New command line option to load a specific configuration file
161  * Removed pyscrobbler module, now uses SimaFM (closes #741)
162  * Cache is no longer managed as it was (because of SimaFM), it isn't
163    possible to save it (advanced "cache" option removed).
164    last.fm request caching is still enabled though.
165    Saving last.fm request to file is milestoned 0.6.1
166  * Create documentation (docbook -> {troff,pdf,(x)html})
167  * Convert to unicode all utf-8/legacy code (closes #839)
168  * Re-Licenced the code under GNU GPL.
169
170 -- kaliko jack <kaliko@azylum.org>  Mon, 10 May 2010 19:40:10 +0200
171
172
173 MPD_sima v0.5.2
174
175  * New fuzzy string matching dedicated to artist names (closes #686)
176  * uses optparse instead of getopt (closes #834)
177  * now sets options with built-in default, then configuration file and finally
178    command line.
179  * Fixes the “deprecated 'md5'” warning in audioscrobbler.py with patch
180    provided in bug report #11 (closes #1144) –  cf. pyscrobbler online:
181    http://code.google.com/p/pyscrobbler
182
183 -- kaliko jack <kaliko@azylum.org>  Tue, 16 Mar 2010 14:01:22 +0100
184
185
186 MPD_sima v0.5.1
187
188  * No longer uses/writes a default conf file in ~/.config/mpd_sima (or XDG
189    default), MPD_HOST is used if no conf file is present.
190  * replace exhaustive loops by generator
191  * clean up
192
193 -- kaliko jack <kaliko@azylum.org>  Thu, 26 Nov 2009 10:13:08 +0100
194
195
196 MPD_sima v0.5.0
197
198  * Add option to play only most popular songs from an artist (closes #739).
199  * Now prefer non played over already played artist is possible (closes #774)
200  * Use of %-age of similarity to get the list of similar (closes #740).
201  * nearly all Unicode (closes #742).
202  * Using dequeu object => ** New history/cache/user_db formats. **
203  * Heavy refactoring, new Track object.
204  * Improved fuzzy search for artists in MPD library (using difflib/levenshtein)
205  * Log to file within python script (closes #815), add --log=<file> option.
206  * Removed bashism & improved portability in shell launcher, thanks ksh@vim-fr ;)
207
208 -- kaliko jack <kaliko@azylum.org>  Sun, 25 Oct 2009 12:02:02 +0100
209
210
211 MPD_sima v0.4.0
212
213  * Add option to play only most popular songs from an artist
214  * Better list of similar artists thanks to %-age of similarity… hopefully
215  * Unicode !!!!
216
217 -- kaliko jack Unreleased / abandoned dev branch
218
219
220 MPD_sima v0.3.0
221
222  * New bash wrapper launch.sh to execute the script
223  * User's database for similar artists through a new conf file user_db_cfg.
224    Refer to examples for syntax.
225  * check playlist queue to add tracks, not only history.
226  * Rename history to history.pkl
227  * add new command line options, help and version.
228  * now look for MPD_HOST MPD_PORT env variable to create default conf file
229  * run main loop even if the same track is playing, hence MPD_sima will keep
230    adding new tracks even if the same track is still playing and stops only if
231    the target is reached (ie. queue_length)
232
233 -- kaliko jack <kaliko@azylum.org>  Tue, 28 Jul 2009 18:10:09 +0200
234
235
236 MPD_sima v0.2.0
237
238  * WARNING: Moved to python-mpd instead of python-mpdclient2
239  * Add cache for last.fm request
240  * Possibility to save cache to file (new option in mpd_sima.cfg)
241  * new src directory layout
242  * Improved log output formatting
243  * Imroved code & removed old unused method
244  * Controls availability of commands right after conn/auth
245  * New pyscroobler version (revision 5), fix bug with slash in names.
246
247 -- kaliko jack <kaliko@azylum.org>  Fri, 12 Jun 2009 18:10:47 +0200
248
249
250 MPD_sima v0.1.1 (first upgrade)
251
252   * HEAVY refactoring to improve coding style (thanks pylint).
253   * intercept audioScrobbler server connexion errors (no longer stops
254     mpd_sima). Issue/bug reported:
255     http://code.google.com/p/pyscrobbler/issues/detail?id=7
256   * now cath SIGTERM signal along with SIGINT (keyborad interupt)
257   * save history to file (new option in mpd_sima.cfg)
258   * add --pid option to python script
259   * correct launch.sh accordingly
260   * new date format for the log
261
262 -- kaliko jack <kaliko@azylum.org>  Thu, 04 Jun 2009 20:35:25 +0200
263
264
265 MPD_sima v0.1.0 (first stable release)
266
267   * First quasi stable release (my first python code…)
268
269 -- kaliko jack <kaliko@azylum.org>  Thu, 28 May 2009 20:45:03 +0200
270
271 # vim: fileencoding=utf-8