Commit Graph

7564 Commits

Author SHA1 Message Date
Thomas Adamcik
d0ef2c425a Merge pull request #1595 from Caysho/develop
File: Add feature to file module for sorting files vs directories.
2017-06-14 23:12:58 +02:00
Nick Steel
6e9cb3b9ca Merge pull request #1626 from Informatic/fix/set-glib-prgname
Set GLib prgname and application name
2017-06-14 14:24:46 +02:00
Piotr Dobrowolski
2124c66d11 Set GLib prgname and application name
This makes Mopidy properly show up in pulseaudio as "Mopidy" instead of
"python*"
2017-06-13 17:20:16 +02:00
Stein Magnus Jodal
b0bf0ecb15 Use pytest command instead of py.test 2017-06-07 23:00:10 +02:00
Stein Magnus Jodal
b3fd967cac Merge pull request #1612 from CL123123/develop
Tiny grammar mistake
2017-04-07 21:05:18 +02:00
CL123123
454e9d1687 Tiny grammar mistake 2017-04-06 19:44:03 -07:00
Stein Magnus Jodal
621938f0fa Merge branch 'release-2.1' into develop 2017-02-11 13:44:15 +01:00
Stein Magnus Jodal
7862274c32 docs: Update changelog 2017-02-11 13:43:32 +01:00
Btjones711
34d09d1449 -Edited Test to reflect Idle bug fix
(cherry picked from commit 03b763172a)
2017-02-11 13:42:06 +01:00
Btjones711
fb9f2198bd -Changed Idle command by removing "list_command=False" to stay in convention with MPD
-Edited change log to reflect the bugfix

(cherry picked from commit 4fd86c37a7)
2017-02-11 13:41:33 +01:00
Btjones711
44d744fc5a -Changed Idle's list command to True to stay in convention with MPD
(cherry picked from commit 522ae022f3)
2017-02-11 13:37:16 +01:00
Stein Magnus Jodal
dfbccc836d docs: Syntax
(cherry picked from commit b2445a04db)
2017-02-11 13:19:32 +01:00
James Barnsley
70a5c6e117 Updating Iris readme; Renaming Iris screenshot
(cherry picked from commit 1881016126)
2017-02-11 13:19:10 +01:00
James Barnsley
9803b8f219 Updating Spotmop to Iris
_Spotmop_ now renamed _Iris_ and moved to new repository.
(cherry picked from commit cad7d10c88)
2017-02-11 13:19:05 +01:00
Stein Magnus Jodal
b2445a04db docs: Syntax 2017-02-11 13:18:23 +01:00
Stein Magnus Jodal
625ab52506 Merge pull request #1594 from jaedb/patch-1
Updating Spotmop to Iris
2017-02-11 13:17:52 +01:00
jcass
1f92c5bd52 Update screenshot for Mopidy-MusicBox-Webclient.
(cherry picked from commit 86bb9f5ec9)
2017-02-11 13:11:14 +01:00
John Cass
59f1f7a927 Merge pull request #1598 from jcass77/enhance/update_mmw_entry
Update screenshot for Mopidy-MusicBox-Webclient.
2017-02-05 06:53:42 +02:00
jcass
86bb9f5ec9 Update screenshot for Mopidy-MusicBox-Webclient. 2017-02-05 06:47:03 +02:00
Caysho
249533f000 docs/etc/file.rst
Remove trailing new line character

Signed-off-by: Caysho <caysho@internode.on.net>
2017-02-03 19:08:33 +08:00
Caysho
3f77f03057 mopidy/file/library.py
Improve sort efficiency with tkem's suggestion in PR 1595.

Remove
import operator
because operator.attrgetter() not used now.

mopidy/file/ext.conf
Remove errant new line character introduced in
commit 0e1e703cbe.

Signed-off-by: Caysho <caysho@internode.on.net>
2017-02-03 18:58:08 +08:00
Caysho
0e1e703cbe Discussion in mopidy PR 1595: remove sort order configuration item.
Browse/File sort order to be directories first, otherwise all items
alphabetically.
Final sort order to be left to clients.

Change mopidy/file/library.py to sort as described.

Remove changes to:
1. docs/ext/file.rst
2. mopidy/file/__init__.py
3. mopidy/file/ext.conf

Thanks go to sumpfralle for providing the base code for the sort lambda
and stable sort suggestion.

