Stein Magnus Jodal
837db09aff
docs: Sort list
2013-04-06 01:45:09 +02:00
Thomas Adamcik
7d44f9967d
scrobbler: Renamed lastfm to scrobbler ( fixes #375 )
2013-04-05 23:59:15 +02:00
Stein Magnus Jodal
aa1f8199c2
Remove the FRONTENDS setting
2013-04-01 20:22:29 +02:00
Stein Magnus Jodal
ea029de503
docs: Add SearchResult to models diagram
2013-03-22 09:20:11 +01:00
Stein Magnus Jodal
b009606df5
docs: Document new backend
2013-01-02 22:29:07 +01:00
Stein Magnus Jodal
4122bd6639
docs: Add HTTP frontends to frontend impls list
2012-12-13 01:59:24 +01:00
Stein Magnus Jodal
0f6c9a1673
backends: Add BackendListener interface with playlists_loaded() event
2012-11-17 01:22:25 +01:00
Stein Magnus Jodal
3a24deaec3
Rename 'stored playlists' to 'playlists'
2012-11-14 09:23:19 +01:00
Stein Magnus Jodal
bba9548b27
Rename 'current playlist' to 'tracklist'
2012-11-13 10:59:48 +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
6a39516d05
Fix typo
2012-10-29 09:22:41 +01:00
Stein Magnus Jodal
ea912620f3
Formatting
2012-10-29 09:20:43 +01:00
Stein Magnus Jodal
519fdb9326
Update concepts description and graphs
2012-10-29 01:09:36 +01:00
Stein Magnus Jodal
f0602b4e3b
docs: Fix lots of broken module documentation
2012-10-29 00:25:25 +01:00
Stein Magnus Jodal
11ddc42120
Update descriptions of settings
2012-10-28 11:10:20 +01:00
Stein Magnus Jodal
706b6c6d3f
Pass core actor to frontends
2012-09-28 00:48:24 +02:00
Stein Magnus Jodal
4b13f46e2e
Add AudioListener for events from the audio actor
...
This is analogous to how the core actor sends events to the frontends. This
removes the audio actor's direct dependency on the core actor, which
conceptually is on a higher layer.
2012-09-27 23:17:57 +02:00
Stein Magnus Jodal
e7f08a7a20
Rename mopidy.{listeners.BackendListener => core.CoreListener}
2012-09-27 20:35:39 +02:00
Thomas Adamcik
e6485e4abe
Add basic docs for Audio API, fixes #177 .
2012-09-15 14:01:05 +02:00
Stein Magnus Jodal
2ba05f9405
Add PlaybackState enum
2012-09-14 01:17:55 +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
e0b26fcb81
docs: Move controllers out of the Backend API
2012-09-13 23:50:09 +02:00
Stein Magnus Jodal
652f970548
Remove old output docs
2012-09-08 23:48:25 +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
9a17ccd1e3
Update links to Pykka web site
2012-01-15 00:57:52 +01:00
Stein Magnus Jodal
61ca0669e7
Add docs for MPRIS frontend, update changelog.
2011-07-29 23:45:41 +02:00
Stein Magnus Jodal
83d2601f68
Replace redundant BaseFrontend class with list of requirements for frontend implementations
2011-06-27 19:39:44 +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
9244087bfd
Do not include undoced members in the docs
2011-06-27 19:38:10 +03:00
Thomas Adamcik
35a169b8e7
Remove null output as it turns out we can run fine without any outputs
2011-05-20 22:30:59 +02:00
Thomas Adamcik
d136984f9f
Split outputs into seperate files
2011-05-13 20:13:36 +02:00
Stein Magnus Jodal
9d3a5aa054
Fix error due to including BaseOutput twice in the docs
2011-05-09 23:47:11 +02:00
Stein Magnus Jodal
ed5cd8f52b
docs: Refresh docs wrt. mopidy.{gstreamer,outputs}
2011-05-03 10:08:21 +02:00
Stein Magnus Jodal
099544d915
Rename libspotify backend to simply 'spotify', as suggested by adamcik and knutz3n half a year ago
2011-01-10 16:48:42 +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
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
Stein Magnus Jodal
76ce2a6345
Rename {Base => }StoredPlaylistController
2010-11-02 23:58:10 +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
13ece43363
Split BaseLibraryController in controller and provider
2010-11-02 23:08:54 +01:00
Stein Magnus Jodal
0b681a4e4c
Merge branch 'develop' into feature/multi-backend
...
Conflicts:
mopidy/backends/local/__init__.py
2010-11-02 00:33:06 +01:00
Stein Magnus Jodal
5886dbb0f0
docs: Cleanup API reference headers
2010-11-02 00:31:38 +01:00
Stein Magnus Jodal
8a574a94a5
docs: Move available settings to the main settings page
2010-11-02 00:26:16 +01:00
Stein Magnus Jodal
cfe4ec96a6
docs: Split backend docs into three pages
2010-11-01 23:43:07 +01:00
Stein Magnus Jodal
f486bf512d
Split BaseStoredPlaylistsController in controller and provider
2010-11-01 23:19:32 +01:00
Stein Magnus Jodal
a9e53e0617
docs: Rename 'backend api' to 'backend controller api', and 'provider api' to 'backend provider api'
2010-11-01 22:00:13 +01:00
Stein Magnus Jodal
acda478ed3
docs: Start splitting controllers into controllers and providers
2010-10-31 23:23:40 +01:00