Commit Graph

1968 Commits

Author SHA1 Message Date
Stein Magnus Jodal
3859448e06 core: Test version property, fix typo in changelog 2013-12-15 22:49:33 +01:00
Stein Magnus Jodal
77dd40b3d0 Merge remote-tracking branch 'kingosticks/feature/expose-version-to-api' into develop 2013-12-15 22:45:49 +01:00
Stein Magnus Jodal
b0b2e37950 docs: Include API docs for the Core class 2013-12-15 21:41:00 +01:00
Stein Magnus Jodal
7b667028e1 docs: Unbreak docs building 2013-12-15 21:38:48 +01:00
kingosticks
69b1f5e270 get_version changelog entry 2013-12-15 20:38:45 +00:00
Stein Magnus Jodal
1bdc941b9c Merge master into develop 2013-12-10 09:34:21 +01:00
Jeremy B. Merrill
4e5431c77a replaces outdated option --show-config with correct mopidy config in docs 2013-12-09 19:27:41 -05:00
Stein Magnus Jodal
e90c3eaf19 requirements: Move docs requirements to docs/ 2013-12-06 10:28:07 +01:00
Stein Magnus Jodal
a937d5e117 requirements: Fold testing requirements into docs 2013-12-06 10:23:57 +01:00
Stein Magnus Jodal
8295dd4f4a requirements: Fold http.txt into Mopidy-HTTP docs 2013-12-06 10:23:29 +01:00
Thomas Adamcik
1a032c5f92 Merge pull request #603 from adamcik/feature/lookup-stream-metadata
Add metadata lookup to streaming backend.
2013-12-05 15:06:01 -08:00
Thomas Adamcik
7c7db63659 docs: Add stream/timeout config value to docs 2013-12-05 23:03:50 +01:00
Thomas Adamcik
e37b1a1754 docs: Add streaming metadata lookup to changelog 2013-12-05 23:01:57 +01:00
Pål Ruud
91710e3618 Document workaround example for #492
The example is using an Icecast fallback stream that plays a silent MP3 file
when Mopidy sends the shutdown signal.

Tested and found working, however had minor issues with the client
(mpg123) playing the stream was getting out of sync when rapidly changing
songs.
Looking at the Icecast logs, it revealed that the switch between the mopidy and
the fallback stream happened immediately, so the issue is probably with the
client.
2013-12-05 21:49:49 +01:00
Stein Magnus Jodal
4a599eec0c docs: Minor tweaks 2013-12-04 23:30:01 +01:00
Stein Magnus Jodal
07784ed058 Merge branch 'develop' into feature/local-json 2013-12-04 23:27:21 +01:00
Thomas Adamcik
acdc65e9c7 docs: Update changelog with pluggable libraries. 2013-12-04 23:04:30 +01:00
Thomas Adamcik
9794826f26 local: Review changes 2013-12-04 22:52:24 +01:00
Thomas Adamcik
9c2d38e989 local: Remove tag cache support
- Updates doc references to tag cache
- Removes tag cache from config and marks it deprecated
- Removes tag cache from setup.py
- Removes tag cache from config converter
- Removes tag cache from tests
- Converts local library tests to use JSON.
2013-12-04 22:38:16 +01:00
Stein Magnus Jodal
2a2d725804 docs: Add Moped client, update other web clients 2013-12-04 22:31:41 +01:00
Stein Magnus Jodal
81e437ae70 docs: Document value separation in config values with lists 2013-12-03 19:07:25 +01:00
Thomas Adamcik
121d2c782a docs: Add info about local-json and pluggable libraries 2013-11-28 23:42:12 +01:00
Stein Magnus Jodal
2baa00b3a8 docs: Update changelog 2013-11-26 21:16:18 +01:00
Stein Magnus Jodal
55afa18672 docs: Fix reference
(cherry picked from commit 13fb2bf604)
2013-11-23 21:49:58 +01:00
Stein Magnus Jodal
13fb2bf604 docs: Fix reference 2013-11-23 21:40:05 +01:00
Stein Magnus Jodal
972056643f docs: Use twine for uploading sdist/bdist_wheel 2013-11-23 21:31:20 +01:00
Stein Magnus Jodal
519002dd93 docs: Update changelog for v0.17.0 2013-11-23 20:22:00 +01:00
Stein Magnus Jodal
eaf6e51ed7 docs: Update changelog 2013-11-23 08:30:18 +01:00
Stein Magnus Jodal
f233d8c48e docs: Update changelog 2013-11-20 22:31:11 +01:00
Stein Magnus Jodal
3ff4f0e4fc docs: Improved file/option markup 2013-11-18 22:18:57 +01:00
Thomas Adamcik
f84bafe750 Merge pull request #583 from jodal/feature/software-mixing-by-default
audio: Change to software mixing by default
2013-11-16 06:23:09 -08:00
Stein Magnus Jodal
e25705f8fa local: Ignore *.nfo and *.html when scanning 2013-11-16 15:19:48 +01:00
Stein Magnus Jodal
495c0b627b audio: Change to software mixing by default 2013-11-16 15:05:01 +01:00
Stein Magnus Jodal
4e3cc59581 docs: Move commands changes to top of changelog 2013-11-16 14:32:06 +01:00
Thomas Adamcik
9586cb7fc9 docs: Update usage in man page 2013-11-16 03:11:30 +01:00
Thomas Adamcik
ea28e91f63 Merge branch 'develop' into feature/subcommands
Conflicts:
	mopidy/scanner.py
