Commit Graph

1784 Commits

Author SHA1 Message Date
Stein Magnus Jodal
0b9d7bbd3f Switch main GitHub repo from jodal/mopidy to mopidy/mopidy 2010-11-23 09:01:44 +01:00
Stein Magnus Jodal
1c48c7ab2f Show 320kbit bitrate in MPD if SPOTIFY_HIGH_BITRATE=True 2010-11-23 01:31:49 +01:00
Stein Magnus Jodal
9cfd167979 Require upgrade of libspotify to 0.0.6, and pyspotify from the mopidy branch 2010-11-23 00:56:10 +01:00
Stein Magnus Jodal
015552239c Merge remote branch 'knutz3n/feature/high-bitrate' into develop 2010-11-23 00:38:14 +01:00
Johannes Knutsen
73ed9920c4 Document the default value on the Spotify preferred bitrate setting 2010-11-23 00:36:02 +01:00
Johannes Knutsen
975b264c2d set connection connected after preferred bitrate is set 2010-11-23 00:33:14 +01:00
Johannes Knutsen
133a22ef97 add SPOTIFY_HIGH_BITRATE setting to enable streaming of Spotify's high bitrate streams 2010-11-23 00:26:23 +01:00
Stein Magnus Jodal
f307f86620 docs: Update roadmap 2010-11-19 22:38:19 +01:00
Stein Magnus Jodal
97f31d3cad docs: Fix module headers 2010-11-19 22:06:41 +01:00
Stein Magnus Jodal
8b5c3cfadc docs: Update donations section 2010-11-09 23:51:12 +01:00
Stein Magnus Jodal
a44a86acc8 Update changelog 2010-11-03 00:51:36 +01:00
Stein Magnus Jodal
e4f006030b Update changelog 2010-11-03 00:45:48 +01:00
Stein Magnus Jodal
95aa739c96 Update changelog 2010-11-03 00:35:27 +01:00
Stein Magnus Jodal
17c30c8bcd docs: Update refs to BaseMixer 2010-11-03 00:17:53 +01:00
Stein Magnus Jodal
012cb085a4 Merge remote branch 'adamcik/develop' into develop 2010-11-03 00:14:26 +01:00
Stein Magnus Jodal
1ed29a4b9a Fix pylint warnings 2010-11-03 00:11:46 +01:00
Thomas Adamcik
86e2da2268 Merge branch 'feature/musicbrainz-id-support' into develop 2010-11-03 00:10:42 +01:00
Stein Magnus Jodal
b7a0d75372 Merge branch 'feature/split-controllers-and-providers' into develop 2010-11-03 00:09:36 +01:00
Stein Magnus Jodal
b234c0553c Fix docstring indentation 2010-11-03 00:09:13 +01:00
Stein Magnus Jodal
2941c83bb8 Merge remote branch 'adamcik/feature/musicbrainz-id-support' into develop 2010-11-03 00:08:32 +01:00
Stein Magnus Jodal
fc9daa5a5a Rename {Base => }PlaybackController 2010-11-03 00:06:32 +01:00
Stein Magnus Jodal
9a1f16cba6 Rename {Base => }Backend 2010-11-03 00:03:08 +01:00
Thomas Adamcik
3fe3ed27b9 Document copy method and update musicbrainz field doc 2010-11-03 00:01:32 +01:00
Stein Magnus Jodal
76ce2a6345 Rename {Base => }StoredPlaylistController 2010-11-02 23:58:10 +01:00
Stein Magnus Jodal
fa4818095f Document 'provider' arg to LibraryController() 2010-11-02 23:56:15 +01:00
Stein Magnus Jodal
5ada4709bd Rename {Base => }LibraryController 2010-11-02 23:54:02 +01:00
Stein Magnus Jodal
67885e83b6 Rename {Base => }CurrentPlaylistController 2010-11-02 23:50:55 +01:00
Stein Magnus Jodal
79b61895cc Remove unmaintained tests 2010-11-02 23:49:15 +01:00
Stein Magnus Jodal
c82b0d01aa We do not need __all__, cause we do not 'import *' 2010-11-02 23:46:47 +01:00
Stein Magnus Jodal
0836418bfc Fix pylint error 2010-11-02 23:42:58 +01:00
Stein Magnus Jodal
f3589d2e49 Merge branch 'develop' into feature/multi-backend 2010-11-02 23:42:13 +01:00
Stein Magnus Jodal
6a8998a5c3 Fix pylint warnings 2010-11-02 23:42:02 +01:00
Stein Magnus Jodal
9267cd43cd Move BaseMixer from __init__.py to base.py 2010-11-02 23:35:56 +01:00
Stein Magnus Jodal
3e8be009e4 Add consistent may/must notices to all unimplemented methods 2010-11-02 23:33:07 +01:00
Stein Magnus Jodal
13ece43363 Split BaseLibraryController in controller and provider 2010-11-02 23:08:54 +01:00
Thomas Adamcik
9cc053cfd2 Add albumartist to musicbrainz test 2010-11-02 20:20:01 +01:00
Thomas Adamcik
6cba4bc564 Add albumartist support 2010-11-02 20:19:29 +01:00
Thomas Adamcik
89b46af983 Add musicbrainz_tag_cache that was missing 2010-11-02 17:43:32 +01:00
Thomas Adamcik
f58d47fda2 Add fixmes 2010-11-02 17:41:21 +01:00
Thomas Adamcik
326ade05cc Add musicbrainz support to tag_cache parsing 2010-11-02 17:24:42 +01:00
Thomas Adamcik
5c8fd0c3a6 Merge branch 'develop' of http://github.com/jodal/mopidy into develop 2010-11-02 01:02:59 +01:00
Thomas Adamcik
8d30b745d2 Add test_musicbrainz_tagcache as reminder that tag cache parser does not know about musicbrainz yet 2010-11-02 01:02:41 +01:00
Thomas Adamcik
37222d66f5 Add albumartistid to frontent 2010-11-02 01:00:11 +01:00
Thomas Adamcik
90fbf69b85 Add albumartistid to scanner 2010-11-02 01:00:00 +01:00
Thomas Adamcik
31933c2c2f Fix musicbrainz support in mpd format track 2010-11-02 00:43:03 +01:00
Thomas Adamcik
e7a7d342b8 Add tests for musicbrainz in mpd formated tracks 2010-11-02 00:36:01 +01:00
Thomas Adamcik
988ff66c5e Add musicbrainz support to scanner translator 2010-11-02 00:36:01 +01:00
Thomas Adamcik
5974d696f1 Refactor mpd formater test 2010-11-02 00:36:01 +01:00
Thomas Adamcik
3b7904b826 Add FIXME to data translator for scanner 2010-11-02 00:36:01 +01:00
Thomas Adamcik
edb2f060c4 Add musicbrainz to models 2010-11-02 00:36:01 +01:00