Commit Graph

7699 Commits

Author SHA1 Message Date
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
Thomas Adamcik
b8446f2469 docs: Add changelog for MMS scanning fix 2016-10-25 22:01:08 +02:00
Thomas Adamcik
4adea37e97 audio: Give up getting duration for MMS (Fixes: #1553) 2016-10-25 22:00:42 +02:00
Thomas Adamcik
914afb37f8 audio: Improve and enable trace logging for scanner 2016-10-25 22:00:42 +02:00
Stein Magnus Jodal
6d2f5e584a docs: Add PR #1549 to changelog 2016-10-25 00:19:18 +02:00
Stein Magnus Jodal
1eb9e087c9 core: Remove redundant comments 2016-10-25 00:17:58 +02:00
Stein Magnus Jodal
b6c16750cf Merge pull request #1549 from alexjaw/fix/1512
alexjaw/fix/1512-inconsistent-playlist-state-with-repeat-and-consume
2016-10-25 00:17:14 +02:00
Stein Magnus Jodal
1d594bdacc Merge branch 'feature/file-excluded-file-exts' into develop 2016-10-24 23:44:01 +02:00
Stein Magnus Jodal
5d6879bff9 docs: Add file/excluded_file_extensions to changelog 2016-10-24 23:43:47 +02:00
Stein Magnus Jodal
3b40c77cfb docs: Reorder backlog 2016-10-24 23:43:03 +02:00
Stein Magnus Jodal
d62a789092 file: Document file/excluded_file_extensions 2016-10-24 23:42:30 +02:00
Stein Magnus Jodal
1841ca2177 file: Fix minor style issues 2016-10-24 23:41:42 +02:00
Stein Magnus Jodal
3d60acd8b2 Merge pull request #1568 into feature/file-excluded-file-exts 2016-10-24 23:28:38 +02:00
Stein Magnus Jodal
eaf793e038 Merge pull request #1537 from adamcik/fix/1479-cant-play-rtsp
audio: Update scanner to handle sources that only have dynamic pads
2016-10-24 23:21:10 +02:00
Thomas Adamcik
e161e9b26c Merge branch 'develop' into fix/1479-cant-play-rtsp 2016-10-24 23:20:52 +02:00
Stein Magnus Jodal
400e991a73 Merge branch 'master' into develop 2016-10-24 23:14:37 +02:00