Commit Graph

241 Commits

Author SHA1 Message Date
Stein Magnus Jodal
9049037557 Update changelog for v0.7.3 2012-08-11 03:38:07 +02:00
Stein Magnus Jodal
d78d62c68c Hack to speed up Spotify backend startup with clean cache from 35s to 12s
The time Improvement is probably a magnitude or two larger on outdated caches.
2012-08-11 00:39:00 +02:00
Stein Magnus Jodal
436fd7815d Move the Spotify cache to a subdir of the Mopidy cache 2012-08-11 00:37:40 +02:00
Stein Magnus Jodal
f392a7cccb Update changelog 2012-08-11 00:29:04 +02:00
Stein Magnus Jodal
1f12951fa2 Prepare for maintenance release 2012-05-07 22:56:09 +02:00
Stein Magnus Jodal
aac7f73868 Fix typo 2012-04-22 01:41:12 +02:00
Stein Magnus Jodal
de7b165028 Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
	mopidy/__init__.py
	tests/version_test.py
2012-04-22 01:31:47 +02:00
Stein Magnus Jodal
1dae3442e0 Release v0.7.1 2012-04-22 01:30:20 +02:00
Stein Magnus Jodal
ee0c7c1af5 Add __version__ to mopidy module 2012-03-04 23:26:24 +01:00
Stein Magnus Jodal
42d41d6fe7 Prepare for v0.8 development 2012-02-25 01:06:52 +01:00
Stein Magnus Jodal
0f6e6ab425 Update changelog for v0.7.0 release 2012-02-25 01:02:41 +01:00
Stein Magnus Jodal
0269686453 Fix volume response when capping volume 2012-02-24 23:50:45 +01:00
Stein Magnus Jodal
029192876c Remove 'Bug fixes' header only used for bugfix releases 2012-02-13 10:34:17 +01:00
Stein Magnus Jodal
219e723974 Fix crash on mismatching quotation (fixes #137) 2012-02-13 10:30:46 +01:00
Stein Magnus Jodal
904adc938e Update changelog 2012-02-13 09:52:09 +01:00
Stein Magnus Jodal
8c2a333938 get_or_create_folder should also create intermediate folders 2012-02-09 23:12:40 +01:00
Stein Magnus Jodal
9a17ccd1e3 Update links to Pykka web site 2012-01-15 00:57:52 +01:00
Stein Magnus Jodal
4cc7b87669 Merge branch 'master' into develop 2011-12-28 22:17:15 +01:00
Stein Magnus Jodal
5528edd3ad Update changelog for v0.6.1 release 2011-12-28 21:45:08 +01:00
Stein Magnus Jodal
b0698d2e0a Add slice() method to CurrentPlaylistController to reduce copying of the playlist 2011-12-28 02:38:07 +01:00
Stein Magnus Jodal
cda2fbbe96 Add index() method to CurrentPlaylistController to reduce copying of the playlist 2011-12-28 01:55:02 +01:00
Stein Magnus Jodal
e0e3a1c518 Update changelog 2011-12-28 00:05:28 +01:00
Stein Magnus Jodal
ba842d344d Update changelog wrt. merge of pyspotify 1.5 support 2011-11-02 09:28:34 +01:00
Stein Magnus Jodal
b0319d1f70 Prepare for v0.7 development 2011-10-09 00:43:20 +02:00
Stein Magnus Jodal
65ddaa1583 Update changelog for v0.6.0 release 2011-10-09 00:03:03 +02:00
Stein Magnus Jodal
e0bddfa109 Add MPD_SERVER_MAX_CONNECTIONS setting (fixes: #134) 2011-09-25 11:49:54 +02:00
Stein Magnus Jodal
6b7e7d2889 Use unicode for Spotify search queries, as required by pyspotify 1.4 (fixes #129) 2011-09-24 20:05:28 +02:00
Stein Magnus Jodal
28257306a4 Increase max number of Spotify search results 2011-08-13 17:40:06 +02:00
Stein Magnus Jodal
c6d258fae2 Remove unused destroy() methods from backend controllers and providers 2011-08-05 20:26:45 +02:00
Stein Magnus Jodal
e14c2aee04 Update changelog with fix for #113 2011-08-02 22:42:09 +02:00
Stein Magnus Jodal
d03c184f0e Fix wrong dates in changelog 2011-08-01 16:52:39 +02:00
Stein Magnus Jodal
b93926bec6 This doesn't match the Spotify Linux client after we moved it again. 2011-08-01 14:56:35 +02:00
Stein Magnus Jodal
61ca0669e7 Add docs for MPRIS frontend, update changelog. 2011-07-29 23:45:41 +02:00
Stein Magnus Jodal
c7c9f6b718 Merge branch 'develop' into feature/mpris-frontend 2011-07-27 00:21:23 +02:00
Stein Magnus Jodal
47a8993b26 Formatting 2011-07-27 00:21:14 +02:00
Stein Magnus Jodal
7a2984528c Merge branch 'develop' into feature/mpris-frontend
Conflicts:
	mopidy/backends/base/playback.py
	mopidy/listeners.py
	tests/backends/events_test.py
	tests/listeners_test.py
2011-07-27 00:19:04 +02:00
Thomas Adamcik
6bd3918706 Add idle addition to changelog 2011-07-24 12:03:30 +02:00
Stein Magnus Jodal
99e80f3f7b Merge branch 'develop' into feature/mpris-frontend 2011-07-18 10:22:59 +02:00
Stein Magnus Jodal
2ec9570a4c Formatting 2011-07-18 10:17:59 +02:00
Thomas Adamcik
0479adf7fc Fix s/_FOLDER/_PATH/, move cache to mopidy instead of spotify folder and fix docs. 2011-07-18 00:15:58 +02:00
Thomas Adamcik
728fbe7fe3 Merge branch 'develop' into feature/xdg-folders 2011-07-17 23:58:42 +02:00
Stein Magnus Jodal
a8459c1d9b Merge branch 'develop' into feature/mpris-frontend 2011-07-17 23:57:32 +02:00
Thomas Adamcik
1727a73f5f Merge branch 'develop' into feature/glib-loop
Conflicts:
	docs/changes.rst
2011-07-17 23:45:20 +02:00
Thomas Adamcik
83ccee0bf5 Set metadata to ' ' when data is mising (fixes: #122) 2011-07-17 03:11:02 +02:00
Thomas Adamcik
0f976fe4e0 Add changes notes about network code changes 2011-07-17 02:38:41 +02:00
Thomas Adamcik
c5b7d5a35e Note XDG change in changes file 2011-07-17 02:33:21 +02:00
Stein Magnus Jodal
d5913b3a87 Merge branch 'feature/event-listeners' into feature/mpris-frontend
Conflicts:
	mopidy/backends/base/playback.py
	tests/backends/events_test.py
2011-06-29 19:02:15 +03:00
Stein Magnus Jodal
5c66f19d1a Avoid blocking when broadcasting events 2011-06-29 18:59:59 +03:00
Stein Magnus Jodal
232d81aab8 Merge branch 'feature/event-listeners' into feature/mpris-frontend
Conflicts:
	docs/changes.rst
2011-06-27 19:49:07 +03:00
Stein Magnus Jodal
0794a8792a Add BackendListener interface to be impl by any who wants events from the backend 2011-06-27 19:39:43 +03:00