Commit Graph

1968 Commits

Author SHA1 Message Date
Stein Magnus Jodal
cf5660e8e5 docs: Fix syntax error 2014-09-04 23:35:02 +02:00
Stein Magnus Jodal
d41deb1844 Merge branch 'release/v0.19.x' into develop
Conflicts:
	docs/changelog.rst
2014-09-01 23:17:00 +02:00
Stein Magnus Jodal
f93a1c2f0b Release v0.19.4 2014-09-01 23:15:12 +02:00
Stein Magnus Jodal
ca44ff3947 docs: Update changelog 2014-09-01 23:07:44 +02:00
Stein Magnus Jodal
c6f88feb00 Merge branch 'release/v0.19.x' into develop 2014-08-30 00:27:07 +02:00
Stein Magnus Jodal
83e779eaaf http: Guard against double close of WebSocket 2014-08-30 00:25:43 +02:00
Stein Magnus Jodal
fc94d0789e Merge branch 'release/v0.19.x' into develop 2014-08-29 21:28:58 +02:00
Stein Magnus Jodal
f1096d332c local: Move constant to Library class
Related to #833
2014-08-29 21:28:42 +02:00
Stein Magnus Jodal
c50641230d Merge branch 'release/v0.19.x' into develop 2014-08-29 14:03:11 +02:00
Stein Magnus Jodal
69c3e107a2 local: Add ROOT_DIRECTORY_URI constant
Related to #833
2014-08-29 14:02:08 +02:00
Stein Magnus Jodal
0e60730704 backends: Update browse() signature and docs to match core implementation
Fixes #833
2014-08-29 13:50:12 +02:00
Stein Magnus Jodal
2830784703 Merge pull request #827 from trygveaa/fix/network-thread-issue
network: disable_recv before telling actor to close connection
2014-08-29 13:36:48 +02:00
Stein Magnus Jodal
950cbb00cc docs: Add sponsors page
(cherry picked from commit b40409141f)
2014-08-22 00:09:50 +02:00
Stein Magnus Jodal
b40409141f docs: Add sponsors page 2014-08-22 00:02:11 +02:00
Stein Magnus Jodal
dc65a08e3b docs: Unbreak API autodocs 2014-08-20 00:48:12 +02:00
Stein Magnus Jodal
1dfd14615a docs: Include mixers in concepts 2014-08-20 00:46:30 +02:00
schinken
f0f5e65a9a #818 Remove mopidy lux from documentation
(cherry picked from commit 06d7d650f8)
(cherry picked from commit c230a0f64c)
2014-08-19 08:21:21 +02:00
Stein Magnus Jodal
a244761abc mpd: Replace / with | instead of whitespace in playlist names 2014-08-17 23:25:09 +02:00
schinken
c230a0f64c #818 Remove mopidy lux from documentation
(cherry picked from commit 06d7d650f8)
2014-08-14 09:00:53 +02:00
Trygve Aaberge
265951bf00 network: disable_recv before telling actor to close connection
As of d62ad96, when the connection can't receive more data from the
client, it tells the actor to stop the connection and calls
disable_recv(). The actor operates in it's own thread and when it stops
the connection, disable_recv is being called again from a different
thread. Since the actor is told to stop the connection before
disable_recv is called, the two calls to disable_recv may happen
simultaneously.

This causes a race condition issue where both threads can reach past the
check that recv_id is not None before either of them set it to None. If
one of them set it to None before the other one tries to use it, an
error is raised.

This commit calls disable_recv before telling the actor to stop the
connection. Since disable_recv is a blocking call, this ensures that
recv_id is being set to None before the actor thread begins to stop the
connection.

Fixes #781
2014-08-14 01:58:48 +02:00
Stein Magnus Jodal
ae3a932ed3 Merge branch 'release/v0.19.x' into develop
Conflicts:
	mopidy/config/__init__.py
2014-08-12 23:54:14 +02:00
Stein Magnus Jodal
d2eb7fdd10 Merge branch 'trygveaa/feature/mopidy-config-dirs' into release/v0.19.x
Conflicts:
	docs/changelog.rst
2014-08-12 23:39:36 +02:00
Trygve Aaberge
7b99c2fbae docs: Fix grammar 2014-08-12 16:45:26 +02:00
Trygve Aaberge
d776ada30a docs: Add directories to --config in man page 2014-08-11 16:27:19 +02:00
Trygve Aaberge
4ea5271362 docs: Return exit status 1 on initialization error 2014-08-11 16:13:40 +02:00
Trygve Aaberge
9e41eff187 config: Support passing directories to mopidy --config 2014-08-11 14:48:04 +02:00
Stein Magnus Jodal
0c21a2945c Merge branch 'release/v0.19.x' into develop
Conflicts:
	docs/changelog.rst
2014-08-11 13:01:17 +02:00
Trygve Aaberge
44c7951520 docs: Use :confval:-syntax, add fixes for logging issue
(cherry picked from commit 524043f6b7)

Conflicts:
	docs/changelog.rst
2014-08-11 13:00:36 +02:00
Trygve Aaberge
bac3bfb7a2 log: Don't disable loggers when loading fileConfig
The default when loading config for logging from a file is to disable
existing loggers. Since some loggers are created before logging is set
up, these loggers were disabled if logging/config_file is set.

(cherry picked from commit cb0387c46d)

Conflicts:
	docs/changelog.rst