2013-11-16 03:08:38 +01:00
Thomas Adamcik
0ab772f251 docs: Add command API to docs and extension dev page. 2013-11-16 03:04:48 +01:00
Stein Magnus Jodal
3b03cdd222 docs: Update changelog 2013-11-16 02:26:57 +01:00
Thomas Adamcik
f89169d551 commands: Review changes for wording etc (#570) 2013-11-16 02:23:04 +01:00
Thomas Adamcik
ce13e7ae9e doc: Update with command changes 2013-11-14 23:39:09 +01:00
Thomas Adamcik
37ba3ca01d Merge branch 'develop' into feature/commands-helper-tmp
Conflicts:
	mopidy/utils/log.py
2013-11-14 23:36:27 +01:00
Stein Magnus Jodal
d529202b88 docs: Update changelog 2013-11-14 21:28:27 +01:00
Lasse Bigum
9ba5f6862f Merge branch 'develop' of https://github.com/mopidy/mopidy into feature/extra_tags 2013-11-13 00:23:44 +01:00
Stein Magnus Jodal
04788abaac core: Change tracklist.{filter,remove} usage
The criterias are now a mapping between field names and one or more values.
This aligns tracklist.{filter,remove} with the API of
library.{find_exact,search}, and allows for e.g. batch removals.

An exception is raised immediately if the API is used in the old way to ease
migration and debugging.
2013-11-12 00:00:22 +01:00
Stein Magnus Jodal
50be4a5316 docs: Update changelog 2013-11-11 23:13:25 +01:00
Stein Magnus Jodal
aa7b360d0d docs: Fix typos 2013-11-11 22:59:45 +01:00
Stein Magnus Jodal
d2280d9a86 docs: Add {mpd,http}/zeroconf descriptions 2013-11-11 22:52:36 +01:00
Stein Magnus Jodal
df4f99cf7b docs: Update changelog 2013-11-11 22:46:21 +01:00
Thomas Adamcik
851cf65328 docs: More review fixes 2013-11-10 13:11:01 +01:00
Thomas Adamcik
4e6ebbe955 local/docs: Update based on review comments
- Bunch of typos and wording improvements from review.
- Fixed mopidy.backends.local.scan botched merge.
- Document and enforce that sub-command name needs to be bytes.
2013-11-09 18:20:22 +01:00
Thomas Adamcik
df953ea1e6 Merge branch 'develop' into feature/subcommands
Conflicts:
	mopidy/scanner.py
2013-11-09 13:40:47 +01:00
Thomas Adamcik
5cd0938e0d docs: Update changelog with sub-commands work 2013-11-09 13:38:09 +01:00
Thomas Adamcik
3945e437de docs: Fix minor doc issues found during review
- Adds autodoc for mopidy.audio.scan
- Updates ``file://`` to ``local:``
- Minor language fix.
2013-11-09 13:30:27 +01:00
Thomas Adamcik
67c028c31e docs: Update docs with respect to sub-commands 2013-11-09 13:23:52 +01:00
Lasse Bigum
deb442c54a Update documentation 2013-11-09 03:10:20 +01:00
Thomas Adamcik
51d1e22655 docs: Update changelog for PR #566 and #567 2013-11-08 23:51:45 +01:00
Stein Magnus Jodal
5b78ff94ff docs: Remove count from MPD limitations list 2013-11-07 19:33:46 +01:00
Stein Magnus Jodal
0ab1aacbc5 docs: Remove redundant Read The Docs config 2013-11-04 23:36:02 +01:00
Stein Magnus Jodal
4b920e66d4 docs: Add refs to fixed issues 2013-11-03 12:24:56 +01:00
Stein Magnus Jodal
bbe7a467cd Merge branch 'master' into develop
Conflicts:
	docs/changelog.rst
2013-11-02 23:47:22 +01:00
Stein Magnus Jodal
80a112c316 docs: Update changelog for v0.16.1 2013-11-02 23:44:02 +01:00
Stein Magnus Jodal
640337bc68 docs: Update changelog 2013-11-02 22:38:20 +01:00
Stein Magnus Jodal
a44b7c06a5 docs: Update changelog 2013-11-02 22:20:02 +01:00
Stein Magnus Jodal
51ffcb8609 docs: Update changelog 2013-11-02 22:07:03 +01:00
Stein Magnus Jodal
96633e1e83 docs: Remove wrong arguments for mopidy-convert-config 2013-11-01 16:45:20 +01:00
Stein Magnus Jodal
be5582e212 docs: Add manpages for all commands 2013-11-01 16:39:03 +01:00
Stein Magnus Jodal
4ec372ad0a docs: Strip commands and unchanged configs 2013-11-01 15:29:24 +01:00
Stein Magnus Jodal
c0bfb5dfd3 docs: Simplify Arch install docs 2013-10-28 20:50:48 +01:00
Stein Magnus Jodal
4680688bd2 docs: Add howto for updating Debian packages 2013-10-28 12:06:39 +01:00
Stein Magnus Jodal
27f8597f57 docs: Merge license page into authors page 2013-10-28 11:54:49 +01:00
Stein Magnus Jodal
590de1e9a9 docs: Further updates to the release howto 2013-10-27 23:00:21 +01:00
Stein Magnus Jodal
c9930c675f docs: Update release howto 2013-10-27 22:50:11 +01:00
Stein Magnus Jodal
10102f0c86 docs: Update changelog for v0.16.0 2013-10-27 22:34:24 +01:00
Stein Magnus Jodal
191e809841 Update changelog 2013-10-27 22:03:20 +01:00
Thomas Adamcik
3884da2d7e local: Rename scan_blacklist_extensions to excluded_file_extensions 2013-10-27 21:27:11 +01:00
Thomas Adamcik
3a1d4db227 local: Add file ext blacklist (fixes #516).
Adds a new local/scan_blacklist_extensions config value for controlling file
extensions to ignore.
2013-10-27 14:26:06 +01:00
Stein Magnus Jodal
add79d90dd docs: Warn about EOT issue with Shoutcast (fixes #545) 2013-10-25 18:16:08 +02:00
Stein Magnus Jodal
b0ae7d3c6f local: Fix crash on non-ASCII chars in URIs 2013-10-24 23:22:01 +02:00
Stein Magnus Jodal
1e3191a0f9 docs: Search is on every page, don't need a search page 2013-10-24 09:51:09 +02:00
Stein Magnus Jodal
f4d0d5648f docs: Fix typo 2013-10-23 22:39:33 +02:00
Stein Magnus Jodal
84612ca1ac docs: Fix typo 2013-10-23 22:27:04 +02:00
Stein Magnus Jodal
9d0b04e96f docs: Fix link to Mopidy-Arcam 2013-10-23 21:20:00 +02:00
Stein Magnus Jodal
8097add7ed docs: More exact GStreamer version range 2013-10-23 20:30:25 +02:00
Stein Magnus Jodal
ef15c4f6fc docs: Enable new RTD theme 2013-10-23 20:29:05 +02:00
Stein Magnus Jodal
2117add55f docs: Include minimum GStreamer version 2013-10-20 23:48:17 +02:00
Thomas Adamcik
010cb62756 docs: Add note about fixing #198 to changelog 2013-10-20 23:45:33 +02:00
Stein Magnus Jodal
c31815b0e6 docs: Update changelog 2013-10-20 23:21:45 +02:00
Thomas Adamcik
d968244712 docs: Update changelog with scanner info. 2013-10-20 17:19:03 +02:00
Stein Magnus Jodal
53333f7121 docs: Update changelog 2013-10-20 16:06:08 +02:00
Stein Magnus Jodal
8561e9c815 docs: Remove mopidy.backends.spotify 2013-10-20 10:44:25 +02:00
Stein Magnus Jodal
11a9b5b1f2 docs: Add Mopidy-Notifier to extension list 2013-10-19 23:15:13 +02:00
Stein Magnus Jodal
8edf81dca1 docs: Update changelog 2013-10-19 22:57:13 +02:00
Thomas Adamcik
c8f5c1aacf Merge pull request #537 from jodal/tidy-up-core
Core playback and tracklist modularity improvement v2
2013-10-19 13:24:21 -07:00
Stein Magnus Jodal
46bd5bc096 docs: Reduce depth of ToC 2013-10-19 21:09:49 +02:00
Stein Magnus Jodal
345be9d3ed docs: Update changelog for tidy-up-core changes 2013-10-19 20:53:02 +02:00
Javier Domingo Cansino
1d4ff4c9c6 Merging upstream changes in tidy-up-core 2013-10-15 09:37:54 +02:00
Stein Magnus Jodal
61f2d7314e docs: Fix typo 2013-10-13 19:50:04 +02:00
Stein Magnus Jodal
2082e5ec0c docs: Fix error in changelog 2013-10-11 20:08:11 +02:00
Javier Domingo Cansino
686dd5981d Merging branch develop into tidy-up-core 2013-10-11 10:43:50 +02:00
Stein Magnus Jodal
d9d9a57df4 docs: Add Mopidy-Arcam to extension list 2013-10-11 10:09:19 +02:00
Stein Magnus Jodal
5745682400 docs: Add Mopidy-radio-de to extension list 2013-10-11 10:06:27 +02:00
Stein Magnus Jodal
a7d6102ea8 Merge pull request #530 from terlar/patch-1
Update Arch installation instructions
2013-10-11 00:26:19 -07:00
Stein Magnus Jodal
c69f9f7af4 docs: Update changelog 2013-10-10 00:00:05 +02:00
Stein Magnus Jodal
e7d6a995e8 spotify: Move to external extension 2013-10-08 22:42:26 +02:00
Stein Magnus Jodal
ec66bf1f1e docs: Update changelog 2013-10-07 23:44:41 +02:00
Stein Magnus Jodal
c589583b74 mpris: Move to external extension 2013-10-07 23:42:07 +02:00
Stein Magnus Jodal
de3e4254d7 docs: Fix syntax error 2013-10-07 22:38:07 +02:00
Stein Magnus Jodal
f479d86838 docs: Update changelog 2013-10-07 22:21:45 +02:00
Stein Magnus Jodal
971d84467f docs: Add cookiecutter, update extension examples 2013-10-07 22:20:23 +02:00
Stein Magnus Jodal
79a8768c53 docs: Unbreak docs building 2013-10-07 21:08:55 +02:00
Stein Magnus Jodal
decda983e6 docs: Simplify extension page 2013-10-07 00:06:35 +02:00
Stein Magnus Jodal
6400a45a0e scrobbler: Move to external extension 2013-10-07 00:02:41 +02:00
Thomas Adamcik
8c8fdb0b01 docs: Add bug fix to changelog 2013-10-06 22:30:16 +02:00
Thomas Adamcik
06ae86b9f8 docs: Update changelog with playlist in gstreamer changes 2013-10-06 21:35:49 +02:00
Javier Domingo Cansino
2ac13d9b44 Merge branch 'develop' into tidy-up-core 2013-10-03 09:20:08 +02:00
Lasse Bigum
9661cb4650 doc: Remove duplicate "Extension configuration" section in config.rst 2013-09-22 01:42:26 +02:00
Stein Magnus Jodal
882f5a48d1 docs: Update changelog for v0.15.0 2013-09-19 19:24:29 +02:00
Javier Domingo Cansino
8b13270f67 Merge branch 'develop' into tidy-up-core 2013-09-17 12:42:42 +02:00
Stein Magnus Jodal
0a2ef6322e js: Build updated mopidy.js 2013-09-17 00:43:58 +02:00
Stein Magnus Jodal
e830f31480 Fix too broad truthness test (fix #501)
This caused TlTracks with tlid=0 to be sent to HTTP clients without the tlid
field.
2013-09-16 21:58:23 +02:00
Stein Magnus Jodal
713cd598d0 docs: Mopidy-GMusic is now on PyPI 2013-09-16 10:12:58 +02:00
Stein Magnus Jodal
05d4fa846f config: Deserialize Secret to unicode (fix #473)
MPD, Scrobbler, and Spotify extensions have been reviewed for need for changes
due to this, without anything being found.
2013-09-15 23:51:41 +02:00
Stein Magnus Jodal
82077ace02 docs: Add Mopidy-SomaFM (fix #509) 2013-09-15 22:41:21 +02:00
Stein Magnus Jodal
1dedb331d3 docs: Add Mopidy-GMusic (fix #355) 2013-09-15 22:37:34 +02:00
Javier Domingo Cansino
7ae4adddeb Merge branch 'develop' into tidy-up-core 2013-09-12 11:41:01 +02:00
Javier Domingo Cansino
72890bbe8d docs: Fixing changelog syntax 2013-09-12 11:38:15 +02:00
Stein Magnus Jodal
c3066995e1 docs: Add Mopidy-Subsonic extension 2013-09-01 23:29:57 +02:00
Stein Magnus Jodal
9af4290f45 mpd: Accept listall and listallinfo without the URI argument 2013-09-01 23:14:30 +02:00
Stein Magnus Jodal
c311ef98e6 docs: Fix typo 2013-08-29 12:32:27 +02:00
Javier Domingo Cansino
fa20214bbe Merge branch 'develop' into tidy-up-core 2013-08-19 15:20:26 +02:00
Thomas Adamcik
4352de920e docs: Update authors and changelog 2013-08-15 23:18:43 +02:00
Javier Domingo Cansino
7af86d65ac Merge branch 'develop' into tidy-up-core
Git was not correctly identifying the merge and threw a conflict
2013-08-12 13:41:15 +02:00
Javier Domingo Cansino
11d82056a9 core: Merged tracklist_position to index inside TracklistController
docs: Updated changelog.rst
2013-08-09 09:15:54 +02:00
Stein Magnus Jodal
404fb00235 Remove pylint remnants 2013-08-08 21:12:42 +02:00
Javier Domingo Cansino
782a6a7d1f Renamed tl_track_at_* to more readable names 2013-08-08 17:01:24 +02:00
Javier Domingo Cansino
b15c4f198b docs: Updating changelog.rst to reflect updates in core 2013-08-08 13:39:18 +02:00
Stein Magnus Jodal
3be6346170 docs: Update changelog 2013-08-06 12:55:24 +02:00
Stein Magnus Jodal
80d122ff92 Merge branch 'develop' of github.com:mopidy/mopidy into develop
Conflicts:
	docs/changelog.rst
2013-08-05 23:33:08 +02:00
Stein Magnus Jodal
dc29118639 docs: Update changelog 2013-08-05 23:32:11 +02:00
Stein Magnus Jodal
7973acf076 Merge branch 'feature/scanner_fix_deadlock' into develop
Fixes #476, #483
2013-08-05 23:31:27 +02:00
Stein Magnus Jodal
66f367048d docs: Document local/scan_timeout config value 2013-08-05 23:09:04 +02:00
Thomas Adamcik
16a8886617 docs: Update changelog with respect to local uri scheme and plugable library updaters. 2013-08-05 22:45:45 +02:00
Stein Magnus Jodal
f0b69c3394 Merge remote-tracking branch 'adamcik/feature/visualization' into develop
Conflicts:
	docs/changelog.rst
2013-08-05 22:41:09 +02:00
Terje Larsen
7256f706eb Update index.rst
python2-pylast has been moved into the community packages: https://www.archlinux.org/packages/community/any/python2-pylast/
2013-08-02 10:00:48 +02:00
Stein Magnus Jodal
e637eb9041 docs: Update changelog, authors 2013-08-02 00:01:45 +02:00
Thomas Adamcik
c5c2d10455 audio: Update changelog and docs for visualizer. 2013-08-01 01:53:07 +02:00
Stein Magnus Jodal
4f310f51fc Change docs license to Apache License, Version 2.0
I've looked through all contributions to the docs. Any contributions not by
Thomas Adamcik or myself are trivial (e.g. typo fixes) or have mostly been
replaced by later changes. Thus I'm comfortable with changing the license with
the agreement of Thomas Adamcik.

By changing the documentation license to be the same as the source code
license, we avoid ambiguities around the license of e.g. docstrings which are
written as part of the source code but are included in the generated docs.
2013-07-30 23:21:08 +02:00
Stein Magnus Jodal
608b9c9b6c docs: Update changelog, authors 2013-07-28 23:25:42 +02:00
Stein Magnus Jodal
6855fddbfb docs: Update changelog, authors 2013-07-26 12:46:42 +02:00
Stein Magnus Jodal
73f47a9fce docs: raspi instructions work for both Raspbian and Debian 2013-07-11 22:48:05 +02:00
Stein Magnus Jodal
0a61b4642e Merge branch 'master' into develop
Conflicts:
	docs/changelog.rst
2013-07-01 11:53:45 +02:00
Stein Magnus Jodal
259e55a280 Merge remote-tracking branch 'mopidy/master' 2013-07-01 11:52:51 +02:00
Stein Magnus Jodal
bcf7143096 docs: Update changelog for 0.14.2 2013-07-01 11:50:06 +02:00
Stein Magnus Jodal
cd2f71fa3a docs: Fix link to rpi-update
(cherry picked from commit a4543ca13a)
2013-06-24 23:12:39 +02:00
Stein Magnus Jodal
a4543ca13a docs: Fix link to rpi-update 2013-06-24 23:12:17 +02:00
Stein Magnus Jodal
ed196e05f6 docs: Unbreak docs building by mocking dbus.String properly 2013-06-20 20:06:24 +02:00
Stein Magnus Jodal
2a43166b50 docs: Fix dist-upgrade command (fixes #470)
(cherry picked from commit 31ef29e121)
2013-06-13 15:05:07 +02:00
Stein Magnus Jodal
31ef29e121 docs: Fix dist-upgrade command (fixes #470) 2013-06-13 15:04:00 +02:00
Stein Magnus Jodal
ce111f6bcd docs: Fix typo 2013-05-12 21:47:24 +02:00
Stein Magnus Jodal
75db7c9e7f docs: Fix typo 2013-05-12 21:46:46 +02:00
Stein Magnus Jodal
346ede73e5 docs: Review Raspi sound quality howto 2013-05-12 21:38:38 +02:00
Thomas Adamcik
b2a0b58943 docs: Add how to get good sound on raspis (fixes: #299) 2013-05-12 21:38:30 +02:00
Stein Magnus Jodal
7ed7cc13ee docs: Add glossary (fixes #430) 2013-05-12 21:38:22 +02:00
Stein Magnus Jodal
647325532b docs: Review Raspi sound quality howto 2013-05-11 18:40:08 +02:00
Thomas Adamcik
86c2ee14cc docs: Add how to get good sound on raspis (fixes: #299) 2013-05-11 00:57:49 +02:00
Stein Magnus Jodal
0e75365396 docs: Add glossary (fixes #430) 2013-05-02 23:13:08 +02:00
Stein Magnus Jodal
7560df945e docs: Add section on extension config and disabling 2013-05-02 22:36:25 +02:00
Stein Magnus Jodal
30ab660627 docs: Remove mixers' module docs 2013-05-02 22:36:12 +02:00
Stein Magnus Jodal
db956ee1a9 docs: Use 'config' more consistently 2013-05-02 22:35:56 +02:00
Stein Magnus Jodal
9ad88f712d docs: Fix typo and level of header 2013-05-02 22:35:49 +02:00
Janez Troha
30ea4860a7 Add mention of mopidy-convert-config 2013-05-02 22:34:42 +02:00
Stein Magnus Jodal
5dea63a548 docs: Add section on extension config and disabling 2013-05-01 21:44:02 +02:00
Stein Magnus Jodal
370cf133fa docs: Remove mixers' module docs 2013-05-01 21:43:40 +02:00
Stein Magnus Jodal
01335b9fea docs: Use 'config' more consistently 2013-05-01 20:51:20 +02:00
Stein Magnus Jodal
c7ab8cedca docs: Fix typo and level of header 2013-05-01 15:07:56 +02:00
Stein Magnus Jodal
b9a7f20b15 docs: Fix logging config link 2013-05-01 15:06:09 +02:00
Thomas Adamcik
0ae247a3da Merge pull request #444 from dz0ny/patch-1
Add mention of mopidy-convert-config
2013-05-01 05:47:44 -07:00
Janez Troha
7b361b836c Add mention of mopidy-convert-config 2013-05-01 14:12:49 +03:00
Stein Magnus Jodal
f7ef080671 docs: Add argparse conversion to changelog 2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
200473861f docs: Add issue reference 2013-04-29 22:04:39 +02:00
Stein Magnus Jodal
d7453982b8 Require Python 2.7 2013-04-29 19:21:21 +02:00
Stein Magnus Jodal
264c097bc4 docs: Add changelog for 0.15 2013-04-29 19:18:08 +02:00
Stein Magnus Jodal
0d3e970890 docs: Update changelog for v0.14.1 2013-04-28 23:45:40 +02:00
Stein Magnus Jodal
82f191939c docs: Update changelog for v0.14.0 2013-04-28 21:49:23 +02:00
Stein Magnus Jodal
c81c563c0f spotify: Fix for #387 fixes #425 too 2013-04-28 10:06:39 +02:00
Stein Magnus Jodal
44cf8a0099 spotify: Fix crash when a playlist is added (fixes #387) 2013-04-28 10:04:57 +02:00
Stein Magnus Jodal
42f6ce6437 docs: Add some stats to the changelog 2013-04-28 01:28:51 +02:00
Stein Magnus Jodal
263ecc3da7 docs: Add missing words to changelog 2013-04-28 01:18:54 +02:00
Thomas Adacmik
3e911ef41c docs: Changelog improvements 2013-04-28 01:09:24 +02:00
Stein Magnus Jodal
4efb1f8071 docs: Add note on 'python setup.py develop' to changelog 2013-04-27 23:58:30 +02:00
Stein Magnus Jodal
4828d9cfba docs: Add note on new extensions to changelog 2013-04-27 23:58:15 +02:00
Stein Magnus Jodal
b6844a1e99 docs: A word about codestyle and conventions in extensions 2013-04-26 22:21:57 +02:00
Stein Magnus Jodal
03e5dfd05b docs: Fix syntax error in example 2013-04-26 22:06:09 +02:00
Stein Magnus Jodal
7e85a0cc37 docs: Add ImmutableObject.copy() example 2013-04-26 21:08:19 +02:00
Stein Magnus Jodal
1647ea73d1 docs: Split web client list by transport (HTTP or MPD) 2013-04-26 21:03:08 +02:00
Stein Magnus Jodal
b95e76a0a6 docs: Document default mixer and its behavior 2013-04-26 20:14:37 +02:00
Stein Magnus Jodal
b4d7afe190 docs: Remove Spotify from Rygel example output 2013-04-26 20:10:43 +02:00
Stein Magnus Jodal
a7a1a23b6d docs: Encurage use of pastebins when getting help 2013-04-26 20:08:55 +02:00
Stein Magnus Jodal
e7d2a5f384 docs: Remove config API inheritance diagrams 2013-04-25 22:39:28 +02:00
Stein Magnus Jodal
3e37ac1e4a docs: Change wording for proxy config values 2013-04-25 22:39:27 +02:00
Stein Magnus Jodal
acbfbca864 docs: AUR package installs from master 2013-04-25 22:39:27 +02:00
Stein Magnus Jodal
8ff740ee04 docs: Update copyrights to include 2013 2013-04-25 22:39:27 +02:00
Thomas Adamcik
b7232797ea config/ext: Accept unicode defaults 2013-04-24 23:31:39 +02:00
Stein Magnus Jodal
eb18d8d4e3 docs: Remove indications of non-specific issues 2013-04-23 23:00:52 +02:00
Stein Magnus Jodal
9c7ad2bf2d docs: Remove speculations about sound quality on Raspi 2013-04-23 22:57:21 +02:00
Stein Magnus Jodal
5864b56a04 docs: Remove Debian 6 on Raspberry Pi instructions
Debian 7/wheezy is due for release in a couple of weeks.
2013-04-23 22:56:27 +02:00
Stein Magnus Jodal
babd47b37a docs: Fix duplicate links 2013-04-23 22:45:08 +02:00
Stein Magnus Jodal
3e0793250c docs: serial no longer needs to be mocked 2013-04-23 22:34:18 +02:00
Stein Magnus Jodal
ccde21298f docs: Fix typos 2013-04-22 23:21:03 +02:00
Stein Magnus Jodal
88ba70a460 docs: mopidy-convert-config usage 2013-04-22 23:15:44 +02:00
Stein Magnus Jodal
7c293f58a2 docs: Add Mopidy-Beets extension 2013-04-21 22:56:03 +02:00
Stein Magnus Jodal
5150b0bb53 docs: Extensions should have a MANIFEST.in and ext.conf 2013-04-20 23:08:23 +02:00
Thomas Adamcik
18ebb56b3e config: Add logging/config_file 2013-04-17 23:47:18 +02:00
Stein Magnus Jodal
c6490afc2d docs: Update installation guide 2013-04-17 23:37:06 +02:00
Stein Magnus Jodal
466cf3ba33 deps: Rename --list-deps to --show-deps 2013-04-16 23:07:38 +02:00
Stein Magnus Jodal
ada697fbf3 docs: Remove duplicate link label 2013-04-16 10:50:59 +02:00
Stein Magnus Jodal
3e366efb20 Move NAD mixer to an external extension 2013-04-16 10:46:57 +02:00
Stein Magnus Jodal
a9a789aa8a conf: Rename logging.levels to loglevels
Part of #280
2013-04-15 20:40:01 +02:00
Stein Magnus Jodal
ee915fbf7a docs: Add command line options 2013-04-15 18:51:58 +02:00
Stein Magnus Jodal
90067a2128 docs: Mark command line options with :option: 2013-04-15 18:28:12 +02:00
Stein Magnus Jodal
8939167e88 Merge pull request #414 from adamcik/feature/config-value-kwargs
Make config value init kwargs strict.
2013-04-15 09:15:08 -07:00
Stein Magnus Jodal
a7035063c2 docs: Note on debugging GStreamer 2013-04-15 11:58:54 +02:00
Thomas Adamcik
0ede12f050 ext: Update and fix extensiondev docs with respect to config 2013-04-15 00:08:48 +02:00
Stein Magnus Jodal
4c08a5dfab docs: Include Backend class in API docs 2013-04-14 14:27:53 +02:00
Stein Magnus Jodal
0ae356f581 docs: Add note about using virtualenv 2013-04-14 14:19:29 +02:00
Stein Magnus Jodal
61e0f941e0 docs: Don't number lists explicitly in rST 2013-04-14 14:19:20 +02:00
Stein Magnus Jodal
96d6badfd7 docs: More reasons for running 'python setup.py develop' 2013-04-14 14:05:19 +02:00
Stein Magnus Jodal
2d0e5ac117 docs: Document config API 2013-04-14 13:58:37 +02:00
Stein Magnus Jodal
6df42299b4 docs: Remove b'' usage in setup.py example 2013-04-14 13:15:42 +02:00
Stein Magnus Jodal
b42fa02195 docs: Fix typo 2013-04-14 13:14:15 +02:00
Stein Magnus Jodal
c481c2fe52 docs: Update changelog 2013-04-14 13:12:16 +02:00
Stein Magnus Jodal
209c8d979a docs: Document API of Extension class 2013-04-14 13:12:14 +02:00
Stein Magnus Jodal
f001142b7d docs: Update default.conf path 2013-04-14 11:29:47 +02:00
Stein Magnus Jodal
06534a8dc2 docs: Update Extension example 2013-04-13 22:56:23 +02:00
Stein Magnus Jodal
d232b729c9 docs: Add TODOs for documenting command line options 2013-04-13 14:24:20 +02:00
Stein Magnus Jodal
9d94e815ce docs: Note about logging in extensions 2013-04-13 14:22:37 +02:00
Stein Magnus Jodal
73e3a77484 docs: Link from ext API to extensiondev 2013-04-13 14:06:20 +02:00
Stein Magnus Jodal
a2e08c6d4e docs: Add note about extension's API usage 2013-04-13 14:04:54 +02:00
Stein Magnus Jodal
0052dbeb0d docs: Remove extension support implementation plan 2013-04-13 14:01:07 +02:00
Stein Magnus Jodal
a543a01675 docs: Minor updates to extensiondev docs 2013-04-13 13:55:56 +02:00
Stein Magnus Jodal
0007597961 docs: Add mopidy.ext to API docs 2013-04-13 13:51:02 +02:00
Stein Magnus Jodal
dbbe0fd16e docs: Remove link to removed document 2013-04-13 13:49:01 +02:00
Stein Magnus Jodal
e1cf8fbd2c docs: Remove extensiondev draft warning 2013-04-13 13:40:14 +02:00
Stein Magnus Jodal
028c56b003 docs: Add links to blog posts on commit messages 2013-04-13 13:25:50 +02:00
Stein Magnus Jodal
ad1904023e docs: Rename dev docs to devtools 2013-04-13 01:01:25 +02:00
Stein Magnus Jodal
2ac1cc4582 docs: Link to code style from contributions docs 2013-04-13 00:56:08 +02:00
Stein Magnus Jodal
b0e281b90a docs: Extract codestyle to own page 2013-04-13 00:53:49 +02:00
Stein Magnus Jodal
cf42161e1e docs: Move how to run from Git instructions 2013-04-13 00:53:32 +02:00
Stein Magnus Jodal
8362fbcdc5 docs: Add page on versioning 2013-04-13 00:38:58 +02:00
Stein Magnus Jodal
e737edf5ec docs: Started on new contribution docs 2013-04-13 00:32:54 +02:00
Stein Magnus Jodal
fb6a91f23e docs: Remove duplicate description of pkill -SIGUSR1 2013-04-13 00:32:31 +02:00
Stein Magnus Jodal
2730dccecd docs: Add troubleshooting tips 2013-04-12 23:47:58 +02:00
Stein Magnus Jodal
b300924e2b docs: Link from HTTP ext to HTTP clients page 2013-04-12 21:50:14 +02:00
Stein Magnus Jodal
7387acd017 docs: A note about stream backend usage 2013-04-12 21:50:14 +02:00
Stein Magnus Jodal
69c2a2d32c docs: Reorder default config and confval descriptions 2013-04-12 21:50:14 +02:00
Stein Magnus Jodal
7b9095adba docs: More structure to the ext page 2013-04-12 21:50:14 +02:00
Stein Magnus Jodal
11d01124c8 docs: Update troubleshooting todo 2013-04-12 01:38:41 +02:00
Stein Magnus Jodal
2281b62566 docs: Show additional ToC level for API and modules 2013-04-12 01:38:41 +02:00
Stein Magnus Jodal
0c090499c5 docs: Document 'config' arg to frontend actors 2013-04-12 01:38:31 +02:00
Stein Magnus Jodal
3280f04132 docs: Update config system introduction 2013-04-12 01:23:05 +02:00
Stein Magnus Jodal
3de39b5a4c docs: Document core config values 2013-04-12 01:12:04 +02:00
Stein Magnus Jodal
1550d553d3 docs: Fix broken reference in MPRIS ext docs 2013-04-12 01:06:11 +02:00
Stein Magnus Jodal
ad21236155 docs: Move usage instructions from config to ext pages 2013-04-12 00:54:47 +02:00
Stein Magnus Jodal
f01ac1c550 docs: Rename docs section 2013-04-12 00:30:16 +02:00
Stein Magnus Jodal
079f584733 docs: Link from MPD module docs to ext docs 2013-04-12 00:28:18 +02:00
Stein Magnus Jodal
ae7543a985 docs: Move local to ext registry 2013-04-12 00:17:48 +02:00
Stein Magnus Jodal
8bcf1de21c docs: Move stream to ext registry 2013-04-12 00:13:22 +02:00
Stein Magnus Jodal
7c01db842d docs: Remove empty dummy backend docs 2013-04-12 00:07:59 +02:00
Stein Magnus Jodal
08117841c1 docs: Move Spotify to ext registry 2013-04-12 00:06:52 +02:00
Stein Magnus Jodal
12938df3a1 docs: Unbreak links to MPRIS docs 2013-04-12 00:06:52 +02:00
Stein Magnus Jodal
b7546eed0b docs: Move MPD to ext registry 2013-04-11 23:58:42 +02:00
Stein Magnus Jodal
82d2ecd41e docs: Move MPRIS to ext registry 2013-04-11 23:38:45 +02:00
Stein Magnus Jodal
21f2e5c8b0 docs: Unbreak links from HTTP client page 2013-04-11 23:34:12 +02:00
Stein Magnus Jodal
7a4475b3d6 docs: Unbreak link from changelog 2013-04-11 23:27:16 +02:00
Stein Magnus Jodal
0e9da33147 docs: Move HTTP to ext registry and API section 2013-04-11 23:25:57 +02:00
Stein Magnus Jodal
6072bbe0b8 docs: Move scrobbler docs to new ext registry 2013-04-11 23:01:56 +02:00
Stein Magnus Jodal
5fb16eb1ea docs: Add extension registry 2013-04-11 22:54:55 +02:00
Stein Magnus Jodal
d2b9eda335 docs: Fix wording 2013-04-11 22:33:39 +02:00
Stein Magnus Jodal
7e5ff4bfae docs: Updated intro 2013-04-11 22:23:22 +02:00
Stein Magnus Jodal
86dc02d794 docs: Reduce depth of development ToC 2013-04-11 22:12:42 +02:00
Stein Magnus Jodal
6cee13b5f7 docs: Tweak authors page 2013-04-11 22:12:18 +02:00
Stein Magnus Jodal
3302e18abe docs: Add empty 'contributing' page 2013-04-11 22:05:00 +02:00
Stein Magnus Jodal
d0f2a77e78 docs: Reorganize frontpage sections 2013-04-11 22:04:40 +02:00
Stein Magnus Jodal
8a1f2ab608 docs: Rename 'changes' to 'changelog' 2013-04-11 21:56:39 +02:00
Stein Magnus Jodal
3a386f05ad docs: Add empty troubleshooting page 2013-04-11 21:49:29 +02:00
Stein Magnus Jodal
2b5e2f6e3f Update changelog 2013-04-09 23:41:52 +02:00
Stein Magnus Jodal
130347f994 docs: Update config page howtos 2013-04-09 01:04:47 +02:00
Stein Magnus Jodal
74032e02ea docs: Check for 'MIXER_TRACK_' to not confuse with old 'MIXER_TRACK' setting 2013-04-09 00:23:37 +02:00
Stein Magnus Jodal
2cd0fdc571 docs: Fix typo 2013-04-09 00:14:59 +02:00
Stein Magnus Jodal
5be8fa347f docs: Add 'confval' object type to Sphinx 2013-04-09 00:14:00 +02:00
Stein Magnus Jodal
777993583f settings: Remove settings module 2013-04-07 00:39:26 +02:00
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
Thomas Adamcik
e226ddd652 config/ext: Remove ext. prefix from configs. 2013-04-02 22:12:00 +02:00
Stein Magnus Jodal
2e678ffe8f ext: Change entry point from 'mopidy.extension' to 'mopidy.ext' to be more consistent 2013-04-02 12:07:35 +02:00
Stein Magnus Jodal
7d78d02d59 ext: Add both dist_name and ext_name to Extension class 2013-04-02 12:04:03 +02:00
Stein Magnus Jodal
f80f9d878e docs: Tweak extensiondev docs 2013-04-02 11:51:48 +02:00
Stein Magnus Jodal
09b6859752 docs: Update extensiondev implementation plan 2013-04-01 23:59:40 +02:00
Stein Magnus Jodal
54164007c5 docs: Update extensiondev docs to match real usage 2013-04-01 23:45:23 +02:00
Stein Magnus Jodal
4a8b7c763e docs: Remove py_modules comment from example setup.py 2013-04-01 22:10:18 +02:00
Thomas Adamcik
c416893fb3 ext: Update suggestion for config validation mechanics. 2013-04-01 21:57:53 +02:00
Stein Magnus Jodal
bddb90e490 docs: Add 'ext.' prefix to config sections 2013-04-01 20:44:23 +02:00
Stein Magnus Jodal
aa1f8199c2 Remove the FRONTENDS setting 2013-04-01 20:22:29 +02:00
Stein Magnus Jodal
74788a2ccb Remove the BACKENDS setting 2013-04-01 20:14:20 +02:00
Stein Magnus Jodal
a7a3803446 docs: Update changelog and authors 2013-04-01 19:35:38 +02:00
Stein Magnus Jodal
77f8e228d8 docs: Fix typo 2013-04-01 13:19:46 +02:00
Stein Magnus Jodal
5fcae977ca docs: If using pip Pykka will be installed automatically 2013-04-01 13:08:54 +02:00
Stein Magnus Jodal
0f593b66bd docs: Remove 'platforms' from extension's setup.py example 2013-04-01 13:08:54 +02:00
Stein Magnus Jodal
1a9fea08a5 docs: setuptools always regenerates MANIFEST 2013-04-01 13:08:53 +02:00
Stein Magnus Jodal
a8b81eadd0 Switch from distutils to setuptools 2013-04-01 13:08:53 +02:00
Stein Magnus Jodal
64b0cc7b98 ext: Support multiple frontends/backends in an extension 2013-04-01 11:30:07 +02:00
Stein Magnus Jodal
b095f14083 docs: Sort imports 2013-04-01 10:43:37 +02:00
Stein Magnus Jodal
1e49021c5b docs: Refine extensiondev docs 2013-04-01 10:42:09 +02:00
Stein Magnus Jodal
e56a0376c2 docs: Simplify Extension class by removing @classmethod 2013-03-31 22:58:29 +02:00
Stein Magnus Jodal
f4ff30d382 docs: Add Debian package updating to the release procedure 2013-03-31 17:02:05 +02:00
Stein Magnus Jodal
950ba27197 docs: Update changelog for v0.13.0 2013-03-31 16:59:10 +02:00
Stein Magnus Jodal
c25a6e4c78 docs: Refining the extensiondev docs 2013-03-31 16:20:17 +02:00
Stein Magnus Jodal
48ab99c457 docs: Cleanup changelog 2013-03-31 14:09:32 +02:00
Stein Magnus Jodal
bc78a65fff js: Upgrade when.js from 1.8.1 to 2.0.0 2013-03-31 14:09:32 +02:00
Stein Magnus Jodal
82e94f00fe docs: Reduce depth of ToCs on front page 2013-03-31 13:31:52 +02:00
Thomas Adamcik
6283c6ee9b Merge pull request #363 from jodal/feature/expose-uri-schemes-to-http-clients
Expose uri schemes to http clients
2013-03-31 03:55:59 -07:00
Stein Magnus Jodal
06c7d8ea46 Merge branch 'develop' into feature/limit-search-by-uri-root
Conflicts:
	docs/changes.rst
2013-03-31 12:45:31 +02:00
Thomas Adamcik
2845f9cf8b Merge pull request #365 from jodal/feature/tracklist-add-by-uri
Add to tracklist by URI
2013-03-31 00:31:02 -07:00
Stein Magnus Jodal
0cc7d8f9bf docs: More on extensiondev 2013-03-31 03:03:10 +02:00
Stein Magnus Jodal
bfd2010639 core: Let tracklist.add() lookup tracks by URI 2013-03-31 00:13:59 +01:00
Stein Magnus Jodal
02ac0cae42 docs: Add Mopidy.js on Node to changelog 2013-03-30 23:34:00 +01:00
Stein Magnus Jodal
8ab0f09743 docs: Update changelog 2013-03-30 22:27:28 +01:00
Stein Magnus Jodal
4414deae1d http: Expose core.get_uri_schemes (Fixes #361) 2013-03-30 21:03:12 +01:00
Stein Magnus Jodal
0c05d7c60e docs: Update screenshot of woutervanwijk/Mopidy-Webclient 2013-03-30 15:20:55 +01:00
Stein Magnus Jodal
0db6853485 docs: Add JukePi to clients list 2013-03-30 15:19:36 +01:00
Stein Magnus Jodal
31afbf6d70 docs: Add Mopidy Lux to client list 2013-03-30 15:19:26 +01:00
Stein Magnus Jodal
eb58296d61 Update changelog and authors 2013-03-30 15:02:04 +01:00
Stein Magnus Jodal
9e5f0703c7 audio: Fix UnicodeDecodeError when logging errors
Fixes #347
2013-03-30 13:16:21 +01:00
Stein Magnus Jodal
e21de8dc8c Update changelog and authors 2013-03-30 01:58:23 +01:00
Stein Magnus Jodal
e9292776d6 Update changelog 2013-03-30 01:47:12 +01:00
Stein Magnus Jodal
75ec28bcc0 docs: Started on example files for an extension 2013-03-28 19:31:02 +01:00
Stein Magnus Jodal
e0ec4a52f1 docs: Fix list formatting 2013-03-27 16:21:50 +01:00
Stein Magnus Jodal
8ba9e3a442 docs: Initial example files for new extensions 2013-03-27 16:20:17 +01:00
Stein Magnus Jodal
b421b02a1e docs: More extdev notes 2013-03-27 16:19:31 +01:00
Stein Magnus Jodal
0e03c3f26e docs: Add intro to extdev 2013-03-27 14:39:49 +01:00
Stein Magnus Jodal
3c685eb93c docs: Move extensiondev file 2013-03-26 17:45:45 +01:00
Stein Magnus Jodal
19e3059a69 docs: Add initial extension development docs 2013-03-26 17:29:57 +01:00
Stein Magnus Jodal
c1c5fff01f docs: Recommend pkill instead of ps+kill 2013-03-24 01:05:53 +01:00
Stein Magnus Jodal
f843b32e88 Turn thread traceback logger on by default
It no longer requires an additional thread to work and it is very useful to
have this enabled when you hit an issue that is hard to reproduce.
2013-03-24 00:24:13 +01:00
Stein Magnus Jodal
c90322f1e2 Use thread traceback logger from Pykka 1.1 2013-03-24 00:23:50 +01:00
Stein Magnus Jodal
59bcabfdfe docs: Add info about mailing list 2013-03-23 23:53:32 +01:00
Stein Magnus Jodal
dffea519a7 core: Warn if track isn't playable 2013-03-23 23:48:18 +01:00
Stein Magnus Jodal
49c8062ba6 mpris: Add discNumber support 2013-03-23 20:58:22 +01:00
Stein Magnus Jodal
50cce23d82 mpris: Add artUrl support 2013-03-23 20:46:43 +01:00
Stein Magnus Jodal
ea029de503 docs: Add SearchResult to models diagram 2013-03-22 09:20:11 +01:00
Stein Magnus Jodal
3a3a5219eb Update changelog 2013-03-20 01:17:20 +01:00
Stein Magnus Jodal
2e98dbeebd docs: Formatting. Remove promises of sound quality 2013-03-20 01:09:42 +01:00
Stein Magnus Jodal
f74b59aced Revert "docs: Add changelog entry for EOT/EOS fixing."
This reverts commit 42e84c8e2e.

Conflicts:
	docs/changes.rst
2013-03-19 23:32:42 +01:00
Stein Magnus Jodal
71e25e751d Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
	mopidy/audio/utils.py
	mopidy/backends/stream/actor.py
	tests/backends/base/events.py
2013-03-12 21:09:14 +01:00
Stein Magnus Jodal
af6b661ef7 docs: Update changelog for v0.12.0 2013-03-12 21:03:50 +01:00
Stein Magnus Jodal
8fe688f7a7 docs: Fix typos in changelog
Conflicts:
	docs/changes.rst
2013-03-12 20:23:40 +01:00
Stein Magnus Jodal
c4d94988a3 docs: Add stream backend to changelog
Conflicts:
	docs/changes.rst
2013-03-12 20:23:40 +01:00
Stein Magnus Jodal
3e39469cbb docs: Document new backend 2013-03-12 20:23:39 +01:00
Stein Magnus Jodal
befc83f28c Update changelog 2013-03-12 20:13:54 +01:00
Stein Magnus Jodal
7083729930 docs: Fix typos in changelog
Conflicts:
	docs/changes.rst
2013-03-12 20:10:19 +01:00
Stein Magnus Jodal
d2a51f7128 models: Add Album.num_discs (#286) 2013-03-12 20:08:52 +01:00
Stein Magnus Jodal
f3ccf871e5 models: Add Track.disc_no (#286) 2013-03-12 20:08:44 +01:00
Stein Magnus Jodal
bb9ef63a42 models: Add Album.images field (#263) 2013-03-12 20:08:24 +01:00
Stein Magnus Jodal
04b24b4a37 core: Add 'include_tracks' argument to 'get_playlists()'
Conflicts:
	docs/changes.rst
2013-03-12 20:07:11 +01:00
Thomas Adamcik
0404ec625b Update changelog with mixer track selection change.
Conflicts:
	docs/changes.rst
2013-03-12 20:04:25 +01:00
Stein Magnus Jodal
9749f66972 Use bytestrings for the keys of **kwargs dicts
Python < 2.6.5rc1 does not work with unicode keys. Fixes #302.
2013-03-12 20:01:27 +01:00
Stein Magnus Jodal
cc69de5626 Fix Python 2.6.0/2.6.1 support (fixes #302)
Conflicts:
	docs/changes.rst
2013-03-12 20:01:05 +01:00
Stein Magnus Jodal
d9300f72bd scanner: Support symlinks 2013-03-12 19:59:19 +01:00
0xadam
613a666930 docs: Append to /etc/modules, not overwrite
Fixes the snd_bcm2835 module not being loaded and therefore sound output not working
2013-03-03 20:14:44 +01:00
Stein Magnus Jodal
4df84b3086 docs: Spotify now works on armhf 2013-03-03 20:14:37 +01:00
Stein Magnus Jodal
25bab4bee6 docs: Fix syntax error 2013-03-03 20:14:27 +01:00
Stein Magnus Jodal
2bdc4b75ce docs: Refer to HTTP clients page for web based MPD clients 2013-03-03 20:14:11 +01:00
Stein Magnus Jodal
af4e33a9f0 docs: Add rompr to web client list (fixes #321) 2013-03-03 20:14:05 +01:00
Stein Magnus Jodal
93e86896e3 docs: Fix syntax error 2013-03-03 20:14:01 +01:00
Stein Magnus Jodal
559e184aa8 docs: Prefix issue numbers with '#' instead of 'GH-' 2013-03-03 20:13:43 +01:00
Stein Magnus Jodal
e099884d60 docs: Add woutervanwijk's web client 2013-03-03 20:12:41 +01:00
Stein Magnus Jodal
e527badedc Merge pull request #334 from 0xadam/patch-1
docs: Append to /etc/modules, not overwrite
2013-03-01 23:36:10 -08:00
0xadam
0e2f512498 docs: Append to /etc/modules, not overwrite
Fixes the snd_bcm2835 module not being loaded and therefore sound output not working
2013-03-01 22:24:13 -08:00
Stein Magnus Jodal
22f386cf73 docs: Spotify now works on armhf 2013-02-07 22:25:27 +01:00
Stein Magnus Jodal
3ee8485d7e docs: Fix syntax error 2013-01-10 22:16:25 +01:00
Stein Magnus Jodal
689e7c5f3d docs: Refer to HTTP clients page for web based MPD clients 2013-01-10 22:13:44 +01:00
Stein Magnus Jodal
3c83041084 docs: Add rompr to web client list (fixes #321) 2013-01-10 22:12:44 +01:00
Stein Magnus Jodal
947b68b1be docs: Fix syntax error 2013-01-10 21:47:21 +01:00
Stein Magnus Jodal
78f4a85e92 docs: Prefix issue numbers with '#' instead of 'GH-' 2013-01-08 00:05:51 +01:00
Stein Magnus Jodal
7f81b7c34c docs: Fix typos in changelog 2013-01-08 00:05:27 +01:00
Stein Magnus Jodal
1a0842117f models: Add Album.num_discs (#286) 2013-01-06 22:07:06 +01:00
Stein Magnus Jodal
99593fd357 models: Add Track.disc_no (#286) 2013-01-06 22:07:06 +01:00
Stein Magnus Jodal
6599094b1e models: Add Album.images field (#263) 2013-01-06 21:43:52 +01:00
Stein Magnus Jodal
2eb9ad710a core: Add 'include_tracks' argument to 'get_playlists()' 2013-01-06 21:04:27 +01:00
Thomas Adamcik
42e84c8e2e docs: Add changelog entry for EOT/EOS fixing. 2013-01-06 11:32:37 +01:00
Stein Magnus Jodal
928034222a Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
2013-01-03 23:55:00 +01:00
Thomas Adamcik
91297c1ba8 Update changelog with mixer track selection change. 2013-01-03 22:54:13 +01:00
Stein Magnus Jodal
d34ba24cfe Use bytestrings for the keys of **kwargs dicts
Python < 2.6.5rc1 does not work with unicode keys. Fixes #302.
2013-01-03 10:04:05 +01:00
Stein Magnus Jodal
62cbcee5d7 Fix Python 2.6.0/2.6.1 support (fixes #302) 2013-01-02 23:40:59 +01:00
Stein Magnus Jodal
052efc23ed docs: Add stream backend to changelog 2013-01-02 22:32:58 +01:00
Stein Magnus Jodal
b009606df5 docs: Document new backend 2013-01-02 22:29:07 +01:00
Stein Magnus Jodal
dfa0d648f9 scanner: Support symlinks 2013-01-02 21:39:14 +01:00
Stein Magnus Jodal
fb8e96bbf0 docs: Add woutervanwijk's web client 2012-12-29 13:23:21 +01:00
Thomas Adamcik
ea2f2d74b5 Merge pull request #294 from jeremybmerrill/patch-1
Add caveat about static in sound test file.
2012-12-24 17:53:29 -08:00
Stein Magnus Jodal
c37ce8751e Release v0.11.1 2012-12-24 20:23:51 +01:00
Jeremy B. Merrill
f1aa1f9d66 Add caveat about static in sound test file.
Add a note saying that the purpose of the "aplay ... Front_Center.wav" line is merely to test whether the sound works or not, rather than to test its quality.

Anecdotally, I had very static-y sound from the aplay command, which prompted me to incorrectly believe that my sound would not work with Mopidy. As it turns out, the sound works fine using Mopidy or gstreamer. This note will hopefully keep other Mopidy users from thinking their sound is broken when it is not. (I ended up installing armhf version and trying to use despotify, which didn't work, before coming back to Mopidy.)
2012-12-24 13:14:01 -05:00
Stein Magnus Jodal
81b9d1116d docs: Update changelog 2012-12-24 12:13:00 +01:00
Stein Magnus Jodal
01bb711074 docs: Add v0.12 section to changelog 2012-12-24 11:11:39 +01:00
Stein Magnus Jodal
e7d9a1bcdb docs: Update changelog for v0.11.0 2012-12-24 10:54:50 +01:00
Stein Magnus Jodal
a1cfc74d29 Merge branch 'develop' into feature/mpd-album-artist-search-results
Conflicts:
	docs/changes.rst
2012-12-23 18:49:51 +01:00
Stein Magnus Jodal
58cbbe8cb3 Merge pull request #287 from jodal/feature/search-result-model
Add SearchResult model
2012-12-23 09:47:11 -08:00
Stein Magnus Jodal
5d707e3918 settings: Fail if BACKENDS/FRONTENDS setting isn't iterable (fixes #278) 2012-12-23 15:42:49 +01:00
Stein Magnus Jodal
ce318316a3 mpd: Don't restart current track before seek 2012-12-23 12:20:34 +01:00
Stein Magnus Jodal
e5c0bcd110 docs: Add issue references 2012-12-21 23:28:59 +01:00
Stein Magnus Jodal
455f0145e7 mpd: Include artists and albums in search results 2012-12-21 23:10:20 +01:00
Stein Magnus Jodal
b0ba2040df Return SearchResult objects from find_exact() and search()
This applies to both backends and core.
2012-12-21 22:05:20 +01:00
Stein Magnus Jodal
52b20b3297 models: Add SearchResult model 2012-12-21 00:30:20 +01:00
Stein Magnus Jodal
4b94a5a8ef spotify: Increase max search results from 100 to 200 2012-12-20 22:15:46 +01:00
Stein Magnus Jodal
242df28114 mpd: Support search by date (#272) 2012-12-20 21:34:06 +01:00
Stein Magnus Jodal
02c8ea53d7 local: Add search-by-date support 2012-12-20 21:30:09 +01:00
Stein Magnus Jodal
147bb5e983 local: Read track date from tag cache 2012-12-20 21:30:08 +01:00
Stein Magnus Jodal
30ac1896b3 Merge branch 'develop' into feature/improved-lookup 2012-12-20 19:15:39 +01:00
Stein Magnus Jodal
79cbdb4fbb mpd: Add MPD_SERVER_CONNECTION_TIMEOUT setting 2012-12-19 23:47:22 +01:00
Stein Magnus Jodal
4a29e2549a Merge branch 'develop' into feature/improved-lookup
Conflicts:
	docs/changes.rst
	mopidy/backends/spotify/library.py
2012-12-19 23:32:32 +01:00
Stein Magnus Jodal
3cdc9e4e99 spotify: Add SPOTIFY_TIMEOUT setting 2012-12-19 23:25:20 +01:00
Stein Magnus Jodal
e63e6f7bbb docs: Update changelog 2012-12-19 21:58:36 +01:00
Stein Magnus Jodal
6d8a8a7902 docs: Update changelog 2012-12-19 19:55:15 +01:00
Stein Magnus Jodal
ea37cf1a44 core: Include the TlTrack in track_playback_* events 2012-12-19 17:06:04 +01:00
Stein Magnus Jodal
c5ac7aeb77 core: Include new volume level in volume_changed event 2012-12-19 16:31:58 +01:00
Stein Magnus Jodal
dfda1cb064 docs: Update changelog 2012-12-19 14:40:48 +01:00
Stein Magnus Jodal
59ccc207ea core: Make all methods callable without kwargs, e.g. from Mopidy.js 2012-12-17 15:38:32 +01:00
Stein Magnus Jodal
5122a254aa models: Specify time zone of Playlist.last_modified as UTC 2012-12-16 20:22:42 +01:00
Stein Magnus Jodal
0b6673e7f5 mpd: Bump protocol version to 0.17.0 2012-12-15 01:48:49 +01:00
Stein Magnus Jodal
b43fc2ebe9 mpd: Stub channel commands 2012-12-15 01:44:20 +01:00
Stein Magnus Jodal
b95c8032de mpd: Add 'searchaddpl' command 2012-12-15 01:18:13 +01:00
Stein Magnus Jodal
9b1dfa6978 mpd: Add 'searchadd' command 2012-12-15 00:40:33 +01:00
Stein Magnus Jodal
6ac2c249b5 mpd: Add 'findadd' command 2012-12-15 00:39:52 +01:00
Stein Magnus Jodal
50cbe5f384 mpd: Add range support to 'load' command 2012-12-14 22:13:08 +01:00
Stein Magnus Jodal
49d585a97c mpd: Add 'config' command 2012-12-14 12:08:17 +01:00
Stein Magnus Jodal
ac537a63c7 mpd: Add 'seekcur' command 2012-12-14 11:53:44 +01:00
Stein Magnus Jodal
bac240501b docs: Add empty changelog entry for v0.11 2012-12-14 11:52:55 +01:00
Stein Magnus Jodal
1919d7f8c2 docs: Include full list of authors 2012-12-13 02:21:21 +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
005b751efb docs: Update changelog for v0.10.0 2012-12-13 00:20:06 +01:00
Stein Magnus Jodal
24ace415a0 spotify: pyspotify 1.9 and 1.10 are both supported 2012-12-13 00:19:43 +01:00
Thomas Adamcik
8ee4b431ac Merge pull request #276 from jodal/feature/scanner-encoding-support
Scanner encoding support
2012-12-12 15:11:10 -08:00
Stein Magnus Jodal
b397162bd0 docs: Update changelog 2012-12-12 15:11:07 +01:00
Stein Magnus Jodal
f5dc5aba83 docs: Add HTTP clients page 2012-12-12 14:03:43 +01:00
Stein Magnus Jodal
40aa6db3c4 docs: Fix Sphinx syntax 2012-12-11 11:31:36 +01:00
Stein Magnus Jodal
cdda3bc5dd scanner: Add -q and -v options for controlling log output 2012-12-11 11:00:42 +01:00
Stein Magnus Jodal
74cbb91cfb docs: Add Mopidy.js to changelog 2012-12-04 13:02:14 +01:00
Stein Magnus Jodal
510b821db8 docs: Formatting 2012-12-03 00:30:26 +01:00
Stein Magnus Jodal
006e411cd8 docs: Update changelog 2012-12-03 00:28:54 +01:00
Stein Magnus Jodal
4889d2a928 scanner: Ignore invalid dates 2012-12-02 15:44:09 +01:00
Stein Magnus Jodal
c54a9c3260 docs: Add HTTP frontend to changelog 2012-12-01 17:31:27 +01:00
Stein Magnus Jodal
7d047acc2e Merge branch 'develop' into feature/http-frontend 2012-11-25 22:04:53 +01:00
Stein Magnus Jodal
90663021a4 Merge branch 'feature/json-rpc' into feature/http-frontend 2012-11-25 08:39:20 +01:00
Stein Magnus Jodal
b71b0751b8 Merge remote-tracking branch 'cjohansen/patch-2' into develop
Conflicts:
	docs/installation/index.rst
2012-11-23 01:19:32 +01:00
Christian Johansen
c53f6838a6 Un-"fix" Ubuntu typo 2012-11-23 00:54:38 +01:00
Christian Johansen
18b5496aff Typo! python-pip is actually pip-python
Mass confusion: The package is called python-pip, the binary is pip-python
2012-11-23 00:46:05 +01:00
Christian Johansen
622b98502c Add installation instructions for Fedora 2012-11-23 00:38:36 +01:00
Stein Magnus Jodal
26e6b2e730 Fix crash when XDG variables contain non-ASCII characters (fixes #256) 2012-11-21 10:20:08 +01:00
Stein Magnus Jodal
33e268c79b docs: Create changelog for v0.10 2012-11-21 10:17:25 +01:00
Stein Magnus Jodal
532a915db8 Merge branch 'develop' into feature/http-frontend 2012-11-21 02:02:58 +01:00
Stein Magnus Jodal
a5d222dee3 Update changelog for v0.9.0 2012-11-21 01:43:16 +01:00
Stein Magnus Jodal
3af3eb5127 mpd: Make 'decoders' return an empty response to please ncmpcpp 2012-11-21 01:29:14 +01:00
Stein Magnus Jodal
512b95fdb0 docs: Update changelog with MPD search/find change 2012-11-21 01:18:19 +01:00
Stein Magnus Jodal
5fbb6328d6 mpd: list shouldn't return blank artist names, album names, or dates 2012-11-21 00:48:08 +01:00
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
56c4892f46 Merge branch 'develop' into feature/http-frontend 2012-11-20 00:27:19 +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
7e3fba0155 Merge branch 'develop' into feature/http-frontend 2012-11-18 09:45:44 +01:00
Stein Magnus Jodal
b8c7703c79 mpris: Implement the playlists interface (fixes #229) 2012-11-17 01:45: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
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
e1ef73f517 Merge branch 'develop' into feature/http-frontend 2012-11-14 09:35:19 +01:00
Stein Magnus Jodal
cee6894ff6 Update changelog 2012-11-14 09:27:03 +01:00
Stein Magnus Jodal
3a24deaec3 Rename 'stored playlists' to 'playlists' 2012-11-14 09:23:19 +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
Erling Børresen
bd7c713fbf Docs: Fix typo in gst-launch command 2012-11-11 14:05:26 +01:00
Stein Magnus Jodal
256c5a8179 http: Document existence of the new frontend 2012-11-09 14:23:26 +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
926873b527 docs: Move MPD client screen shots to work better with RTD stylesheet 2012-11-06 22:40:53 +01:00
Stein Magnus Jodal
faafa076d1 docs: Add screen shots of MPD clients 2012-11-06 22:38:41 +01:00
Stein Magnus Jodal
38607fc2be docs: Update MPoD review 2012-11-06 22:26:36 +01:00
Stein Magnus Jodal
6b8a7ab356 docs: Add MPaD review 2012-11-06 22:00:46 +01:00
Stein Magnus Jodal
f19695ccd5 docs: Updated link to Theremin 2012-11-06 21:51:08 +01:00
Stein Magnus Jodal
d48e1218fc docs: Update Android MPD clients review 2012-11-06 21:03:00 +01:00
Stein Magnus Jodal
0211a86b5c docs: Update/reorder console and graphical clients 2012-11-06 20:56:28 +01:00
Stein Magnus Jodal
84f902081e docs: Add ToC to MPD clients page 2012-11-06 20:15:09 +01:00
Stein Magnus Jodal
9e622c46e2 docs: Add Paul Sturgess' Vagrant setup to installation page 2012-11-06 19:27:20 +01:00
Stein Magnus Jodal
3471a5639b docs: Add a section pointing to the Raspberry Pi page 2012-11-06 16:55:56 +01:00
Stein Magnus Jodal
7190052d2c docs: Add ToC for the installation page 2012-11-06 16:55:40 +01:00
Stein Magnus Jodal
78bb341282 docs: Fix references to old installation docs 2012-11-06 16:27:31 +01:00
Stein Magnus Jodal
5c7e18e950 docs: Update with realistic test count. Reorder sections 2012-11-06 16:17:03 +01:00
Stein Magnus Jodal
636dc6152d docs: Better installation docs
The GStreamer and libspotify/pyspotify docs have been merged into the main
installation document. Everything related to OS X have been grouped in one
section. The rest have been merged into the "from source" section.
2012-11-06 16:11:45 +01:00
Stein Magnus Jodal
6b85392f00 docs: Simplify install docs 2012-11-06 12:47:04 +01:00
Stein Magnus Jodal
8ccfc3e56e docs: How to use the Ubuntu Sound Menu with Mopidy 2012-11-06 10:17:34 +01:00
Stein Magnus Jodal
deccce6237 docs: Formatting 2012-11-06 09:20:24 +01:00
Stein Magnus Jodal
0a2fd5fe2b docs: Turn on IPv6 in Raspi on Squeeze 2012-11-06 09:07:57 +01:00
Stein Magnus Jodal
6088868d6b docs: Update Raspberry Pi how to for Squeeze to use APT 2012-11-06 08:58:20 +01:00
Stein Magnus Jodal
f69fc4f976 docs: How to use Mopidy and Rygel with UPnP clients 2012-11-05 22:42:47 +01:00
Stein Magnus Jodal
331603cc35 docs: Port Raspberry Pi how tos from wiki 2012-11-05 18:07:15 +01:00
Stein Magnus Jodal
76684ddb50 docs: Add links from intro to relevant pages 2012-11-04 22:07:22 +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
ddbf7b7c40 docs: Include GStreamer and libspotify installation instructions in ToC 2012-11-04 21:44:25 +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
6d55dae212 docs: Homebrew now includes gst-python 2012-10-30 16:29:32 +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
26e0f9f694 docs: Homebrew now includes gst-python 2012-10-30 15:15:44 +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
a5df718276 docs: Sync front page with README 2012-10-29 19:21:56 +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
6a39516d05 Fix typo 2012-10-29 09:22:41 +01:00
Stein Magnus Jodal
fbf642ca99 docs: Use dashes in all labels 2012-10-29 09:21:58 +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
9f69c62031 Fix typo in changelog and add another sentence 2012-10-29 01:08:06 +01:00
Stein Magnus Jodal
f0602b4e3b docs: Fix lots of broken module documentation 2012-10-29 00:25:25 +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
17b0a2ccc3 Update local backend settings guide 2012-10-28 22:00:55 +01:00
Stein Magnus Jodal
c2cde5267a Update changelog with multi-backend changes 2012-10-28 21:49:29 +01:00
Stein Magnus Jodal
11ddc42120 Update descriptions of settings 2012-10-28 11:10:20 +01:00
Stein Magnus Jodal
70c72365b8 Update Pykka version in install docs 2012-10-26 22:47:41 +02:00
Stein Magnus Jodal
587dde287f Update to work with Pykka 1.0 2012-10-26 22:32:06 +02:00
Stein Magnus Jodal
2fd86cb16e Recommend flake8 for style checking 2012-10-25 09:30:59 +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
986c0a9ad3 Move get_version() helper to mopidy.utils.versioning 2012-10-16 21:45:36 +02:00
Stein Magnus Jodal
f3d7f8f65f Fix all flake8 warnings in docs (#211) 2012-10-16 14:52:01 +02: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
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
e7f08a7a20 Rename mopidy.{listeners.BackendListener => core.CoreListener} 2012-09-27 20:35:39 +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
0800e86a05 docs: Use unicode literals in settings examples 2012-09-19 23:58:38 +02:00
Stein Magnus Jodal
9339833266 docs: Fix typo 2012-09-19 00:47:32 +02:00
Stein Magnus Jodal
bb589dc78b Merge pull request #205 from adamcik/feature/software-mixer
Switch to playbin2 and re-add software mixer support.
2012-09-18 15:12:37 -07:00
Thomas Adamcik
8ff98195c7 Document settings profiles hack. 2012-09-19 00:09:23 +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
Stein Magnus Jodal
6b01e612a3 Merge pull request #200 from adamcik/feature/local-scanner-fixes
Fix for #189 and other cleanups
2012-09-16 14:04:06 -07:00
Thomas Adamcik
049840daaf Update changelog. 2012-09-16 22:53:58 +02:00
Stein Magnus Jodal
fdde2eb2bf docs: Don't guesstime release to include multi-backend 2012-09-16 20:29:24 +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
2cd729aa2f docs: Include git revision in version number if we're in a git repo 2012-09-15 18:50:43 +02:00
Stein Magnus Jodal
1443114204 docs: Remove duplicate API doc 2012-09-15 17:45:28 +02:00
Thomas Adamcik
e6485e4abe Add basic docs for Audio API, fixes #177. 2012-09-15 14:01:05 +02:00
Stein Magnus Jodal
25b14cbfb3 docs: Fix broken autodocs 2012-09-14 01:43:45 +02:00
Stein Magnus Jodal
2ba05f9405 Add PlaybackState enum 2012-09-14 01:17:55 +02:00
Stein Magnus Jodal
aab37302a1 Rename mopidy.gstreamer to mopidy.audio 2012-09-14 01:05:42 +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
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
a703b19862 docs: Update iOS clients section 2012-09-12 22:20:00 +02:00
Stein Magnus Jodal
fd76b46d5e docs: Fix typo 2012-09-12 22:11:29 +02:00
Stein Magnus Jodal
5b284af399 Update Android MPD client review (fixes #155) 2012-09-12 21:52:44 +02:00
Stein Magnus Jodal
e304b85c87 docs: Remove note about how to use ncmpcpp with Mopidy < 0.6, which is almost a year ago 2012-09-12 20:36:15 +02:00
Stein Magnus Jodal
a08b1461ad docs: Remove note about Ubuntu 10.04 and older 2012-09-12 20:36:15 +02:00
Stein Magnus Jodal
061adbddd0 docs: Remove superflous word 2012-09-12 20:27:12 +02:00
Stein Magnus Jodal
3f923907ca docs: Fix capitalization of GStreamer 2012-09-12 20:26:59 +02:00
Stein Magnus Jodal
8d44f4697b Fix typos, clarify docs 2012-09-12 20:23:39 +02:00
Stein Magnus Jodal
91b2c0f430 Update Homebrew installation guide 2012-09-12 13:41:46 +02:00
Stein Magnus Jodal
c8b24303ca Remove sections about donations 2012-09-12 12:08:35 +02:00
Stein Magnus Jodal
5ad75b18de Add link to contributors list at GitHub 2012-09-12 12:08:19 +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
911b45dce8 Document debug-proxy's existance. 2012-09-09 23:31:54 +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
fd4d5b2f62 Update autodoc dependency mock 2012-09-08 23:48:55 +02:00
Stein Magnus Jodal
652f970548 Remove old output docs 2012-09-08 23:48:25 +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
753070d1db Merge branch 'develop' into feature/switch-to-gst-mixers
Conflicts:
	tests/gstreamer_test.py
2012-09-06 00:02:37 +02:00
Stein Magnus Jodal
857c302bb5 Merge branch 'feature/travis' into develop 2012-09-05 23:59:51 +02:00
Stein Magnus Jodal
8b4302e388 Add Travis CI description to development docs 2012-09-05 23:58:30 +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
5769ec6910 Merge branch 'develop' into feature/simplify-outputs 2012-08-23 01:11:50 +02:00
Thomas Adamcik
74a58be60c Merge branch 'develop' into feature/simplify-outputs
Conflicts:
	docs/changes.rst
	mopidy/gstreamer.py
2012-08-23 00:06:01 +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
a987f7e5c1 It's 'Last.fm', not 'Last.FM' 2012-03-08 09:52:55 +01: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
86a4d6c36e Avoid HTTP to HTTPS redirect 2012-02-13 10:33: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
ca0d2935f8 Fix URLs and use curl instead of wget, as wget isn't installed by default on OS X 2012-02-07 21:40:26 +01:00
Stein Magnus Jodal
f84cd6833a Fix header level 2012-02-07 01:23:48 +01:00
Stein Magnus Jodal
bb2c05b215 Pull a couple of section up a level 2012-02-07 01:14:11 +01:00
Stein Magnus Jodal
5e6fd8d7bc Formatting fix 2012-02-07 01:13:17 +01:00
Stein Magnus Jodal
48db56cc88 GitHub is on HTTPS now 2012-02-07 01:10:46 +01:00
Stein Magnus Jodal
05b0d20fa5 Remove use of /usr/local, as Homebrew can be installed in other locations 2012-02-07 01:01:52 +01:00
Stein Magnus Jodal
5a15964910 Add missing word 2012-02-07 00:56:58 +01:00
Stein Magnus Jodal
cfea4be681 "brew upgrade" has replaced " brew install brew outdated" 2012-02-07 00:55:41 +01:00
Stein Magnus Jodal
3f86d3fd32 A bit less easy_install in the world 2012-02-07 00:51:34 +01:00
Stein Magnus Jodal
a679d0c2ee Add detailed GStreamer installation instructions for OS X 2012-02-07 00:51:18 +01:00
Stein Magnus Jodal
0d16bb0048 Simplify libspotify/pyspotify installation instructions 2012-02-07 00:27:14 +01:00
Stein Magnus Jodal
95ab34dd70 Simplify requirements listing 2012-02-07 00:11:55 +01:00
Stein Magnus Jodal
9bcd0fe3a7 Replace aptitude with apt-get 2012-02-06 13:23:08 +01:00
Stein Magnus Jodal
8d64ee8f54 Remove custom Sphinx theme and template not needed when using Read The Docs 2012-01-17 18:19:52 +01:00
Stein Magnus Jodal
9a17ccd1e3 Update links to Pykka web site 2012-01-15 00:57:52 +01:00
Stein Magnus Jodal
3af3c3371f Remove last generated date in docs footer 2012-01-14 23:36:19 +01:00
Stein Magnus Jodal
315661ec19 Point documentation links at docs.mopidy.com 2012-01-14 22:43:00 +01:00
Stein Magnus Jodal
906402ac47 Use default theme on Read The Docs 2012-01-14 22:27:47 +01:00
Stein Magnus Jodal
5bf93cb0e0 Update copyright 2012-01-14 22:27:47 +01:00
Stein Magnus Jodal
57f1354c0a Remove the inheritance diagrams from the docs, as they don't work with mocked out dependencies 2012-01-14 22:27:47 +01:00
Stein Magnus Jodal
6516d0726e Mock all external dependencies when building docs 2012-01-14 22:27:47 +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
ff7405ca64 Merge branch 'master' into develop 2011-10-19 20:10:34 +02:00
Stein Magnus Jodal
ceb5753c81 Move Google Analytics code to <head> 2011-10-19 20:10:24 +02:00
Stein Magnus Jodal
e5bbda739c Update to async version of Google Analytics tracking 2011-10-19 19:13:04 +02:00
Stein Magnus Jodal
20cd11eb30 Update to async version of Google Analytics tracking 2011-10-19 19:12:03 +02:00
Stein Magnus Jodal
c844c40c60 Merge branch 'master' into develop 2011-10-09 19:46:55 +02:00
Stein Magnus Jodal
139ecb6ccf docs: Note on stopping Mopidy using kill/SIGTERM 2011-10-09 19:45:10 +02:00
Stein Magnus Jodal
a95f960fdb docs: Update location of settings file after XDG-ification 2011-10-09 19:34:28 +02:00
Stein Magnus Jodal
041fd27990 docs: Add link from requirements to the MPRIS frontend 2011-10-09 19:31:05 +02: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
ef29a82626 Add missing word 2011-08-03 23:43:31 +02:00
Stein Magnus Jodal
e14c2aee04 Update changelog with fix for #113 2011-08-02 22:42:09 +02:00
Stein Magnus Jodal
2d4ed8572a Update MPD client review since Mopidy 0.6 got 'idle' support 2011-08-02 22:30:48 +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
8795933803 Update MPD docs 2011-07-29 23:29:39 +02:00
Stein Magnus Jodal
13c47a763a Document how to manually make the Ubuntu Sound Menu work 2011-07-27 20:56:49 +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
b2ccdec960 Rip out rest of code that supported simulatnous outputs 2011-07-17 04:21:04 +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
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
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
Stein Magnus Jodal
d30ee6a968 Update changelog for v0.5.0 release 2011-06-15 22:32:57 +02:00
Stein Magnus Jodal
e6e2ab5855 Add shutdown procedure improvements to changelog 2011-06-15 22:31:54 +02:00
Stein Magnus Jodal
30a8fd5e85 Remove source file for outdated and removed sequence diagram 2011-06-14 14:56:42 +02:00
Stein Magnus Jodal
4090c14ae1 pyspotify 1.3 adds autolinking of tracks. Fixes #34. 2011-06-12 11:37:15 +02:00
Stein Magnus Jodal
8107c77bcf Require pyspotify 1.3 2011-06-12 02:25:51 +02:00
Stein Magnus Jodal
fae469cca3 Merge branch 'develop' into feature/mpris-frontend
Conflicts:
	docs/changes.rst
2011-06-10 19:30:00 +02:00
Johannes Knutsen
32915b6832 Add --interactive feature to changelog 2011-06-09 20:47:20 +02:00
Stein Magnus Jodal
9c7bf9fc73 docs: Add inheritance diagrams for outputs 2011-06-09 18:55:50 +02:00
Stein Magnus Jodal
4894332160 docs: New email address for knutz3n 2011-06-09 18:12:51 +02:00
Stein Magnus Jodal
23121d4a15 docs: Update how to use a custom audio sink 2011-06-09 18:08:19 +02:00
Stein Magnus Jodal
11e85dd479 docs: Remove outdated internals docs 2011-06-09 17:56:10 +02:00
Stein Magnus Jodal
9f552465e7 docs: Update link to wishlist label 2011-06-09 17:49:44 +02:00
Stein Magnus Jodal
74dbc0ba88 docs: v0.3 suddenly became v0.6+ 2011-06-09 17:49:31 +02:00
Stein Magnus Jodal
3432c84e68 Add new SPOTIFY_BITRATE setting to changelog 2011-06-09 17:38:33 +02:00
Stein Magnus Jodal
ed59030a50 Update changelog for 0.5.0 release 2011-06-09 16:10:28 +02:00
Stein Magnus Jodal
a7a686f4ad docs: How to use the SHOUTcast output 2011-06-09 15:18:29 +02:00
Stein Magnus Jodal
02ff811770 Merge pull request #106 from adamcik/feature/improve-scanner
feature/improve-scanner
2011-06-09 04:56:35 -07:00
Thomas Adamcik
b6d1ff2b74 Add scanner improvements to changelog 2011-06-09 13:54:12 +02:00
Stein Magnus Jodal
7c6c48feaa Merge branch 'develop' into feature/mpris-frontend 2011-06-07 16:30:05 +02:00
Stein Magnus Jodal
f35eb4aa9b Require libspotify 0.0.8 and pyspotify 1.2 2011-06-07 16:04:26 +02:00
Stein Magnus Jodal
20d3b48bb5 Update changelog with fix for GH-59 (fixes: #59) 2011-06-07 16:02:29 +02:00
Stein Magnus Jodal
61375f0edc Merge branch 'develop' into feature/mpris-frontend
Conflicts:
	docs/changes.rst
2011-06-07 02:30:01 +02:00
Stein Magnus Jodal
3e18254c18 Change playback.{next,prev} to not imply play() 2011-06-05 15:47:15 +02:00
Stein Magnus Jodal
6c68b17b45 Fix 'commands' and 'notcommands' for unauthenticated users
Use newly gained access to the current user's authentication state and
the command handler's auth_required flag to give correct 'commands' and
'notcommands' output to unauthenticated users when password
authentication is activated.
2011-06-04 19:44:16 +02:00
Stein Magnus Jodal
d0573aa7e8 docs: Do not autodoc private members any longer. The need really went away with the separation of BackendControllers and BackendProviders 2011-06-04 19:28:19 +02:00
Stein Magnus Jodal
6b71a7acb5 Update changelog with MPD improvements 2011-06-03 23:39:34 +02:00
Stein Magnus Jodal
4036b7dd8e Add missing inheritance diagrams for the MPD docs 2011-06-03 22:54:19 +02:00
Stein Magnus Jodal
0e098e9b60 Replace not decodable characters returned from Spotify instead of crashing 2011-06-02 18:38:11 +02:00
Stein Magnus Jodal
b992277e7f docs: Move changes further down the front page 2011-05-24 21:15:12 +02:00
Stein Magnus Jodal
9c23949284 Homebrew no longer carries pip 2011-05-23 10:15:30 +02: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
Stein Magnus Jodal
38733c9d9a Change changelog header format, so we get permanent anchors instead of #id1 and so on 2011-05-19 23:23:31 +02:00
Stein Magnus Jodal
fe76528738 Update changelog with --list-settings improvements. (Fixes #91) 2011-05-19 23:17:10 +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
b6c1f5fc15 Update changelog with fix for #95 2011-05-09 23:25:29 +02:00
Stein Magnus Jodal
254d955385 Merge branch 'hotfix/0.4.1' into develop
Conflicts:
	docs/changes.rst
	mopidy/__init__.py
	tests/version_test.py
2011-05-06 00:25:06 +02:00
Stein Magnus Jodal
ffb2985fda Update changelog for 0.4.1 release 2011-05-06 00:21:24 +02:00
Stein Magnus Jodal
eb13a8abd1 Add credits and issue reference to changelog 2011-05-06 00:14:09 +02:00
Stein Magnus Jodal
79fc6a11da Update changelog with removal of redundant Pykka proxy creation 2011-05-06 00:01:03 +02:00
Stein Magnus Jodal
9b0499bc1a Update changelog with UnicodeDecodeError fix from bok 2011-05-05 23:59:02 +02:00
Thomas Adamcik
fad015ba7e Update changelog with modularised output and time error bug 2011-05-04 00:15:21 +02:00
Stein Magnus Jodal
ed5cd8f52b docs: Refresh docs wrt. mopidy.{gstreamer,outputs} 2011-05-03 10:08:21 +02:00
Stein Magnus Jodal
cec3c30400 Update changelog with fix for GH-85 2011-04-29 23:52:40 +02:00
Stein Magnus Jodal
b2e4f3903c Add NadMixer fix to changelog 2011-04-29 20:30:04 +02:00
Stein Magnus Jodal
1a3fa4b80d Prepare changelog for 0.5.0 development 2011-04-27 00:21:39 +02:00
Stein Magnus Jodal
b8a8da1cdc Add description of 0.4.0 release 2011-04-26 23:47:38 +02:00
Stein Magnus Jodal
f35e1348bc Update changelog with fixes from @adamcik 2011-04-26 23:24:23 +02:00
Stein Magnus Jodal
a7e6596578 Pause playback on Spoticy connection errors (fixes #65) 2011-04-26 23:07:36 +02:00
Stein Magnus Jodal
043338d3af Revert "Merge branch 'feature/multi-backend' into develop"
This reverts commit c8639f48da, reversing
changes made to 3e0a04ab91.
2011-04-25 15:14:00 +02:00
Stein Magnus Jodal
5f7988d974 Merge branch 'develop' into feature/multi-backend
Conflicts:
	mopidy/backends/local/__init__.py
	mopidy/outputs/gstreamer.py
	tests/frontends/mpd/audio_output_test.py
	tests/frontends/mpd/command_list_test.py
	tests/frontends/mpd/connection_test.py
	tests/frontends/mpd/current_playlist_test.py
	tests/frontends/mpd/dispatcher_test.py
	tests/frontends/mpd/music_db_test.py
	tests/frontends/mpd/playback_test.py
	tests/frontends/mpd/reflection_test.py
	tests/frontends/mpd/regression_test.py
	tests/frontends/mpd/status_test.py
	tests/frontends/mpd/stickers_test.py
	tests/frontends/mpd/stored_playlists_test.py
2011-04-25 15:05:33 +02:00
Stein Magnus Jodal
7f5aa6ed19 Update GitHub issues links to match new URL scheme 2011-04-11 23:01:20 +02:00
Stein Magnus Jodal
833f311cf6 Update changelog with symlink fix 2011-04-11 22:53:27 +02:00
Stein Magnus Jodal
6708ab79de Reduce log level from warning to info (fix #71) 2011-04-11 21:19:28 +02:00
Stein Magnus Jodal
e188f19595 Fix typo in 0.3.0 changelog 2011-04-06 23:05:55 +02:00
Stein Magnus Jodal
342c13f811 Fix 'song: None' in 'status' response 2011-04-06 22:40:50 +02:00
Stein Magnus Jodal
c5dd33a343 Replace invalid :cmd: with valid :command: 2011-04-05 21:50:07 +02:00
Stein Magnus Jodal
176409f0e8 Update changelog with patches from grunskis and octe 2011-04-05 21:46:11 +02:00
Stein Magnus Jodal
f3480ef680 Ironic: Misspelling 'bugs' 2011-04-05 21:36:05 +02:00
Stein Magnus Jodal
9e3cfc1072 Give jkp credits for fixing bugs in Pyspotify 2011-04-05 21:33:12 +02:00
Stein Magnus Jodal
2bacf5fe0b Fix link in changelog 2011-04-03 12:56:35 +02:00
Stein Magnus Jodal
f25f3d95c7 Update changelog after merge of feature/pykka-actors 2011-04-03 12:44:30 +02:00
Stein Magnus Jodal
b0f92af157 Merge remote branch 'mopidy/develop' into feature/pykka-actors 2011-03-31 09:05:59 +02:00
Stein Magnus Jodal
3aded359c5 Fix error in issue reference 2011-03-30 20:21:56 +02:00
Stein Magnus Jodal
dff5993727 Add Github issue reference 2011-03-30 20:18:04 +02:00
Stein Magnus Jodal
36b9c1af19 Update changelog with fixes by bok 2011-03-30 20:15:08 +02:00
Stein Magnus Jodal
4c5db1e25e docs: How to turn off 'idle' use ncmpcpp 2011-03-30 19:35:33 +02:00
Stein Magnus Jodal
4452957c10 Require Pykka 0.12 (not released yet) 2011-03-30 00:39:19 +02:00
Stein Magnus Jodal
2700698ec7 Require Pykka 0.11 2011-03-20 00:00:20 +01:00
Stein Magnus Jodal
46c6ee68df Fix ~200 backend tests 2011-03-10 23:19:44 +01:00
Stein Magnus Jodal
7f725e8c78 Upgrade to Pykka 0.10 2011-03-08 23:20:42 +01:00
Stein Magnus Jodal
18eec035b5 Add Pykka as dependency 2011-03-07 18:12:01 +01:00
Stein Magnus Jodal
57ad32a40f Mopidy can be used with libspotify 0.0.7 and pyspotify 1.1+mopidy20110223 2011-02-23 23:36:30 +01:00
Stein Magnus Jodal
163ead53da Add 'play -1' support when playing 2011-02-12 02:03:18 +01:00
Stein Magnus Jodal
15c992e06a Add 'play -1' support, which fixes resume in MPoD 2011-02-12 01:45:36 +01:00
Stein Magnus Jodal
91853eca2c Give Martins credit for the patch 2011-02-09 18:14:33 +01:00
Stein Magnus Jodal
8593a55dc5 Update changelog with GH-63 patch 2011-02-09 17:11:39 +01:00
Stein Magnus Jodal
8d419bb255 Update section on the CI server 2011-02-05 23:19:05 +01:00
Stein Magnus Jodal
5e87dcbfff Add 'date' query support to 'find' and 'search' to improve ncmpcpp media library browsing 2011-01-28 11:52:18 +01:00
Stein Magnus Jodal
a8c43d057f Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
	mopidy/__init__.py
	tests/version_test.py
2011-01-22 14:39:15 +01:00
Stein Magnus Jodal
2efad346c1 Update changelog for v0.3.1 2011-01-22 14:31:46 +01:00
Stein Magnus Jodal
2bef4f2e49 Ready for v0.4.0 development 2011-01-22 14:03:13 +01:00
Stein Magnus Jodal
2c9304679b Add release date for 0.3.0 2011-01-22 13:56:01 +01:00
Stein Magnus Jodal
a7aefea0ab docs: Link from changelog to MPC client reviews 2011-01-22 13:55:47 +01:00
Stein Magnus Jodal
2a1a3a8f0d Fix crash on failed lookup of URI from Spotify 2011-01-22 00:43:45 +01:00
Stein Magnus Jodal
f28a62b4a2 Update Last.fm frontend to catch new exceptions thrown by pylast 0.5.7 2011-01-21 23:55:55 +01:00
Stein Magnus Jodal
3f49cda5d2 Add description of the 0.3.0 release 2011-01-21 23:00:47 +01:00
Stein Magnus Jodal
be09a8a62a Catch exceptions thrown by pylast on connection problems 2011-01-21 22:45:31 +01:00
Stein Magnus Jodal
bfb5c45ebe Cleanup changelog 2011-01-21 21:55:09 +01:00
Stein Magnus Jodal
142a16aacc docs: Add MPD password auth to changelog 2011-01-21 16:50:38 +01:00
Stein Magnus Jodal
c85292ab5f docs: Add section on how to use MPD_SERVER_PASSWORD 2011-01-21 02:26:33 +01:00
Stein Magnus Jodal
d75d0388c5 docs: Copy most of README.rst into the docs to avoid linking from the develop docs to the master docs 2011-01-20 18:33:51 +01:00
Stein Magnus Jodal
a0f8106e7a docs: Review six Android MPD clients 2011-01-20 18:11:27 +01:00
Stein Magnus Jodal
2992a81ce0 Fix crash in lastfm frontend on tracks that does not contain the expected data 2011-01-20 17:05:32 +01:00
Stein Magnus Jodal
b187e93440 docs: Elaborate on issues with the graphical clients 2011-01-20 14:52:24 +01:00
Stein Magnus Jodal
970ed5d7b2 docs: Add warning to changelog on the Spotify playlist loading issue 2011-01-20 00:10:36 +01:00
Stein Magnus Jodal
7179754ec2 docs: Convert roadmap to wishlist issues 2011-01-19 23:30:48 +01:00
Stein Magnus Jodal
03d5330993 docs: Add results of MPoD testing 2011-01-19 15:10:50 +01:00
Stein Magnus Jodal
222aac6352 docs: Add section on impdclient 2011-01-19 15:10:27 +01:00
Stein Magnus Jodal
e7ed28d0d4 Fix crash in NadMixer when using unicode strings for settings 2011-01-15 14:00:35 +01:00
Stein Magnus Jodal
79bd041924 docs: Add 'this page' source link to make it easier to understand how the page is made and thus contribute fixes 2011-01-13 15:57:49 +01:00
Stein Magnus Jodal
3ce953ff10 docs: Add textual logo to make it easier to get to the front page 2011-01-13 15:57:18 +01:00
Stein Magnus Jodal
ed32b0a311 Update copyrights for 2011 2011-01-13 15:09:32 +01:00
Stein Magnus Jodal
a9461df4a0 Merge branch 'develop' into feature/multi-backend 2011-01-11 22:10:40 +01: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
3eb1d47765 Fix seek for Droid MPD 2011-01-09 23:46:03 +01:00
Stein Magnus Jodal
469e5fa189 Fix volume setting for Droid MPD 2011-01-09 23:38:46 +01:00
Stein Magnus Jodal
a14f114d2a Fix crash for Spotify users with playlist folders 2011-01-09 22:54:18 +01:00
Stein Magnus Jodal
dbbde5fdd6 Update Last.fm frontend to use pylast>=0.5 and the new Scrobbling 2.0 API 2011-01-08 03:48:16 +01:00
Stein Magnus Jodal
6a29222751 docs: Split ArchLinux instructions into several steps, like the others 2011-01-08 02:58:50 +01:00
Stein Magnus Jodal
3989891de5 docs: Better instructions for ArchLinux (thanks to sandsmark) 2011-01-08 02:49:46 +01:00
Stein Magnus Jodal
35e35054f0 docs: Update development roadmap 2011-01-08 01:42:33 +01:00
Stein Magnus Jodal
bb57ad9f60 docs: Add note ArchLinux AUR package 2011-01-08 01:33:49 +01:00
Stein Magnus Jodal
7e0047a8b5 docs: Rewrite installation docs and include the APT archive alternative 2011-01-08 01:25:13 +01:00
Stein Magnus Jodal
0212e7181b docs: Darker background on pre tags 2011-01-08 01:10:49 +01:00
Stein Magnus Jodal
2161e6cb94 docs: Remove empty section on installing libspotify on Windows 2011-01-07 22:52:11 +01:00
Stein Magnus Jodal
7f70d68eda Merge branch 'hotfix/crash-when-missing-lastfm' into develop
Conflicts:
	docs/changes.rst
	docs/installation/index.rst
	mopidy/__init__.py
2011-01-07 20:41:09 +01:00
Stein Magnus Jodal
d32d4b2cad Release v0.2.1 2011-01-07 20:38:48 +01:00
Stein Magnus Jodal
27f6e95e1f Minimize diff with master branch 2010-12-28 15:42:52 +01:00
Stein Magnus Jodal
71ede1a37b Update 0.2.0 docs to recommend libspotify 0.0.6 and mopidy/pyspotify over 0.0.4 and jodal/pyspotify 2010-12-28 15:41:22 +01:00
Stein Magnus Jodal
7743fa372b Doc gst-launch test step. Fixes GH#35. 2010-12-28 15:31:10 +01:00
Stein Magnus Jodal
ab6dbbb8fe Add note on the importancy of using pyspotify from the correct repo 2010-12-28 15:19:15 +01:00
Stein Magnus Jodal
18caae4b18 Simplify dependency list 2010-12-28 15:12:04 +01:00
Stein Magnus Jodal
62af31cbca Doc how to install dev snapshot using pip 2010-12-28 15:00:23 +01:00
Stein Magnus Jodal
2379e772c7 Remove warning that is not needed when we don't pull pyspotify from Git 2010-12-28 14:34:34 +01:00