Commit Graph

437 Commits

Author SHA1 Message Date
Stein Magnus Jodal
72574c1ae0 mpd: listplaylists should not return playlists without a name 2012-11-21 00:32:46 +01:00
Stein Magnus Jodal
f313d9d446 spotify: Ignore playlists without a name 2012-11-21 00:23:10 +01:00
Stein Magnus Jodal
02345beb0e docs: Add major docs changes to the changelog 2012-11-20 23:57:06 +01:00
Stein Magnus Jodal
174d38b790 docs: Clean changelog for v0.9 2012-11-20 23:34:21 +01:00
Stein Magnus Jodal
3dc1586213 core: Remove tracklist.append() 2012-11-20 21:55:51 +01:00
Stein Magnus Jodal
d107b13fcb core: Remove playback.current_tlid 2012-11-20 21:48:19 +01:00
Stein Magnus Jodal
2f27167677 core: Remove playback.track_at_previous 2012-11-20 21:48:03 +01:00
Stein Magnus Jodal
4c19321500 core: Remove playback.track_at_eot 2012-11-20 21:48:03 +01:00
Stein Magnus Jodal
70d4dba7aa core: Remove playback.track_at_next 2012-11-20 21:47:44 +01:00
Stein Magnus Jodal
e87f6f70b1 docs: Add Spotify proxy support to changelog 2012-11-20 14:30:41 +01:00
Stein Magnus Jodal
f8bd291d5f spotify: Require pyspotify 1.9 2012-11-20 14:26:06 +01:00
Stein Magnus Jodal
78dec9717d mpd: Ignore search/find/list with empty filter values (fixes #246) 2012-11-19 22:20:51 +01:00
Stein Magnus Jodal
eab399357f Make library.lookup() return a list of tracks 2012-11-19 21:09:10 +01:00
Stein Magnus Jodal
32639ea8de Replace {tracklist,playlists}.get() with .filter() which always returns a list 2012-11-19 21:09:10 +01:00
Stein Magnus Jodal
7df556c9b3 Return lists of tracks from search() and find_exact() 2012-11-19 18:13:14 +01:00
Stein Magnus Jodal
b8c7703c79 mpris: Implement the playlists interface (fixes #229) 2012-11-17 01:45:24 +01:00
Stein Magnus Jodal
fd86b7173c core: Add playlist to playlist_changed() event 2012-11-16 23:50:01 +01:00
Stein Magnus Jodal
6ffc61e9c9 core,mpd: Trigger tracklist_changed() instead of playlist_changed() on tracklist change 2012-11-16 11:46:04 +01:00
Stein Magnus Jodal
fff70c46a6 core: Make tracklist.append() return the appended TlTracks 2012-11-16 10:26:45 +01:00
Stein Magnus Jodal
4aa23e3306 docs: A small changelog cleanup 2012-11-15 09:16:01 +01:00
Stein Magnus Jodal
bcaeca7acc scanner: Support multiple tag sets per track (fixes #236) 2012-11-14 22:51:12 +01:00
Stein Magnus Jodal
cee6894ff6 Update changelog 2012-11-14 09:27:03 +01:00
Stein Magnus Jodal
dc356a81fd Merge branch 'feature/rename-cp-to-tracklist' into develop
Conflicts:
	docs/changes.rst
	mopidy/frontends/mpd/protocol/current_playlist.py
2012-11-13 19:09:18 +01:00
Stein Magnus Jodal
0dd09bce82 spotify: Support search by track URI (fixes #233) 2012-11-13 11:56:04 +01:00
Stein Magnus Jodal
7ec156e373 mpd: Don't lowercase search queries 2012-11-13 11:55:54 +01:00
Stein Magnus Jodal
4f0a708411 mpd: Allow 'file' key to 'search' and 'find' 2012-11-13 11:34:48 +01:00
Stein Magnus Jodal
bba9548b27 Rename 'current playlist' to 'tracklist' 2012-11-13 10:59:48 +01:00
Stein Magnus Jodal
1b5b7abfdd Allow settings prefixed with 'CUSTOM_' (fixes #204) 2012-11-13 00:44:07 +01:00
Stein Magnus Jodal
6acaa490e9 Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
Stein Magnus Jodal
c23baf859e docs: Formatting 2012-11-08 23:15:13 +01:00
Thomas Adamcik
812733205f Add notes about debug thread to development docs. 2012-11-08 23:06:38 +01:00
Thomas Adamcik
a4caf998bd Add debug thread feature to changelog. 2012-11-08 22:57:11 +01:00
Stein Magnus Jodal
78bb341282 docs: Fix references to old installation docs 2012-11-06 16:27:31 +01:00
Stein Magnus Jodal
870d5db135 docs: Fix a broken link. Reduce amount of redirects 2012-11-04 21:54:56 +01:00
Stein Magnus Jodal
938524e67e Merge branch 'develop' into feature/stored-playlists-cleanup 2012-11-03 22:02:19 +01:00
Stein Magnus Jodal
d985b8be38 Fix plchanges so it returns nothing when nothing has changed 2012-11-01 23:28:19 +01:00
Stein Magnus Jodal
60112897d2 MPD: Support listplaylist{,info} without quotes around spaceless playlist name (fixes #218) 2012-11-01 22:29:11 +01:00
Stein Magnus Jodal
3ce986f619 Update changelog with search by filename 2012-11-01 19:36:24 +01:00
Stein Magnus Jodal
58c190f12b Fix grammar (#217) 2012-11-01 12:12:24 +01:00
Stein Magnus Jodal
3d05f3c65f Change stored_playlists.delete() to accepting an URI (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
f9f6f9394d Remove stored_playlists.rename() (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
06bcad2db9 Make local.stored_playlists.save() capable of renaming playlists (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
d03881f173 Require stored_playlists.save() to return the updated playlist (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
0ddbb4e28a Make core.stored_playlists.playlists read-only (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
ae344e937b Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
	mopidy/__init__.py
	mopidy/audio/__init__.py
	mopidy/backends/dummy.py
	mopidy/backends/local/__init__.py
	mopidy/backends/spotify/__init__.py
	mopidy/utils/__init__.py
	mopidy/utils/network.py
	tests/version_test.py
2012-10-30 18:13:28 +01:00
Stein Magnus Jodal
056cbf16ec Update changelog for 0.8.1 2012-10-30 16:38:21 +01:00
Stein Magnus Jodal
b5af038a02 Make sure volume are returned as an int 2012-10-30 16:38:21 +01:00
Stein Magnus Jodal
f1e2cff3e0 Update to work with Pykka 1.0 2012-10-30 16:28:20 +01:00
Stein Magnus Jodal
b53a82dbba Fix 'not-negotiated' errors on some Spotify tracks (fixes #213) 2012-10-30 16:05:07 +01:00
Stein Magnus Jodal
e792fcd3b9 Include release year and artist on Spotify albums 2012-10-30 10:14:38 +01:00
Stein Magnus Jodal
d1a42d95f1 Add Album.date attribute 2012-10-30 09:56:53 +01:00
Stein Magnus Jodal
9bc123693e Make NAD mixer respond to interrupts during calibration 2012-10-29 14:23:10 +01:00
Thomas Adamcik
2011f64049 Merge pull request #215 from jodal/feature/multi-backend
Initial support for multiple backends
2012-10-29 03:01:34 -07:00
Stein Magnus Jodal
b352a6ed4f Code review improvements 2012-10-29 09:38:32 +01:00
Stein Magnus Jodal
c17f07e14b Code review improvements 2012-10-29 09:25:48 +01:00
Stein Magnus Jodal
fbf642ca99 docs: Use dashes in all labels 2012-10-29 09:21:58 +01:00
Stein Magnus Jodal
9f69c62031 Fix typo in changelog and add another sentence 2012-10-29 01:08:06 +01:00
Stein Magnus Jodal
73cc10fffb Add issue reference to changelog 2012-10-28 23:55:24 +01:00
Stein Magnus Jodal
be5759e9a1 Make sure volume are returned as an int 2012-10-28 23:24:52 +01:00
Stein Magnus Jodal
c2cde5267a Update changelog with multi-backend changes 2012-10-28 21:49:29 +01:00
Stein Magnus Jodal
587dde287f Update to work with Pykka 1.0 2012-10-26 22:32:06 +02:00
Stein Magnus Jodal
9144c28483 Fix 'not-negotiated' errors on some Spotify tracks (fixes #213) 2012-10-24 22:35:36 +02:00
Stein Magnus Jodal
8c78d469e2 Use Pykka proxies to send events
With Pykka >= 0.16, sending events can be done using proxies instead of
manually crafting Pykka's internal function call messages.
2012-09-27 22:25:22 +02:00
Stein Magnus Jodal
84f55d6853 Start changelog for v0.9 2012-09-20 01:07:38 +02:00
Stein Magnus Jodal
5d3a2fcba5 Update changelog for v0.8.0 2012-09-20 01:04:41 +02:00
Stein Magnus Jodal
9339833266 docs: Fix typo 2012-09-19 00:47:32 +02:00
Thomas Adamcik
8f045b6d6b Update documentaion and changelog with respect to software mixing and playbin2 switch. 2012-09-18 23:56:58 +02:00
Stein Magnus Jodal
9b6c17db96 docs: Cleanup changelog 2012-09-17 00:03:48 +02:00
Thomas Adamcik
049840daaf Update changelog. 2012-09-16 22:53:58 +02:00
Stein Magnus Jodal
31d015f9fd docs: Fix typo 2012-09-15 19:21:23 +02:00
Stein Magnus Jodal
e905fd8d8a Reorganize v0.8 changelog 2012-09-15 19:19:45 +02:00
Stein Magnus Jodal
f3cb3036d4 docs: Update a couple of references and titles 2012-09-13 23:57:07 +02:00
Stein Magnus Jodal
0a0c7c59b7 docs: Merge development docs into a single document 2012-09-13 15:18:22 +02:00
Stein Magnus Jodal
7525cad94c Let Track.date be an ISO-8601 string
This lets us have less precision than full dates. E.g. Spotify tracks only got
release year, not full release date.

The original MPD server regularly expose data like this as "Date: 1977", so we
don't need to fake more precision for MPD's sake.
2012-09-12 23:06:06 +02:00
Stein Magnus Jodal
3f923907ca docs: Fix capitalization of GStreamer 2012-09-12 20:26:59 +02:00
Stein Magnus Jodal
dbf7030d5b Fix crash in local backend when looking up unknown path 2012-09-11 23:23:36 +02:00
Thomas Adamcik
ee599b6235 Add changelog entry for #72 and remove old comments. 2012-09-09 23:57:06 +02:00
Thomas Adamcik
db3a201795 Fix tests and update docs with #150 fix. 2012-09-09 22:09:23 +02:00
Thomas Adamcik
ccd3f9d1cb Merge pull request #183 from jodal/feature/nad-hardware-mixer
Port NAD hardware mixer to the GStreamer mixer API
2012-09-09 07:55:44 -07:00
Stein Magnus Jodal
297b8db3cd Titlecase source and speaker settings 2012-09-09 13:07:50 +02:00
Stein Magnus Jodal
975c79c1e6 Remove invalid Sphinx text role 2012-09-08 23:50:28 +02:00
Stein Magnus Jodal
641f8d2e2d Port NAD hardware mixer to the GStreamer mixer API
Fixes #179
2012-09-08 01:48:05 +02:00
Thomas Adamcik
776a5040b1 Review nitpicks. 2012-09-06 00:10:24 +02:00
Thomas Adamcik
7e934401fb Removed refrences to old mixers from docs. 2012-09-05 22:55:57 +02:00
Stein Magnus Jodal
a450493f67 Another issue fixed by simplified outputs 2012-09-03 23:23:59 +02:00
Stein Magnus Jodal
f96b1e66da Add issues that was fixed by output simplification to the changelog 2012-09-03 23:22:20 +02:00
Stein Magnus Jodal
763d09b172 Tweak OUTPUT docs 2012-09-03 22:15:43 +02:00
Stein Magnus Jodal
6b41806eea Merge remote-tracking branch 'adamcik/feature/simplify-outputs' into develop
Conflicts:
	docs/changes.rst
	mopidy/utils/settings.py
2012-09-03 22:08:52 +02:00
Stein Magnus Jodal
1c77f9178b Update changelog with did-you-mean setting matching 2012-09-01 13:33:06 +02:00
Stein Magnus Jodal
45086fb11d Update changelog with --list-deps option (fixes #74) 2012-09-01 00:21:07 +02:00
Thomas Adamcik
e840bce233 Fix comments from review. 2012-08-26 18:00:53 +02:00
Thomas Adamcik
d112dc668b Merge branch 'develop' into feature/simplify-outputs
Conflicts:
	docs/changes.rst
2012-08-26 12:44:48 +02:00
Thomas Adamcik
343207ebe2 Update docs with latest OUTPUT changes and fix issues raised in review of pull request. 2012-08-26 12:37:23 +02:00
Stein Magnus Jodal
2262bf91d5 Fix crash in 'playlistinfo' when called with a songpos not matching an CPID (fixes #162) 2012-08-24 00:21:03 +02:00
Thomas Adamcik
5790d0ba07 Add removal of multiple outsputs support to changelog. 2012-08-23 01:13:08 +02:00
Thomas Adamcik
1649abc410 Add debug-proxy to 0.8 changelog. 2012-08-22 23:42:57 +02:00
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
Stein Magnus Jodal
622a99ad3b Change uri_handlers to uri_schemes on backends 2011-06-27 18:02:02 +03:00
Stein Magnus Jodal
3f325c936d Change uri_handlers to uri_schemes on backends 2011-06-22 00:04:02 +03:00
Stein Magnus Jodal
efb3cb1102 Merge branch 'develop' into feature/mpris-frontend 2011-06-15 23:18:53 +02:00
Stein Magnus Jodal
653890c037 Ready for v0.6 development 2011-06-15 23:10:51 +02:00