Commit Graph

5629 Commits

Author SHA1 Message Date
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
584484379a config: Only load .conf-files when loading directories 2014-08-11 16:21:34 +02:00
Trygve Aaberge
9e41eff187 config: Support passing directories to mopidy --config 2014-08-11 14:48:04 +02:00
Trygve Aaberge
0863a813fa main: Return status code 1 if {Backend,Frontend,Mixer}Error is raised 2014-08-11 13:43:18 +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
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
210e1705e7 mpd: Fix list commands with 3 arguments (fixes #817)
List commands with 3 arguments should return albums, not artists.

(cherry picked from commit ec413126f1)
2014-08-05 23:52:46 +02:00
Trygve Aaberge
c798257f00 mpd: Test that "list album foo" responds correctly
Previously, test_list_album_with_artist_name would only test that the
command didn't fail. Now it also checks that the response is correct.
That is, that the response contains albums.

This makes the test detect the error reported in #817.

(cherry picked from commit 9771eda230)
2014-08-05 23:52:40 +02:00
Stein Magnus Jodal
9dc8038025 Release v0.19.3 2014-08-03 23:39:10 +02:00
Stein Magnus Jodal
dc80f17296 Bump version to 0.19.3 2014-08-03 23:34:25 +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
837fb00fb7 Fail early if extension doesn't implement setup()
Fixes #813
2014-08-03 23:13:14 +02:00
Stein Magnus Jodal
2d4b447d0a docs: Update changelog 2014-08-03 15:19:33 +02:00
Thomas Adamcik
8376286e7e zeroconf: Fix intermittent dbus/avahi exception
This fixes an issue where I sometimes would get an error from dbus
'Unable to guess signature from an empty list'. After some digging
and checking the avahi dbus specs I found they expect the text list
to have a signature of 'aay' (an array of arrays containing bytes).
So instead of using python lists we now use a 'typed' dbus array.

It is not clear to me why this is a heisenbug, but this fix does
seem to make it go away.

(cherry picked from commit 80f5c9158d)
2014-08-03 15:18:55 +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
Stein Magnus Jodal
2c04d97eaf docs: Update authors
(cherry picked from commit 614dc93ad8)
2014-07-30 00:31:29 +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
Thomas Adamcik
1b8feefcdc audio: Link to context of why we demote jack sinks
(cherry picked from commit 29019d94af)
2014-07-30 00:30:13 +02:00
Stein Magnus Jodal
a435263671 Merge pull request #801 from arjunrn/develop 2014-07-30 00:29:48 +02:00
Stein Magnus Jodal
4cb858771f travis: Update tox env names
(cherry picked from commit e950cf5501)
2014-07-29 23:30:42 +02:00
Stein Magnus Jodal
df4c5d8bcb tox: Fix Tornado version mismatch in env name and deps
(cherry picked from commit acef38a6c7)
2014-07-29 22:50:11 +02:00
Janez Troha
e8a1642ede Merge pull request #806 from dz0ny/tornado_matrix
Test with multiple versions of tornado.
2014-07-28 21:36:31 +02:00
dz0ny
6367b83735 Test with multiple versions of tornado. See #798 2014-07-28 20:48:06 +02:00
Arjun Naik
f4777e50c2 Fixed long line Flake8 warning. 2014-07-27 14:33:34 +00:00
Arjun Naik
4d5f60fd06 Workaround for RasPi selecting jack server. 2014-07-27 11:41:27 +00:00
Stein Magnus Jodal
5daa95cae8 docs: Update changelog 2014-07-26 16:54:32 +02:00
Stein Magnus Jodal
c3011c132d Merge pull request #796 from ifosch/gh662
Fix negative track lengths on radio streams. Fixes #662.
2014-07-26 16:50:48 +02:00
Ignasi Fosch
b13505ea45 Fix the Line too long lint error 2014-07-26 16:42:42 +02:00
Ignasi Fosch
8459464f34 Fix mopidy/audio/scan.py to avoid negative values in track lengths
The fix is the most elegant I found, but it might pass undetected.
2014-07-26 16:31:37 +02:00
Stein Magnus Jodal
22bf058c34 Update .mailmap 2014-07-26 15:35:29 +02:00
Stein Magnus Jodal
f14519a86c docs: Update changelog wrt PR #795 2014-07-26 15:12:31 +02:00
Stein Magnus Jodal
d2a5271a90 Merge pull request #795 from dz0ny/fix/mdns_resolve
avahi: Service hostname must contain, resolvable fqdn
2014-07-26 15:06:23 +02:00
dz0ny
711caa9417 avahi: Service hostname must contain, resolvable fqdn with .local appended to it. 2014-07-26 14:54:21 +02:00
Nick Steel
a2128864e7 Fixed typo in comment 2014-07-26 13:38:28 +01: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
2f13eaf59d Release v0.19.2 2014-07-26 14:19:34 +02:00
Stein Magnus Jodal
3bc82f82ac Bump version to 0.19.2 2014-07-26 14:18:50 +02: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
93bf3ea918 mpd: Fix crash on wrong number of command args
Fixes #789
2014-07-26 13:56:26 +02:00
Stein Magnus Jodal
a650cc08c0 Merge pull request #793 from ifosch/help-version-test-fixing
Help message test doesn't complain now when using external PYTHONPATH
2014-07-26 12:56:12 +02:00