2014-08-11 13:00:01 +02:00
Trygve Aaberge
524043f6b7 docs: Use :confval:-syntax, add fixes for logging issue 2014-08-11 12:52:55 +02:00
Trygve Aaberge
cb0387c46d log: Don't disable loggers when loading fileConfig
The default when loading config for logging from a file is to disable
existing loggers. Since some loggers are created before logging is set
up, these loggers were disabled if logging/config_file is set.
2014-08-11 01:42:30 +02:00
schinken
06d7d650f8 #818 Remove mopidy lux from documentation 2014-08-06 14:06:44 +02:00
Stein Magnus Jodal
4c60c6b68c docs: Add note Debian package distro support (fixes #820)
(cherry picked from commit 9b7bcd37b3)
2014-08-06 00:03:09 +02:00
Stein Magnus Jodal
9b7bcd37b3 docs: Add note Debian package distro support (fixes #820) 2014-08-06 00:02:49 +02:00
Trygve Aaberge
19f96f7944 docs: Fix formatting
(cherry picked from commit 26cfd24e11)
2014-08-05 23:53:29 +02:00
Trygve Aaberge
73982f0455 docs: Add the mpd list command fix to the changelog
(cherry picked from commit 92fa75325d)

Conflicts:
	docs/changelog.rst
2014-08-05 23:53:14 +02:00
Trygve Aaberge
26cfd24e11 docs: Fix formatting 2014-08-05 19:50:06 +02:00
Trygve Aaberge
92fa75325d docs: Add the mpd list command fix to the changelog 2014-08-05 19:44:50 +02:00
Stein Magnus Jodal
e9822117e5 Merge branch 'master' into develop
Conflicts:
	docs/changelog.rst
2014-08-03 23:40:18 +02:00
Stein Magnus Jodal
87e22eb940 docs: Update changelog 2014-08-03 23:34:25 +02:00
Stein Magnus Jodal
6c08c33724 docs: Add more links into the docs
(cherry picked from commit 5dd2be5ec9)
2014-08-03 23:32:19 +02:00
Stein Magnus Jodal
7fc89972a2 docs: Use text from web site and readme
(cherry picked from commit 1e0569abb6)
2014-08-03 23:32:11 +02:00
Stein Magnus Jodal
5dd2be5ec9 docs: Add more links into the docs 2014-08-03 23:30:47 +02:00
Stein Magnus Jodal
1e0569abb6 docs: Use text from web site and readme 2014-08-03 23:23:34 +02:00
Stein Magnus Jodal
9260ae23a7 Merge branch 'release/v0.19.x' into develop 2014-08-03 23:13:40 +02:00
Stein Magnus Jodal
837fb00fb7 Fail early if extension doesn't implement setup()
Fixes #813
2014-08-03 23:13:14 +02:00
Stein Magnus Jodal
58b8506c6a Merge branch 'release/v0.19.x' into develop 2014-08-03 15:19:42 +02:00
Stein Magnus Jodal
2d4b447d0a docs: Update changelog 2014-08-03 15:19:33 +02:00
Stein Magnus Jodal
ad40a5adb0 Merge branch 'release/v0.19.x' into develop 2014-07-30 00:32:53 +02:00
Stein Magnus Jodal
3a442483eb docs: Add Mopidy-Touchscreen
(cherry picked from commit 27d4c89ae9)
2014-07-30 00:31:59 +02:00
Stein Magnus Jodal
6c684e1cbe docs: Add Mopidy-LeftAsRain
(cherry picked from commit 2a28128c37)
2014-07-30 00:31:48 +02:00
Stein Magnus Jodal
195b78a50b docs: Add Mopidy-Bassdrive
(cherry picked from commit c51988546d)
2014-07-30 00:31:40 +02:00
Stein Magnus Jodal
24db560fd0 docs: Add Mopidy-Banshee
(cherry picked from commit a470e0c914)
2014-07-30 00:31:34 +02:00
Thomas Adamcik
2b75819505 doc: Add changelog entry for jack sink fix
(cherry picked from commit 0440703abb)

Conflicts:
	docs/changelog.rst
2014-07-30 00:31:15 +02:00
Stein Magnus Jodal
27d4c89ae9 docs: Add Mopidy-Touchscreen 2014-07-30 00:27:26 +02:00
Stein Magnus Jodal
2a28128c37 docs: Add Mopidy-LeftAsRain 2014-07-30 00:24:28 +02:00
Stein Magnus Jodal
c51988546d docs: Add Mopidy-Bassdrive 2014-07-29 23:48:54 +02:00
Stein Magnus Jodal
a470e0c914 docs: Add Mopidy-Banshee 2014-07-29 23:48:54 +02:00
Thomas Adamcik
0440703abb doc: Add changelog entry for jack sink fix 2014-07-29 23:47:23 +02:00
Stein Magnus Jodal
d9efb1f877 docs: Add v0.20 changelog 2014-07-29 23:34:21 +02:00
Stein Magnus Jodal
5daa95cae8 docs: Update changelog 2014-07-26 16:54:32 +02:00
Stein Magnus Jodal
f14519a86c docs: Update changelog wrt PR #795 2014-07-26 15:12:31 +02:00
Nick Steel
76f568e0f0 Added section on running a developed extension
Also some typos and updates.
2014-07-26 13:27:52 +01:00
Stein Magnus Jodal
1fc86574cb docs: Update changelog 2014-07-26 14:13:08 +02:00
Stein Magnus Jodal
5866260928 docs: Update changelog 2014-07-26 14:03:12 +02:00
Stein Magnus Jodal
88749d00ab docs: Tweak OS X path changes 2014-07-26 12:00:57 +02:00
Stein Magnus Jodal
d48aa2c334 Merge 'ifosch/patch-1' into develop 2014-07-26 11:58:18 +02:00
Ignasi Fosch
b606d89df2 Remember about upgrade changes and sourcing bashrc 2014-07-26 11:56:51 +02:00
Stein Magnus Jodal
e4b54426b4 audio: Set initial volume on software mixer
This must be set after the audio actor has injected itself into the software
mixer, else it will have no effect on the GStreamer software mixer.

Fixes #791
2014-07-25 12:35:01 +02:00
Stein Magnus Jodal
6ed8132f76 http: Allow WebSocket requests from other hosts
This makes Tornado 4.0 behavior consistent with previous Tornado versions.

Fixes #788
2014-07-25 10:52:39 +02:00
Stein Magnus Jodal
d7cbac5a44 docs: Update changelog 2014-07-23 18:13:14 +02:00
Stein Magnus Jodal
ae49c4d113 http: Add missing string interpolation placeholder 2014-07-23 17:35:55 +02:00
Stein Magnus Jodal
292cf8f32d Fix Mopidy version when run from another Git repo (related to #706) 2014-07-22 16:26:39 +02:00
Stein Magnus Jodal
0c10199632 http: Only require Tornado >= 2.3 2014-07-22 13:43:42 +02:00
Thomas Adamcik
5108738265 docs: Basic documentation for pbuilder setup. 2014-07-22 00:34:19 +02:00
Stein Magnus Jodal
c76b04f294 docs: Fix merge conflict 2014-07-21 10:07:54 +02:00
Stein Magnus Jodal
e12b507568 Release v0.19.0 2014-07-21 01:47:37 +02:00
Stein Magnus Jodal
8dcb06867d docs: Update filename 2014-07-21 01:43:33 +02:00
Stein Magnus Jodal
8cbf41f9df docs: Prepare changelog for v0.19 2014-07-21 01:42:17 +02:00
dz0ny
bbc946a4c2 Add mention for HTTP API explorer in relevant places. 2014-07-20 18:35:47 +02:00
Stein Magnus Jodal
a3185197e1 docs: Update changelog for PR#763 2014-07-20 12:33:19 +02:00
Stein Magnus Jodal
efba9c454e docs: Include Lux and Moped on both HTTP clients and web extensions pages 2014-07-17 02:38:46 +02:00
Stein Magnus Jodal
ac328c30de docs: Make bundled extensions just as prominent 2014-07-17 02:27:22 +02:00
Stein Magnus Jodal
4679bc0939 docs: Reference the extension pages instead of maintaining multiple lists 2014-07-17 02:15:58 +02:00
Stein Magnus Jodal
a7420a3f55 docs: Split extension list into sections 2014-07-17 02:14:57 +02:00
Stein Magnus Jodal
e16a303065 docs: Include correct config file 2014-07-17 01:37:37 +02:00
Stein Magnus Jodal
a361da25d1 docs: Link to software mixer page 2014-07-17 01:34:16 +02:00
Stein Magnus Jodal
b24835163b docs: Show full exception path 2014-07-17 01:31:46 +02:00
Stein Magnus Jodal
971d320f1f docs: Move mixer changes to v0.19 2014-07-16 22:35:47 +02:00
Stein Magnus Jodal
7e6d3de81a Merge branch 'develop' into feature/mixers
Conflicts:
	mopidy/backend/__init__.py
2014-07-16 22:12:07 +02:00
Stein Magnus Jodal
a1848aece5 docs: Add {Backend,Frontend,Mixer}Error guidelines to backend/frontend/mixer APIs
(cherry picked from commit 83f1d00944)

Conflicts:
	mopidy/mixer.py
2014-07-16 10:34:53 +02:00
Stein Magnus Jodal
e36228a1cc docs: Add page for Mopidy-SoftwareMixer 2014-07-16 10:25:29 +02:00
Stein Magnus Jodal
dda06dd8de config: Add optional support to Boolean type 2014-07-15 00:33:30 +02:00
Stein Magnus Jodal
9ca5b4af39 docs: Remove reference to mopidy.audio.mixers 2014-07-15 00:07:11 +02:00
Stein Magnus Jodal
dd555ed828 docs: Fix typo 2014-07-14 23:10:52 +02:00
Stein Magnus Jodal
47b44791a6 log: Colorize logs, unless logging/color is false
Fixes #772
2014-07-14 01:40:48 +02:00
Stein Magnus Jodal
b8de7fa75c mixer: Add MixerListener 2014-07-10 01:00:35 +02:00
Stein Magnus Jodal
83f1d00944 docs: Add {Backend,Frontend,Mixer}Error guidelines to backend/frontend/mixer APIs 2014-07-09 23:49:06 +02:00
Stein Magnus Jodal
71a66f2175 docs: Update audio/* config docs 2014-07-08 01:56:57 +02:00
Stein Magnus Jodal
aa2cb12b9c docs: Add Mopidy-SoftwareMixer to the mixer impl list 2014-07-08 01:56:57 +02:00
Stein Magnus Jodal
1f8512e07d docs: Update changelog with mixer changes 2014-07-08 01:56:57 +02:00
Stein Magnus Jodal
e0acae2310 docs: Remove MIXER_TRACK_* attribute workaround 2014-07-08 01:47:42 +02:00
Stein Magnus Jodal
3daea856b1 config: Deprecate audio/mixer_track 2014-07-08 01:44:30 +02:00
Stein Magnus Jodal
297aac4f5a docs: Add Mopidy-ALSAMixer to mixer impl list 2014-07-06 21:33:51 +02:00
Stein Magnus Jodal
9ca4dae167 mixer: Add mixer API 2014-07-06 21:32:59 +02:00
Stein Magnus Jodal
4cf8724714 docs: OS X install requires XQuartz 2014-07-04 20:11:42 +02:00
Stein Magnus Jodal
8accaeddbd docs: Fix typos 2014-06-30 00:28:09 +02:00
Stein Magnus Jodal
a78cd01c7f docs: Link directly to the right install page 2014-06-27 23:33:47 +02:00
Stein Magnus Jodal
d6d4c4361b docs: Split install docs into four pages 2014-06-27 23:31:35 +02:00
Stein Magnus Jodal
ca093ea440 docs: Recommend our Homebrew tap for OS X installs 2014-06-27 23:02:12 +02:00
Stein Magnus Jodal
3b11b16b48 docs: Update APT and AUR instructions 2014-06-27 23:01:53 +02:00
Stein Magnus Jodal
50ebe5edf8 docs: Add Mopify to web client list 2014-06-27 14:59:15 +02:00
Stein Magnus Jodal
c513ff1aa5 docs: Add PR#762 to changelog 2014-06-24 22:47:25 +02:00
Stein Magnus Jodal
f80c42f8f6 docs: Add Mopidy-API-Explorer 2014-06-24 22:45:27 +02:00
Stein Magnus Jodal
3596382a5d docs: Formatting 2014-06-24 22:45:17 +02:00
Trygve Aaberge
62784d12e7 Add Mopidy-Spotify-Tunigo to list of extensions 2014-06-24 16:51:33 +02:00
Stein Magnus Jodal
24f9a2ac3b js: Release v0.4.0 2014-06-24 00:44:47 +02:00
Stein Magnus Jodal
3eca1675a2 docs: Update name/description of Mopidy MusicBox Webclient 2014-06-23 23:44:24 +02:00
Thomas Adamcik
e4d4652c68 Merge pull request #759 from jodal/feature/web-client-selector
Add web client selector
2014-06-23 22:47:14 +02:00
Stein Magnus Jodal
f850bb8bbc docs: Update changelog 2014-06-22 09:58:45 +02:00
Stein Magnus Jodal
7cfab1eff5 docs: Add PR#755 to changelog 2014-06-22 09:50:14 +02:00
Stein Magnus Jodal
d42bb24e69 docs: Add PR#758 to changelog 2014-06-22 09:47:24 +02:00
Thomas Adamcik
e7d3837840 docs: Update changelog with MPD browse imporovements. 2014-06-21 14:14:49 +02:00
Stein Magnus Jodal
cf051d243a docs: Fix second typo 2014-06-20 23:54:59 +02:00
Stein Magnus Jodal
43c0d0ba92 docs: Fix typo (closes #753) 2014-06-20 23:38:19 +02:00
Stein Magnus Jodal
715e3e24c2 Merge pull request #747 from jodal/feature/friendly-no-local-library-help
local: Add friendly help if no local library cache found
2014-06-20 23:32:11 +02:00
Thomas Adamcik
12b8b5e304 docs: Add #741 fix 2014-06-20 23:21:17 +02:00
Stein Magnus Jodal
f824ded6ca docs: Add PR#752 to changelog 2014-06-20 22:43:25 +02:00
Stein Magnus Jodal
05b993c908 Merge pull request #752 from adamcik/fix/gh-660-stream-metadata-blacklisting
stream: Allow for blacklisting of metadata lookups against URI patterns.
2014-06-20 22:37:10 +02:00
Stein Magnus Jodal
a84622e9b7 docs: Add PR#750 to changelog 2014-06-20 22:15:43 +02:00
Thomas Adamcik
50467fef78 stream: Allow for blacklisting of metadata lookups against URI patterns. 2014-06-20 22:10:22 +02:00
Stein Magnus Jodal
d15c7d0797 js: Log warning if calling convention is not explicitly set 2014-06-20 11:16:46 +02:00
Stein Magnus Jodal
c5028a8576 js: Fix console setup, allow mocking of the console 2014-06-20 11:16:15 +02:00
Stein Magnus Jodal
4919cae889 local: Add friendly help if no local library cache found
Fixes #711
2014-06-20 00:25:36 +02:00
Stein Magnus Jodal
5c726c3228 docs: Lift manpage a level up since we only have one command now 2014-06-20 00:13:06 +02:00
Stein Magnus Jodal
5cff531173 docs: Changelog tweaks 2014-06-19 23:57:51 +02:00
Stein Magnus Jodal
56ad78c333 docs: Add more details on Mopidy.js calling convention 2014-06-19 23:57:35 +02:00
Stein Magnus Jodal
c8cb2e8b79 docs: Fix duplicate cmdoption usage 2014-06-19 23:37:16 +02:00
Stein Magnus Jodal
6c80476d2a docs: Fix broken reference 2014-06-19 23:36:41 +02:00
Thomas Adamcik
ce4cc4915e Merge pull request #746 from jodal/feature/js-calling-convention
Add by-name calling convention to Mopidy.js
2014-06-19 23:20:18 +02:00
Stein Magnus Jodal
5484abf3da docs: Add ncmpcpp library view slowness workaround
Based on comments in #727.
2014-06-19 23:08:39 +02:00
Stein Magnus Jodal
225f41f999 js: Add by-position-or-by-name calling convention
Fixes #699
2014-06-18 23:27:07 +02:00
Stein Magnus Jodal
858a6977df js: Add callingConvention setting
For now it defaults to the existing behavior "by-position-only" and changing it
has no effect.
2014-06-17 20:57:55 +02:00
Stein Magnus Jodal
6864cc97ea docs: Improve Mopidy.js promise usage examples
Thanks to @briancavalier for the review!
2014-06-16 23:46:17 +02:00
Stein Magnus Jodal
3cf1973652 docs: Fix typo 2014-06-16 23:45:52 +02:00
Thomas Adamcik
af238d5259 Merge pull request #744 from jodal/feature/js-updates
Various updates to Mopidy.js
2014-06-16 22:26:29 +02:00
Stein Magnus Jodal
fa8f2652df docs: Nitpicking 2014-06-16 00:42:21 +02:00
Stein Magnus Jodal
681c2d1560 docs: Improve Mopidy.js Promise usage examples 2014-06-16 00:39:38 +02:00
Stein Magnus Jodal
76d13b6efd docs: Document Mopidy.js settings (fixes #702) 2014-06-16 00:38:40 +02:00
Stein Magnus Jodal
30471bab74 js: Add ServerError and ConnectionError types 2014-06-15 23:43:43 +02:00
Stein Magnus Jodal
eec51a1e83 js: Upgrade to when.js 3 2014-06-15 12:14:14 +02:00
Janez Troha
5cd685285b Add: More detailed icecast example 2014-06-06 14:39:49 +02:00
Stein Magnus Jodal
67b88b6992 docs: Add web app section to extensiondev guide 2014-06-04 21:58:03 +02:00
Stein Magnus Jodal
720a403439 http: Remove unused Router class 2014-06-04 21:32:54 +02:00
Stein Magnus Jodal
33228f2528 http: Simplify app registration 2014-06-04 21:32:19 +02:00
Stein Magnus Jodal
eea6138b3d http: Simplify static files serving 2014-06-04 20:47:49 +02:00
Stein Magnus Jodal
0e7c76db2e docs: Fix error 2014-06-03 00:42:24 +02:00
Stein Magnus Jodal
325ea976d8 docs: Add examples of using core from Tornado/WSGI 2014-05-30 22:52:46 +02:00
Stein Magnus Jodal
3354750921 docs: Add HTTP router docs
These docs reflects the current API usage.

I have plans to simplify the API, but I want to try out my ideas in
documentation first, so I need docs for existing API to have a starting point.
2014-05-30 16:13:13 +02:00
Nick Steel
a396387e10 Capital M for Mopidy 2014-05-26 13:38:24 +01:00
Nick Steel
15f9f78167 Link to Debian system service page in final step 2014-05-26 13:33:03 +01:00
Stein Magnus Jodal
ca7d269dd6 docs: New way of toggling the Debian system service
(cherry picked from commit 6030807120)
2014-05-25 23:13:58 +02:00
Stein Magnus Jodal
6030807120 docs: New way of toggling the Debian system service 2014-05-25 23:13:44 +02:00
dz0ny
26fbcff2f0 Fix: Screenshot size
(cherry picked from commit d6ddd4a1bd)
2014-05-25 22:57:35 +02:00
dz0ny
5860b9bf83 Update screenshot for Lux
(cherry picked from commit 40aaa915cb)
2014-05-25 22:57:27 +02:00
Stein Magnus Jodal
f2625c2181 docs: Fix typo
(cherry picked from commit 0bb83d79a5)
2014-05-25 22:56:57 +02:00
Stein Magnus Jodal
4785bdceb9 docs: Prefer echo ... | sudo tee ... over su -c ...
(cherry picked from commit b5c6af8d96)
2014-05-25 22:56:32 +02:00
Stein Magnus Jodal
5febe8f2e8 docs: Document proxy/{schema,port}
(cherry picked from commit 902064de73)
2014-05-25 22:56:22 +02:00
Stein Magnus Jodal
26343434c7 docs: Update pip command for installing dev version
(cherry picked from commit 211c4e9248)
2014-05-25 22:56:05 +02:00
Stein Magnus Jodal
98689037d8 docs: Fix typo
(cherry picked from commit e323afb427)
2014-05-25 22:55:55 +02:00
Stein Magnus Jodal
7c05161fd4 docs: Remove link to outdated Vagrant image
(cherry picked from commit 25e1aeb417)
2014-05-25 22:55:36 +02:00
Stein Magnus Jodal
ce2f3786a2 docs: Remove client screenshot to not grow packages with 3.5MB
(cherry picked from commit b587b47e86)
2014-05-25 22:55:01 +02:00
Stein Magnus Jodal
e005438c44 docs: Add Apollo player to web client list
(cherry picked from commit a311f3ca08)
2014-05-25 22:54:43 +02:00
Stein Magnus Jodal
3b896b1e68 docs: Fix typo
(cherry picked from commit adb817ecfe)
2014-05-25 22:54:30 +02:00
Stein Magnus Jodal
afff385730 docs: Fix typo
(cherry picked from commit ae63cc633c)
2014-05-25 22:54:16 +02:00
Stein Magnus Jodal
1ed4bf062d docs: Add page for the Debian package
(cherry picked from commit 9f6610a144)
2014-05-25 22:54:06 +02:00
Stein Magnus Jodal
4edbc66aca docs: Make 'mopidy config' more prominent
(cherry picked from commit afbd9895bf)
2014-05-25 22:53:35 +02:00
Stein Magnus Jodal
ee3551ef24 docs: Should install gstreamer0.10-alsa before using alsasink
(cherry picked from commit 9db9def367)
2014-05-25 22:53:22 +02:00
Stein Magnus Jodal
cc032c15da docs: Add Mopidy-Podcast-{gpodder.net,iTunes}
(cherry picked from commit 95a051abf8)
2014-05-25 22:53:07 +02:00
Janez Troha
9c03eefe6b Add: YouTube extension
(cherry picked from commit 9b1ec31fd1)

Conflicts:
	docs/ext/external.rst
2014-05-25 22:52:49 +02:00
Stein Magnus Jodal
b6723570cb docs: Add Mopidy-TuneIn
(cherry picked from commit 590ce19148)
2014-05-25 22:52:10 +02:00
Stein Magnus Jodal
6a5b1b9c2c docs: Add link to coveralls.io
(cherry picked from commit be0f1ee704)
2014-05-25 22:51:47 +02:00
Stein Magnus Jodal
5626ed799a docs: Add Mopidy-InternetArchive extension
(cherry picked from commit cce6d43fcf)
2014-05-25 22:50:32 +02:00
Stein Magnus Jodal
4c1fccbb04 docs: Add Mopidy-Yamaha extension
(cherry picked from commit 546507fa97)
2014-05-25 22:49:30 +02:00
Stein Magnus Jodal
3422bad8db docs: Support linking to Pykka API docs 2014-05-25 08:46:22 +02:00
Stein Magnus Jodal
d03988e1f5 http: Update docs todos 2014-05-22 21:03:42 +02:00
Stein Magnus Jodal
4d7ab27836 docs: Support intersphinx linking 2014-05-20 21:33:29 +02:00
Stein Magnus Jodal
4562de5615 docs: Add references to new API docs 2014-05-20 21:11:30 +02:00
Stein Magnus Jodal
0a1654c901 docs: Add #689 to changelog 2014-05-20 20:36:33 +02:00
Stein Magnus Jodal
db0d726f3f config: Fix decoding of exception message depending on locale 2014-05-20 20:15:44 +02:00
Stein Magnus Jodal
dcba410d91 audio, local: Fix decoding of exception messages depending on locale 2014-05-20 19:55:12 +02:00
Stein Magnus Jodal
05803591c5 docs: Improve JSON-RPC POST example 2014-05-16 15:43:14 +02:00
Stein Magnus Jodal
33a02754c1 docs: Add HTTP POST description and example 2014-05-16 15:20:19 +02:00
Stein Magnus Jodal
e2bec6aa06 docs: Minor JSON-RPC doc improvements 2014-05-15 21:35:06 +02:00
Stein Magnus Jodal
7b6735b9af docs: Split out HTTP server side API 2014-05-15 21:30:45 +02:00
Stein Magnus Jodal
d82c0cc960 docs: Add attribute getter/setter naming convention example 2014-05-15 21:30:35 +02:00
Stein Magnus Jodal
51b7ae4e94 docs: Include Browserify in npm section 2014-05-15 21:10:36 +02:00
Stein Magnus Jodal
d12381d7d4 docs: Move Mopidy.js docs to its own page 2014-05-15 21:10:36 +02:00
Stein Magnus Jodal
9e5b55dfa2 docs: Update changelog 2014-05-15 00:28:49 +02:00
Stein Magnus Jodal
83bb891de4 http: Improve Router docstrings, include in API docs 2014-05-14 23:42:55 +02:00
Stein Magnus Jodal
f58db4a766 docs: Improve HTTP extension docs 2014-05-14 23:30:10 +02:00
Stein Magnus Jodal
cf22fc98ad Merge branch 'dz0ny/tornado_http' into develop 2014-05-14 23:07:19 +02:00
Stein Magnus Jodal
47c195085a Merge pull request #735 from dz0ny/lux_pic
Lux screenshot update
2014-05-14 09:28:04 +02:00
dz0ny
d6ddd4a1bd Fix: Screenshot size 2014-05-14 00:29:38 +02:00
dz0ny
40aaa915cb Update screenshot for Lux 2014-05-14 00:27:39 +02:00
Stein Magnus Jodal
0bb83d79a5 docs: Fix typo 2014-05-12 22:03:50 +02:00
dz0ny
031c7c8e93 Add: Tornado as required dependency
Fix: Remove draft76
Fix: Remove class attributes for ws handler
Revert: default to /ws/ for for mopidy.html
2014-05-12 16:16:08 +02:00
dz0ny
f1d1a4713b Squashed commit of the following:
commit dbb7005aa866cdc337bde9c8169e9bf15e5c8042
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 11 22:12:58 2014 +0200

    Fix: Make PR mergable

commit 5bb27da72c4276a930bf33955e6583f6781d23f6
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Thu May 8 23:31:54 2014 +0200

    Add: helper method for extensin url

commit 8a348b26b65102084a606ff73384a478bb785cf1
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Thu May 8 00:35:50 2014 +0200

    Add: Refactor ws and rpc to handlers, reuse code

commit 677c809d2b39a6c982ab835368fdb8a3ad9d1a92
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Thu May 8 00:18:10 2014 +0200

    Fix: Return proper HTTP headers

commit fe5fea2fc2a0d28a39532d6d4cd2b21013d57d24
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Wed May 7 23:48:19 2014 +0200

    Add: RPC post handler
    Add: tests for http post handler

commit e77e60310853b368758b09b303a96a95ff1b9b93
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 22:15:04 2014 +0200

    Add: Documentation on how to extend http api

commit a3a14fb5d15f095e5bab23a590e0a8360a039f9a
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 19:48:34 2014 +0200

    Add: HTTP tests for default router and static handler

commit 0d9544256bcb8f048eaedb5cdd57b1de027d387b
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 15:44:32 2014 +0200

    Fix: Move StaticFileHandler to main http package

commit c83c9f661e658e4a843dc5c8c6ba5dc3f1ea9c1e
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 15:29:49 2014 +0200

    Add: default Router implementation

commit 258cb7210bdf13833884c04cfb7fb4fa704394a7
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 15:00:46 2014 +0200

    Add: Switch to registry for router registration

commit b7bfe7b814235b030d7ac30de90e2331e3d809d3
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 21:52:58 2014 +0200

    Fix: Private methods
    Fix: Point to mopidy.html instead main.html
    Fix: Less noise in console

commit 232abe3029e93f78ce25db0c1bd44743cc23ed2d
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 21:32:07 2014 +0200

    Fix: Start IOLoop in separate thread, so actor can stop it

commit d686892c2fa993cbedc99c8e8e7f9c961ac6f35a
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 19:30:49 2014 +0200

    Fix: Router load order
    Fix: JS helper library WSS default url
    Add: Handlers from extensions

commit a1b0f5673a6719f229df27feccb284324675e9d1
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 14:53:30 2014 +0200

    Add: Switch to Tornado framework
2014-05-12 14:54:50 +02:00
Stein Magnus Jodal
b5c6af8d96 docs: Prefer echo ... | sudo tee ... over su -c ... 2014-05-11 13:56:07 +02:00
Stein Magnus Jodal
902064de73 docs: Document proxy/{schema,port} 2014-05-11 13:53:48 +02:00
Stein Magnus Jodal
211c4e9248 docs: Update pip command for installing dev version 2014-05-11 13:40:41 +02:00
Stein Magnus Jodal
e323afb427 docs: Fix typo 2014-05-11 13:39:02 +02:00
Stein Magnus Jodal
25e1aeb417 docs: Remove link to outdated Vagrant image 2014-05-10 23:20:00 +02:00
Stein Magnus Jodal
d7731dd5d4 Add dev-requirements.txt with a number of tools 2014-05-08 23:11:30 +02:00
Stein Magnus Jodal
1c15de4c3f docs: flake8 no longer requires any arguments 2014-05-07 20:46:20 +02:00
Stein Magnus Jodal
2979de0f94 http: Polish Mopidy-HTTP Zeroconf service
Builds upon #725 to:

- Remove extra config for Mopidy-HTTP Zeroconf service
- Refactor Zeroconf setup code in the HTTP frontend a bit
- Add documentation
2014-05-06 23:20:14 +02:00
Stein Magnus Jodal
c7b3f4a978 local: Created needed dirs when scanning (fix #703) 2014-05-06 22:59:16 +02:00
Stein Magnus Jodal
5c8daad0ea docs: Update changelog 2014-05-06 22:33:11 +02:00
Stein Magnus Jodal
b587b47e86 docs: Remove client screenshot to not grow packages with 3.5MB 2014-04-26 22:50:06 +02:00
Stein Magnus Jodal
203b13aad7 docs: Add missing image 2014-04-19 14:16:23 +02:00
Stein Magnus Jodal
a311f3ca08 docs: Add Apollo player to web client list 2014-04-19 11:43:54 +02:00
Stein Magnus Jodal
adb817ecfe docs: Fix typo 2014-03-31 09:49:34 +02:00
Stein Magnus Jodal
ae63cc633c docs: Fix typo 2014-03-31 09:47:45 +02:00
Stein Magnus Jodal
9f6610a144 docs: Add page for the Debian package 2014-03-29 22:14:06 +01:00
Stein Magnus Jodal
afbd9895bf docs: Make 'mopidy config' more prominent 2014-03-29 21:14:45 +01:00
Stein Magnus Jodal
9db9def367 docs: Should install gstreamer0.10-alsa before using alsasink 2014-03-29 20:27:52 +01:00
Stein Magnus Jodal
95a051abf8 docs: Add Mopidy-Podcast-{gpodder.net,iTunes} 2014-03-23 09:26:35 +01:00
Stein Magnus Jodal
52b6676fb2 Merge remote-tracking branch 'dz0ny/patch-1' into develop
Conflicts:
	docs/ext/external.rst

Fixes #710
2014-03-11 09:40:04 +01:00
Janez Troha
9b1ec31fd1 Add: YouTube extension 2014-03-07 12:02:15 +01:00
Stein Magnus Jodal
c267e0b740 docs: Update changelog 2014-03-02 09:04:45 +01:00
Stein Magnus Jodal
590ce19148 docs: Add Mopidy-TuneIn 2014-02-25 10:09:24 +01:00
Stein Magnus Jodal
fbf932325f docs: Update testing docs 2014-02-17 12:51:02 +01:00
Stein Magnus Jodal
be0f1ee704 docs: Add link to coveralls.io 2014-02-17 12:51:02 +01:00
Stein Magnus Jodal
d069c3e311 docs: Fix syntax error 2014-02-17 12:51:02 +01:00
Stein Magnus Jodal
a67bb55428 Remove the mopidy-convert-config migration tool
It's almost a year since we changed configuration format and the tool is
barely maintained, probably not doing a perfect job any longer.
2014-02-17 11:57:30 +01:00
Stein Magnus Jodal
30dde4e593 ext: Remove old extension API
As far as I know, all extensions except Mopidy-Arcam (not currently
maintained) and Mopidy-VKontakte already use the new API. Both of the
remaining extensions got open pull requests with the needed changes to use the
new API.
2014-02-17 11:44:57 +01:00
Stein Magnus Jodal
ed1edb622c backend: Remove old backends API
As far as I know, Mopidy-VKontakte is the only backend extension that hasn't
been updated to use the new API yet. They have a PR ready for merging that does
the update for them.
2014-02-17 10:27:39 +01:00
Stein Magnus Jodal
4e75126b22 docs: Update changelog 2014-02-16 23:29:27 +01:00
Thomas Adamcik
79ce2ab902 Merge branch 'develop' into feature/mpd-tokenized-requests
Conflicts:
	docs/changelog.rst
2014-02-16 23:22:07 +01:00
Stein Magnus Jodal
ffde67f882 Merge branch 'master' into develop
Conflicts:
	docs/changelog.rst
2014-02-16 21:47:50 +01:00
Stein Magnus Jodal
4df730742d Release v0.18.3 2014-02-16 21:46:21 +01:00
Stein Magnus Jodal
0f0344a87e Merge branch 'master' into develop 2014-02-16 21:35:53 +01:00
Stein Magnus Jodal
871fbb0b2b docs: Fix build 2014-02-16 21:35:44 +01:00
Stein Magnus Jodal
b73095de28 Merge branch 'master' into develop
Conflicts:
	docs/changelog.rst
2014-02-16 21:33:24 +01:00
Stein Magnus Jodal
d18e1aafe4 docs: Update changelog for v0.18.2 2014-02-16 21:26:16 +01:00
Stein Magnus Jodal
61200b24f0 docs: Update changelog 2014-02-16 18:52:05 +01:00
Stein Magnus Jodal
cce6d43fcf docs: Add Mopidy-InternetArchive extension 2014-02-14 10:43:34 +01:00
Stein Magnus Jodal
546507fa97 docs: Add Mopidy-Yamaha extension 2014-02-14 10:27:12 +01:00
Stein Magnus Jodal
f96eb1d4f7 docs: Update changelog 2014-02-07 20:31:36 +01:00
Stein Magnus Jodal
639d0c89c9 Merge branch 'release/0.18.2' into develop 2014-02-07 00:52:07 +01:00
Stein Magnus Jodal
78c75af4e5 docs: Update changelog and authors 2014-02-07 00:51:27 +01:00
Stein Magnus Jodal
65c4cb62e0 Update changelog for feature release 2014-02-06 23:29:04 +01:00
Stein Magnus Jodal
bdb1f0f264 Update changelog for bugfix release 2014-02-06 23:28:20 +01:00
Thomas Adamcik
40cadbfa26 Fix increasing of verbosity using loglevels config 2014-02-06 23:18:25 +01:00
Stein Magnus Jodal
cfd41771a6 docs: Add Mopidy-Podcast extension 2014-02-03 09:54:14 +01:00
Thomas Adamcik
4e89ce7c06 docs: Add changelog for MPD tokenizer 2014-01-31 00:51:33 +01:00
Thomas Adamcik
a7f4ffb124 mpd: Update docs 2014-01-30 23:51:31 +01:00
Stein Magnus Jodal
38d3c6ccf9 models: Make Playlist.last_modified milliseconds since Unix epoch 2014-01-28 23:57:02 +01:00
Thomas Adamcik
981c4e4b81 docs: Update changelog and authors 2014-01-24 19:35:26 +01:00
Thomas Adamcik
9cef7208c9 docs: Update changelog and author for windows fixes 2014-01-24 19:18:33 +01:00
Stein Magnus Jodal
f6de8c4c29 docs: Update changelog for v0.18.1 2014-01-23 23:21:35 +01:00
Stein Magnus Jodal
b4f17d692e docs: Update changelog 2014-01-23 22:53:10 +01:00
Stein Magnus Jodal
7ce38de351 ext: Disable extension if a dependency isn't of the correct version
Fixes #657
2014-01-21 14:48:43 +01:00
Stein Magnus Jodal
4c7b6ccfc4 docs: Remove broken link 2014-01-20 22:05:21 +01:00
Stein Magnus Jodal
54beea9ead docs: Update changelog for v0.18.0 2014-01-19 22:28:03 +01:00
Nick Steel
fdee34950f MPD docs typo 2014-01-18 09:31:14 +00:00
Stein Magnus Jodal
04bea8e856 docs: Remove depdendency check from validate_environment() example 2014-01-18 02:27:56 +01:00
Stein Magnus Jodal
06abe7c5e0 docs: Add logging to extension example 2014-01-18 02:27:37 +01:00
Stein Magnus Jodal
838f7cd4d4 docs: Update --verbose description in manpage 2014-01-18 01:39:56 +01:00
Stein Magnus Jodal
1ea0978af5 dummy: Move dummy backend back into the mopidy package 2014-01-18 01:38:10 +01:00
Thomas Adamcik
316a1bf20f local: Ensure logging does not divide by zero in scanner. 2014-01-18 01:31:44 +01:00
Stein Magnus Jodal
6acd03995f docs: Fix syntax error 2014-01-18 01:20:51 +01:00
Stein Magnus Jodal
e7d4d362fe docs: Update changelog 2014-01-18 01:19:22 +01:00
Stein Magnus Jodal
b38d3dba79 docs: Add Mopidy-Dirble extension 2014-01-17 15:01:18 +01:00
Stein Magnus Jodal
fab3d8ae68 docs: Fix syntax error 2014-01-16 11:47:24 +01:00
Thomas Adamcik
fe1b01df4d Merge pull request #643 from jodal/feature/mpd-listall
Add "listall" and "listallinfo" MPD commands
2014-01-15 14:44:15 -08:00
Thomas Adamcik
21ce22fb7b docs: Add config to frontend and backend examples. 2014-01-15 22:48:46 +01:00
Stein Magnus Jodal
c4ab4b150a docs: Remove browsing from list of MPD limitations 2014-01-15 01:34:43 +01:00
Stein Magnus Jodal
07d9a15ff3 docs: Update changelog 2014-01-15 01:11:36 +01:00
Stein Magnus Jodal
eeb5a1f13a docs: Update changelog 2014-01-15 00:01:28 +01:00
Stein Magnus Jodal
d96ea03ac1 docs: Add issue ref to changelog 2014-01-14 10:07:54 +01:00
Stein Magnus Jodal
d1630e00f1 docs: Update changelog 2014-01-14 01:24:26 +01:00
Stein Magnus Jodal
a8eaaedb71 docs: Tweak audio/mixer_volume docs, update changelog 2014-01-13 22:40:35 +01:00
Stein Magnus Jodal
25e4bc0e30 docs: Recommend using Python module name as logger name 2014-01-13 22:28:17 +01:00
Stein Magnus Jodal
e071a161d6 Merge pull request #634 from sdbakker/enhancement/mixer-volume
Mixer volume in config
2014-01-13 13:27:51 -08:00
Stein Magnus Jodal
bba1f0a840 docs: Update install docs for OS X and source install 2014-01-12 23:31:47 +01:00
Stein Magnus Jodal
351eaefbaf docs: Fix link, add examples of URI conversion before playback 2014-01-12 13:47:58 +01:00
Stein Magnus Jodal
cee7cc28ab docs: Fix more typos 2014-01-12 13:42:09 +01:00
Thomas Adamcik
8aaf98e2d0 docs: Language fixes and added some more URI details 2014-01-12 13:35:52 +01:00
Stein Magnus Jodal
e1ec5b2217 docs: How to use backend URI schemes (fixes #429) 2014-01-12 13:26:42 +01:00
Stein Magnus Jodal
cc72ce8da9 docs: Complete lists of frontend/backend impls 2014-01-12 11:37:11 +01:00
Stein Magnus Jodal
d127bc8931 docs: Update changelog 2014-01-12 01:47:02 +01:00
Stein Magnus Jodal
94c904815d docs: Explain -v/-vv/-vvv differences 2014-01-12 01:47:01 +01:00
Stein Magnus Jodal
068b63b714 docs: Add info on init scripts (fixes: #266) 2014-01-11 21:40:38 +01:00
Stein Magnus Jodal
74d04d4e2f docs: Use pkill instead of line noise 2014-01-11 21:40:17 +01:00
Stein Magnus Jodal
feb1cd51bc docs: Add Mopidy-VKontakte 2014-01-11 21:10:25 +01:00
Stein Magnus Jodal
cc8bf67641 docs: More prose and less headers in ext docs 2014-01-11 21:05:21 +01:00
Stein Magnus Jodal
d9e602c128 docs: Make extensions and clients more prominent on the front page 2014-01-11 20:26:10 +01:00
Stein Magnus Jodal
d43a944d4d docs: Point Raspi users to the config and run sections
Ref. user not configuring or trying to run Mopidy at
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=66074&p=484932
2014-01-11 19:59:23 +01:00
Stein Magnus Jodal
6b8331c9d5 docs: Actually include the Library class 2014-01-11 19:51:31 +01:00
Stein Magnus Jodal
f7407b6213 docs: Add mopidy.local.Library docs 2014-01-11 19:49:40 +01:00
Stein Magnus Jodal
81b3f21af0 docs: Update backend import 2014-01-11 18:28:16 +01:00
Stein Magnus Jodal
b6b542a60f backend: Move backend API to mopidy.backend
Keep imports from old locations working until extensions have been updated to
use the new location.
2014-01-11 18:20:45 +01:00
Stein Magnus Jodal
c962bdffcf docs: Remove reference to dummy backend 2014-01-11 16:49:34 +01:00
Stein Magnus Jodal
2731d23578 local: Move mopidy.{backends => }.local 2014-01-11 15:17:05 +01:00
Stein Magnus Jodal
120c381285 stream: Move mopidy.{backends => }.stream 2014-01-11 15:17:02 +01:00
Stein Magnus Jodal
cde87d8c3e docs: Update/rewrite changelog 2014-01-11 14:40:42 +01:00
Stein Magnus Jodal
3c7c0ae46c docs: Use Extension.setup() in extensiondev guide 2014-01-11 14:24:32 +01:00
Stein Magnus Jodal
b628825964 docs: Minor tweaks 2014-01-11 14:24:10 +01:00
Stein Magnus Jodal
99dff7515c docs: Add check-manifest tips 2014-01-11 14:19:37 +01:00
Stein Magnus Jodal
95ef4c0193 ext: Remove get_library_updaters() 2014-01-11 14:05:54 +01:00
Stein Magnus Jodal
58e3cb8faf docs: Update changelog with library browsing 2014-01-09 22:33:15 +01:00
Thomas Adamcik
1d93691296 docs: Add extend M3U to changelog 2014-01-09 22:15:48 +01:00
Simon de Bakker
bdb4f9e2a5 Added mixer_volume to config documentation 2014-01-09 20:50:09 +01:00
Stein Magnus Jodal
28cf3228b2 Merge pull request #617 from adamcik/feature/extension-registry
Switch to registry for most of mopidy extension hooks
2014-01-08 23:32:06 -08:00
Thomas Adamcik
042868e602 Merge branch 'develop' into feature/extension-registry
Conflicts:
	mopidy/backends/local/json/actor.py
	mopidy/backends/local/json/library.py
2014-01-08 23:50:03 +01:00
Thomas Adamcik
08961cfcdd docs: Update change log and local library info 2014-01-08 23:47:24 +01:00
kingosticks
0d74be0b1e Empty MPD commands should return an error instead of OK, just like the original MPD server. Includes tests. 2014-01-06 12:33:20 +00:00
Stein Magnus Jodal
26b3d268f7 docs: Change how to require() Mopidy.js 2014-01-04 16:16:25 +01:00
Stein Magnus Jodal
7f467802f3 docs: Update changelog 2014-01-04 00:15:12 +01:00
Stein Magnus Jodal
67fafd67d2 docs: Add hint about installing extension packages (fixes #627) 2014-01-03 23:30:15 +01:00
Stein Magnus Jodal
763dd2dbc2 Merge master into develop 2014-01-02 23:14:30 +01:00
Colin
30a648ee75 Fixed typo 2014-01-02 15:45:18 +00:00
Stein Magnus Jodal
9e905e2e4b docs: Bump copyright year to 2014 2014-01-01 13:15:51 +01:00
Stein Magnus Jodal
0d3867258a Merge branch 'master' into develop 2014-01-01 13:11:12 +01:00
Stein Magnus Jodal
8399e1f1b2 docs: Formatting 2014-01-01 13:11:04 +01:00
lukegiuliani
ed444a9aba Add in additional detail for Gentoo installs
Add in details around the fact that on Gentoo gstreamer-0.10 is in a slot, which is completely non-obvious the first time around.
2014-01-01 22:54:47 +11:00
Stein Magnus Jodal
9eb6307607 docs: Fix broken label reference 2013-12-31 16:36:04 +01:00
Stein Magnus Jodal
a9ab02737c docs: Remove outdated links to issue labels 2013-12-31 16:33:02 +01:00
Stein Magnus Jodal
79e0fe6d87 docs: Align header lines 2013-12-31 16:31:45 +01:00
Thomas Adamcik
702befd6ae Merge branch 'develop' into feature/extension-registry
Conflicts:
	setup.py
2013-12-31 15:34:02 +01:00
Thomas Adamcik
df12cba905 Merge pull request #623 from jodal/feature/move-frontends
Move MPD and HTTP frontends out of mopidy.frontends
2013-12-31 06:18:13 -08:00
Thomas Adamcik
63a8375429 local: Review comments and library interface update.
Added return value to flush so we can log what is being done.
2013-12-31 14:57:54 +01:00
Stein Magnus Jodal
9eab3cc8ce docs: Add Ref model to changelog 2013-12-31 14:25:43 +01:00
Stein Magnus Jodal
1ee534126e mpd: Move mopidy.{frontends => }.mpd 2013-12-31 14:11:16 +01:00
Stein Magnus Jodal
621aff22c9 http: Move mopidy.{frontends => }.http 2013-12-31 14:04:25 +01:00
Thomas Adamcik
f5430f4a7f local: Move --clear to it's own sub-command.
Split library setup out into a helper and move the clear option to a command.
2013-12-30 21:47:02 +01:00
Thomas Adamcik
09c0ae2551 local: Add flush threshold to scanner.
Instead of triggering every 1000th query, this is now configurable and also
triggers the flush call to the library.
2013-12-30 01:31:00 +01:00
Thomas Adamcik
60112d7c6f Merge branch 'develop' into feature/extension-registry 2013-12-30 00:37:17 +01:00
Stein Magnus Jodal
7bb533a6b5 docs: Add note about public APIs and API stability 2013-12-29 15:38:41 +01:00
Stein Magnus Jodal
12d473ced6 zeroconf: Make public API with docs 2013-12-29 15:38:20 +01:00
Stein Magnus Jodal
4758a0ac12 tools: Remove unused dev tools 2013-12-29 15:04:47 +01:00
Stein Magnus Jodal
414708b405 docs: Move images out of the _static dir
Sphinx copies the images to _images when the docs are built. Thus the
mopidy-docs debian package contains two copies of all images; one in _static
and one in _images. By keeping the images next to the source documents we only
get the _images copy included in the Debian package, reducing the package size
by 1.5MB.
2013-12-27 13:44:06 +01:00
Stein Magnus Jodal
fbd307bbf6 docs: Update mock to support glib.get_{system,user}_config_dir{s,} 2013-12-27 13:40:17 +01:00
Thomas Adamcik
d93d3e6fcd local: Add local/library config value
- Updated library provider to support missing library
- Added config value to select local library provider
- Updated tests to use library config value
2013-12-24 00:22:58 +01:00
Thomas Adamcik
7e063774b3 local: Remove local-json as a split out extension.
Will be re-added using the new library interface. This commit does break tests.
2013-12-23 22:22:14 +01:00
Thomas Adamcik
353782e2c8 local: Add local/data_dir config value.
Not in use yet but, needed for future changes planed in this branch.
2013-12-23 21:40:35 +01:00
Stein Magnus Jodal
0ffeb2710b docs: Fix typo 2013-12-21 21:25:31 +01:00
Thomas Adamcik
0bbfaff085 docs: Fix typo in changelog 2013-12-20 00:14:02 +01:00
Thomas Adamcik
2a57190d7a docs: Update change log with XDG_CONFIG_DIRS change 2013-12-19 22:13:17 +01:00
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