Signed-off-by: Caysho <caysho@internode.on.net>
2017-02-01 20:35:41 +08:00
Thomas Adamcik
ebc3eb75ad mpd: Merge pull request #1597 from Btjones711/idleFix
Changed Idle's list command to True. In order to stay in convention with MPD
2017-01-28 10:34:45 +01:00
Btjones711
03b763172a -Edited Test to reflect Idle bug fix 2017-01-26 21:07:54 -06:00
Btjones711
4fd86c37a7 -Changed Idle command by removing "list_command=False" to stay in convention with MPD
-Edited change log to reflect the bugfix
2017-01-26 21:02:28 -06:00
Btjones711
522ae022f3 -Changed Idle's list command to True to stay in convention with MPD 2017-01-26 16:28:58 -06:00
mopidy-dev
84992bf80e File: Add feature to file module for sorting files vs directories.
Add configuration option in [file] section of mopidy.conf
Add documentation for feature with the valid options.

Signed-off-by: caysho@internode.on.net
2017-01-23 21:24:39 +08:00
James Barnsley
1881016126 Updating Iris readme; Renaming Iris screenshot 2017-01-20 09:13:41 +13:00
James Barnsley
cad7d10c88 Updating Spotmop to Iris
_Spotmop_ now renamed _Iris_ and moved to new repository.
2017-01-20 08:19:39 +13:00
Nick Steel
2b7f12b854 Merge branch 'tsusanka-doc-enable-ssh' into develop 2017-01-07 00:32:21 +00:00
Nick Steel
888972af35 docs: Move Raspbian SSH enable step before booting.
Copy wording from Raspbian docs.
2017-01-07 00:21:05 +00:00
Tomas Susanka
4f874ac768 docs: how to enable SSH 2017-01-06 21:39:43 +01:00
Stein Magnus Jodal
4c1e2960b6 Release v2.1.0 2017-01-02 23:58:02 +01:00
Stein Magnus Jodal
b9f2cf0b5e Bump version number to 2.1.0 2017-01-02 23:54:43 +01:00
Stein Magnus Jodal
b68c995cae docs: v2.1.0 release notes 2017-01-02 23:54:42 +01:00
Stein Magnus Jodal
925f2e856e docs: Attempt at working around Travis CI crash when building docs 2017-01-02 23:54:42 +01:00
Stein Magnus Jodal
2a53ae40c5 docs: Bump copyright year to 2017 2017-01-02 23:30:04 +01:00
Stein Magnus Jodal
63fc876ebe docs: Update brew usage to match current behavior 2016-12-28 23:31:49 +01:00
Stein Magnus Jodal
fe762bb20e flake8: Fix new warning 2016-11-15 13:46:56 +01:00
Stein Magnus Jodal
fd64d4b378 Merge pull request #1577 from adamcik/fix/1553-mms-scanning-take-three
Improve duration workaround and change how we handle mms scanning again
2016-11-15 13:40:22 +01:00
Thomas Adamcik
8c548250a8 docs: Update changelog with scanner duration changes 2016-10-26 23:48:57 +02:00
Thomas Adamcik
3f46311291 audio: Do not try duration workaround for non-seekable sources 2016-10-26 23:40:33 +02:00
Thomas Adamcik
58d1e0fbee audio: Make missing duration workaround more robust. 2016-10-26 23:40:33 +02:00
Thomas Adamcik
26e50882e6 audio: Place upper limit on length of log lines for scanner 2016-10-26 23:40:33 +02:00
Thomas Adamcik
7ecc6e5af7 audio: Revert MMS related changes.
This reverts commit 74cf673171.
"audio: Wait for state change instead of async done in scanner."

This reverts commit 4adea37e97.
"audio: Give up getting duration for MMS (Fixes: #1553)"
2016-10-26 23:40:25 +02:00
Stein Magnus Jodal
bbeb5c03aa Require Tornado >= 3.2
Survey of version available in the oldest distros we care about:

- Debian 8, squeeze: 3.2.2
- Debian 8, squeeze-backports: 4.2.0
- Ubuntu 16.04 LTS: 4.2.1
- Arch Linux: 4.4.2
2016-10-26 00:39:42 +02:00
Stein Magnus Jodal
70a07373ad flake8: Reenable flake8-import-order 2016-10-25 23:55:05 +02:00
Stein Magnus Jodal
88cdabf034 Merge pull request #1576 from adamcik/fix/1553-mms-scanning-take-two
audio: Wait for state change instead of async done in scanner.
2016-10-25 22:57:57 +02:00
Thomas Adamcik
74cf673171 audio: Wait for state change instead of async done in scanner.
This increases the robustness by quite a bit, we no longer:
- Fail on elements such as mmssrc that can't go to playing ASYNC.
- Try going to playing if we've already tried before.
2016-10-25 22:48:03 +02:00
Stein Magnus Jodal
c0836d9d97 Merge pull request #1575 from adamcik/fix/1553-mms-scanning
Handle GStreamer source elements that can't go playing async
2016-10-25 22:04:47 +02:00