Commit Graph

628 Commits

Author SHA1 Message Date
Stein Magnus Jodal
95577206a0 Require tornado >= 4.4 2018-03-29 20:51:01 +02:00
Jarryd Tilbrook
b4c98ec4a5 Fix/1531 add unix domain socket (#1629)
mpd: add functionality for unix domain socket (Fixes #1531)

The Hostname config type now supports a Unix socket path prefixed with `unix:`
2018-02-13 12:58:39 +00:00
Stein Magnus Jodal
7862274c32 docs: Update changelog 2017-02-11 13:43:32 +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
Stein Magnus Jodal
b68c995cae docs: v2.1.0 release notes 2017-01-02 23:54:42 +01:00
Thomas Adamcik
8c548250a8 docs: Update changelog with scanner duration changes 2016-10-26 23:48:57 +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
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
Thomas Adamcik
b8446f2469 docs: Add changelog for MMS scanning fix 2016-10-25 22:01:08 +02:00
Stein Magnus Jodal
6d2f5e584a docs: Add PR #1549 to changelog 2016-10-25 00:19:18 +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
Thomas Adamcik
e161e9b26c Merge branch 'develop' into fix/1479-cant-play-rtsp 2016-10-24 23:20:52 +02:00
Stein Magnus Jodal
da392510f1 docs: Format changelog 2016-10-24 23:14:32 +02:00
Thomas Adamcik
3d477e1eb9 Merge branch 'develop' into fix/1479-cant-play-rtsp 2016-10-24 23:07:34 +02:00
Stein Magnus Jodal
e72d5dc016 Merge pull request #1561 from dublok/fix/1471-scanner-date-tag-missing
Scanner: Set date to track and album: fix #1471
2016-10-04 11:05:23 +02:00
Thomas Adamcik
b4896a4bf9 docs: Add PR#1555 to changelog
Note that #1555 could also have been a candidate for a point release.
2016-10-02 13:48:56 +02:00
dublok
18a3f6801c Scanner: set date to track and album 2016-09-19 20:09:02 +02:00
Jens Lütjen
92767e49f9 Fix typos and formatting 2016-09-16 21:01:10 +02:00
Jens Lütjen
5057b8b31d Merge 'develop' and resolve conflict
Conflicts:
	docs/changelog.rst
2016-09-14 18:17:52 +02:00
Stein Magnus Jodal
bce1101458 Merge branch 'release-2.0' into develop 2016-08-12 20:59:28 +02:00
Stein Magnus Jodal
1ec465bb5d docs: Add v2.0.1 release date 2016-08-12 20:50:19 +02:00
Stein Magnus Jodal
c0ce188451 Merge branch 'release-2.0' into develop 2016-08-12 01:17:31 +02:00
Stein Magnus Jodal
4c3309814f docs: Fix typos in changelog 2016-08-12 01:16:53 +02:00
Stein Magnus Jodal
3346778c41 models: Fix encoding error in Identifier field
Fixes #1508
2016-08-11 23:55:31 +02:00
Stein Magnus Jodal
d16494ce0d Merge branch 'release-2.0' into develop 2016-08-07 09:49:40 +02:00
Stein Magnus Jodal
a3164ca43b docs: PR#1496 fixed #1505 2016-08-07 09:30:46 +02:00
Stein Magnus Jodal
5e8682cc51 audio: Address my own comments on PR#1538 2016-08-07 09:24:45 +02:00
Thomas Adamcik
3e12ed1f69 audio: Postpone set_metadata until track is playing 2016-08-07 09:22:45 +02:00
Stein Magnus Jodal
b73aa4c78d Merge branch 'release-2.0' into develop 2016-08-07 09:18:27 +02:00
Stein Magnus Jodal
0d16502da1 docs: Require Pykka for docs building (fixes #1500)
Pykka is a pure Python dependency, so we might as well depend on it for
docs building so that :autoclass: works on Pykka subclasses in the docs.
2016-08-07 09:03:21 +02:00
Stein Magnus Jodal
12e0c87c99 docs: Fix warnings about unknown options 2016-08-07 08:51:20 +02:00
Stein Magnus Jodal
02a2788da0 docs: Cleanup changelog 2016-08-07 08:37:44 +02:00
Thomas Adamcik
9d4b62db14 audio: Update scanner to handle sources that only have dynamic pads
Fixes #1479
2016-07-27 21:43:41 +02:00
Thomas Adamcik
aa3293673a Merge branch 'release-2.0' into develop 2016-07-27 00:30:39 +02:00
Thomas Adamcik
e594d560ff audio: Make sure tags are never none (Fixes #1449) 2016-07-26 21:33:16 +02:00
Thomas Adamcik
ad4225d38d audio: Make scanner handle media with not duration (Fixes: #1526) 2016-07-26 21:16:31 +02:00
Thomas Adamcik
c1679964ff docs: Add PR#1525 and PR#1517 to changelog 2016-07-25 22:09:52 +02:00
Thomas Adamcik
44ff669744 Merge pull request #1534 from edran/fix-scrobbling
Get correct track position on change events
2016-07-25 22:08:41 +02:00
Thomas Adamcik
0c6be281df doc: Add changelog entry for PR#1496 and PR#1522 2016-07-25 21:53:21 +02:00
Nantas Nardelli
500ff70b87 Add changelog entry for #1534, and fix #1523 typo 2016-07-24 21:52:15 +01:00
ismailof
65498485fe Add changelog entry 2016-06-26 11:19:08 +02:00
ismailof
95ac2714ff Add changelog entry 2016-06-26 11:18:34 +02:00
Benjamin Chrétien
37cd296552 mpd: fix protocol for replay_gain_status 2016-05-31 16:36:37 +02:00
Jens Luetjen
b581d5a574 Update documentation.
Update persistent feature in changelog and config description.
2016-03-31 20:41:47 +02:00
Jens Luetjen
2bb9e39ba6 Merge branch 'develop' of https://github.com/mopidy/mopidy into fix/310-persist-mopidy-state-between-runs 2016-03-31 19:04:45 +02:00
Stein Magnus Jodal
d51b283c26 Merge branch 'release-2.0' into develop 2016-03-26 20:28:09 +01:00
Stein Magnus Jodal
227a660ecf Merge branch 'fix/1345-file-crashes-on-non-ascii-media-dir' into release-2.0 2016-03-26 20:27:42 +01:00
Thomas Adamcik
5e640979f4 Merge pull request #1493 from jodal/fix/1345-file-crashes-on-non-ascii-media-dir
file: Fix crash when media_dirs contains non-ASCII chars
2016-03-26 20:24:22 +01:00