ronaldz
87ea3c9745
Added a --force argument. Related to issue #910
2015-02-26 21:32:31 -05:00
ronaldz
961aafff45
Maximum was miss-spelled in the local Scan command's help text
2015-02-25 21:19:47 -05:00
Stein Magnus Jodal
635ee6e4eb
Merge pull request #1002 from adamcik/fix/694
...
config: Debug log ignored sections (fixes : #694 )
2015-02-25 23:36:13 +01:00
Thomas Adamcik
4a3dfdd415
docs: Update changelog
2015-02-25 23:28:56 +01:00
Stein Magnus Jodal
5536c79be5
Merge pull request #1005 from adamcik/fix/808
...
Add per logger colors
2015-02-25 23:18:08 +01:00
Thomas Adamcik
57012670b7
config: Fixing review comments
2015-02-25 22:58:46 +01:00
Thomas Adamcik
3b41b26880
config: Fix review comments
2015-02-25 22:57:49 +01:00
Thomas Adamcik
5c833e106b
logging: Add support for per logger colors ( fixes : #808 )
2015-02-25 22:16:30 +01:00
Thomas Adamcik
b11d89d72f
config: Convert the loglevel schema to a generic map schema
2015-02-25 21:36:59 +01:00
Thomas Adamcik
0829f34a90
Merge pull request #999 from tkem/fix/998
...
Fix #998 : Remove event already sent by PlaylistsController.
2015-02-25 21:05:53 +01:00
Thomas Adamcik
84334760e1
Merge pull request #1000 from tkem/fix/937
...
Fix #937 : Local playlists refactoring.
2015-02-25 21:04:01 +01:00
Thomas Adamcik
0ea3969427
config: Debug log ignored sections ( fixes : #694 )
2015-02-25 21:02:57 +01:00
Thomas Kemmer
dd54fdb086
Fix #937 : Local playlists refactoring.
2015-02-25 18:50:29 +01:00
Thomas Kemmer
96a3cb6ef5
Remove obsolete unit test.
2015-02-25 17:48:41 +01:00
Thomas Kemmer
2ae68d971a
Fix #998 : Remove event already sent by PlaylistsController.
2015-02-25 17:35:06 +01:00
Thomas Adamcik
7520b13aa1
mpd: Update listall/info docs
2015-02-18 22:35:49 +01:00
Stein Magnus Jodal
255d92f21f
Merge pull request #992 from adamcik/feature/default-get-images-fallback
...
backend: Add a default get_images impl.
2015-02-18 22:13:10 +01:00
Thomas Adamcik
2ff2a3719e
backend: Add test for get_images fallback
2015-02-18 21:55:39 +01:00
Stein Magnus Jodal
b7d46d3247
Merge pull request #990 from adamcik/feature/mpd-blacklist-commands
...
mpd: Support blacklisting MPD commands in the server.
2015-02-18 21:25:50 +01:00
Thomas Adamcik
19b7daed32
mpd: Fix typos in previous commit.
2015-02-18 21:14:24 +01:00
Thomas Adamcik
88c978bdca
backend: Add a default get_images impl.
2015-02-18 21:13:25 +01:00
Thomas Adamcik
52814715b4
mpd: Fix review comments for commands blacklist
2015-02-18 20:57:22 +01:00
Thomas Adamcik
e4ba4b3e5f
mpd: Support blacklisting MPD commands in the server.
...
Default blacklist set to listall and listallinfo.
This change has been done to avoid clients being able to call "bad" MPD
commands which are often misused to try and keep a client db. Note that
this change will break some MPD clients, but the blacklist can be controlled
via config to allow opting out for now.
2015-02-18 00:13:24 +01:00
Trygve Aaberge
b6110de186
Merge pull request #989 from jaksi/patch-1
...
Change yaourt command to update packages from AUR.
2015-02-17 00:28:55 +01:00
Jakab Kristóf
305d88c920
Update arch.rst
...
yaourt only syncs AUR packages if the -a flag is given
2015-02-17 00:01:01 +01:00
Stein Magnus Jodal
f5e63c4063
flake8: Fix warnings after flake8 upgrade
2015-02-16 10:34:27 +01:00
Stein Magnus Jodal
6d92e97c7c
Merge pull request #986 from ali/fix/flake8
...
Fix flake8 tests
2015-02-16 10:33:21 +01:00
Ali Ukani
92910e4362
Fix flake8 tests
...
Fixes "W503 line break before binary operator"
2015-02-16 02:02:14 -05:00
Thomas Adamcik
4a38d1722c
Merge pull request #984 from jodal/feature/move-dummies
...
Move dummies into the test package where they belong
2015-02-13 20:22:31 +01:00
Stein Magnus Jodal
d60c037fdc
docs: Update number of times -v is accepted
2015-02-13 12:24:33 +01:00
Stein Magnus Jodal
2d958d21b5
docs: Fix references and typos
2015-02-13 12:16:49 +01:00
Stein Magnus Jodal
5270aa65e2
audio: Move DummyAudio into tests package
2015-02-13 10:40:21 +01:00
Stein Magnus Jodal
a3b7c8d44f
audio: Fix AttributeError on shutdown ( fix #985 )
...
Given the right timings, there was possible to get a stack trace at
shutdown if the audio actor was teared down first and a music delivery
from libspotify/pyspotify called audio.push() after the teardown.
2015-02-13 09:36:51 +01:00
Stein Magnus Jodal
9f199b12ce
docs: Update authors
2015-02-13 01:51:08 +01:00
Stein Magnus Jodal
82b94693f9
docs: Add Image to model relation graph
2015-02-13 01:39:57 +01:00
Stein Magnus Jodal
b554a64aad
mixer: Move DummyMixer into tests package
2015-02-13 01:37:07 +01:00
Stein Magnus Jodal
016024a081
backend: Convert from package to module
2015-02-13 01:37:07 +01:00
Stein Magnus Jodal
df95a988b7
backend: Move DummyBackend into tests package
2015-02-13 01:37:07 +01:00
Thomas Adamcik
e6fe9f40e9
Merge pull request #983 from jodal/feature/remove-test-only-code
...
Remove test-only code
2015-02-13 01:31:11 +01:00
Stein Magnus Jodal
f7e218b72a
core: Remove test-only code paths in MixerController
2015-02-13 01:22:46 +01:00
Stein Magnus Jodal
160afbcd26
mpd: Use DummyMixer in tests
2015-02-13 01:22:46 +01:00
Stein Magnus Jodal
886c2b92d8
core: Use a mixer mock in tests
2015-02-13 01:15:25 +01:00
Stein Magnus Jodal
333bc69777
jsonrpc: Don't use mixer in tests
2015-02-13 01:15:15 +01:00
Stein Magnus Jodal
7aede98fda
Merge pull request #982 from adamcik/feature/use-proxy-in-stream-scanner
...
Use proxy in stream scanner
2015-02-13 01:04:09 +01:00
Thomas Adamcik
0e4e872d6b
stream: Hook stream scanner up to proxy settings
2015-02-13 00:52:20 +01:00
Thomas Adamcik
96572eacdf
audio: Add proxy support to scanner
2015-02-13 00:51:52 +01:00
Stein Magnus Jodal
e4f2796e81
docs: Add model addition to changelog
2015-02-13 00:41:32 +01:00
Stein Magnus Jodal
638740541b
Merge pull request #981 from adamcik/feature/core-get-images
...
Add library.get_images()
2015-02-13 00:33:29 +01:00
Thomas Adamcik
ddd872cdea
core: Always return an answer for all URIs in get_images
...
Also make sure that results are tuples instead of lists so we don't
accidentally give out mutable state.
2015-02-13 00:10:14 +01:00
Stein Magnus Jodal
3c4683c319
softwaremixer: Remove comment
...
What mixer is used is already logged by the code that starts the mixer.
Some mixers have additional information about what controls, etc. are
used, but in this case the only thing we add is that GStreamer is used.
2015-02-12 23:52:56 +01:00