Commit Graph

1179 Commits

Author SHA1 Message Date
Stein Magnus Jodal
aac9cf1359 Include Sphinx scripts, pylintrc, tests and test data in PyPI packages 2010-08-04 13:00:20 +02:00
Stein Magnus Jodal
9ff3175b44 Exit early if not Python >= 2.6, < 3 2010-08-03 15:13:37 +02:00
Stein Magnus Jodal
1cfddf3d90 Ready for v0.1.0a4 development 2010-08-03 14:55:08 +02:00
Stein Magnus Jodal
243cff0f6c Release v0.1.0a3 2010-08-03 14:45:46 +02:00
Stein Magnus Jodal
c83ac35758 MPD: Add more docs and tests to 'playlistsearch' 2010-08-03 09:07:33 +02:00
Stein Magnus Jodal
999de87d07 MPD: Use CPID in 'plchangesposid' output 2010-08-02 23:02:51 +02:00
Stein Magnus Jodal
01cd597321 MPD: Use CPID in 'delete' 2010-08-02 23:02:03 +02:00
Johannes Knutsen
ceb54deae3 updated call to correct method name in music db list function 2010-08-02 21:18:07 +02:00
Johannes Knutsen
e7a87d0375 Merge branch 'master' of git://github.com/jodal/mopidy 2010-08-02 14:28:38 +02:00
Stein Magnus Jodal
44309345db Update 'addid' to return CPID instead of GID 2010-08-02 14:27:57 +02:00
Stein Magnus Jodal
80df6d1fea CurrentPlaylistCtl.add() returns the cp_track that was added to the current playlist 2010-08-02 14:24:12 +02:00
Johannes Knutsen
26ebdda214 merge jodal master 2010-08-02 14:08:02 +02:00
Stein Magnus Jodal
6d5d4d857d Make test match test name 2010-07-31 23:25:25 +02:00
Stein Magnus Jodal
c3a228fbfd Despotify: Catch and log SpytifyError 2010-07-31 23:13:45 +02:00
Stein Magnus Jodal
b4c80fdc2f tests: Remove unused imports 2010-07-31 20:21:36 +02:00
Stein Magnus Jodal
04304dafd8 tests: Split mpd/frontend_test into 11 files 2010-07-31 20:19:24 +02:00
Stein Magnus Jodal
64544a0b71 Use cp_track in CurrentPlaylistCtl and PlaybackCtl
A new data structure called ``cp_track`` is now used in the current
playlist controller and the playback controller. A ``cp_track`` is a
two-tuple of (CPID integer, mopidy.models.Track), identifying an
instance of a track uniquely within the current playlist.

This fixes issues with using playlists with multiple instances of the
same track.
2010-07-31 19:51:03 +02:00
Stein Magnus Jodal
8575c33227 docs: Fix list indentation and add GitHub issue links 2010-07-31 19:49:21 +02:00
Stein Magnus Jodal
ac175ef515 docs: Require Sphinx >= 1.0 2010-07-31 18:17:18 +02:00
Stein Magnus Jodal
25cf97cb69 docs: Turn on extlinks extension 2010-07-31 18:11:35 +02:00
Stein Magnus Jodal
7a216f2c11 docs: Turn on the viewcode extension 2010-07-31 18:06:49 +02:00
Stein Magnus Jodal
8c5d6aba78 docs: Darker background on sidebar 2010-07-31 17:58:41 +02:00
Stein Magnus Jodal
d500e7a372 Fix docs typo 2010-07-31 09:44:15 +02:00
Johannes Knutsen
2b5c532e12 added extra underscore to helper methods and moved music_db_list* below music_db_list in frontend 2010-07-27 09:46:03 +02:00
Johannes Knutsen
9a943bf593 list album return a (u'Album', albumName)-tuple set instead of a string set 2010-07-27 09:45:09 +02:00
Johannes Knutsen
95cb214bd4 convert a response to list if instance of set 2010-07-27 00:53:36 +02:00
Johannes Knutsen
ac71bd4977 fixed wrongly refactored variable name 2010-07-27 00:47:49 +02:00
Johannes Knutsen
6231c86750 removed one level of indentation in frontend 2010-07-26 17:54:08 +02:00
Johannes Knutsen
c30d27fd10 removed wrongly commited file - mopidy/backends/mock.py 2010-07-26 17:52:23 +02:00
Johannes Knutsen
15f1ada66b removed print statement from test 2010-07-26 17:51:38 +02:00
Johannes Knutsen
4236b8b58b removed wrongly commited swo file 2010-07-26 17:50:47 +02:00
Johannes Knutsen
1ff6fda156 return a (Artist, artist.name)-tuple list instead of a list of strings in _music_db_list_artist 2010-07-26 15:47:41 +02:00
Johannes Knutsen
45e335b594 break too long comment line 2010-07-26 15:46:27 +02:00
Johannes Knutsen
be949d45df merge implementation of multi-word search 2010-07-26 10:48:30 +02:00
Johannes Knutsen
9c08f54514 implemented multi-word search by making a query as a list of (field, what)-tuples. 2010-07-26 10:44:21 +02:00
Johannes Knutsen
7176a8db0e implemented command: list album artist 2010-07-26 10:42:15 +02:00
Johannes Knutsen
4cfb8717f3 implement command: list artist 2010-07-26 10:38:37 +02:00
Stein Magnus Jodal
a6d8ea74ba Merge branch 'cpc'
Conflicts:
	docs/changes.rst
2010-07-01 03:19:47 +02:00
Stein Magnus Jodal
affd1799d6 Use CPID in MPD formats.
This makes it possible to handle multiple identical songs in the same
playlist.
2010-07-01 03:15:43 +02:00
Stein Magnus Jodal
6b72ceec4b MpdFrontend: Rename all occurences of songid to cpid 2010-07-01 01:58:56 +02:00
Stein Magnus Jodal
8c3d3603e2 Add lookup by CPID to CurrentPlaylistController.get() 2010-07-01 01:54:11 +02:00
Stein Magnus Jodal
fa72049e9d Merge remote branch 'knutz3n/master' 2010-07-01 01:42:35 +02:00
Johannes Knutsen
f2c28cb403 use blocking alsa mode to avoid skipping in playback 2010-07-01 01:27:04 +02:00
Stein Magnus Jodal
454d304953 Extract tracks_to_mpd_format from playlist_to_mpd_format 2010-07-01 01:08:01 +02:00
Stein Magnus Jodal
d65c76c528 Merge branch 'master' into cpc 2010-07-01 01:03:35 +02:00
Stein Magnus Jodal
730ca2648c Remove duplicate method 2010-07-01 01:02:39 +02:00
Stein Magnus Jodal
dd494107d3 Extract mpd_format from models to mopidy.mpd.serializers 2010-07-01 00:39:50 +02:00
Stein Magnus Jodal
98ed2d8f48 Backend: Assign CPID to all tracks added to current playlist 2010-07-01 00:16:30 +02:00
Stein Magnus Jodal
e6843e8b4d CurrentPlaylistController.tracks is now read-only 2010-06-30 23:47:18 +02:00
Stein Magnus Jodal
6005086a7f Merge remote branch 'klette/master' 2010-06-30 23:42:15 +02:00