Commit Graph

2275 Commits

Author SHA1 Message Date
Jonathan Jefferies
26577eea2d
Remove Deezer backend
The Deezer extension has been removed from Github at Deezer's request, so is no longer available.

https://github/dmca/blob/master/2018/2018-01-12-Deezer.md
2018-01-24 22:06:02 +00:00
Dan Brough
1a94183f00 docs: Add Mopidy-RNZ backend (#1649) 2017-12-19 23:51:29 +01:00
Stein Magnus Jodal
b2d32f0702 Merge branch 'release-2.1' into develop 2017-10-27 22:58:37 +02:00
Stein Magnus Jodal
24ffc07164 Merge branch 'master' into release-2.1 2017-10-27 22:58:26 +02:00
Stein Magnus Jodal
a25972a71f docs: Update sponsors 2017-10-27 22:58:17 +02:00
Stein Magnus Jodal
7c3229c6c7 Merge branch 'release-2.1' into develop 2017-10-27 22:54:25 +02:00
Stein Magnus Jodal
cf5e41ef4f Merge branch 'master' into release-2.1 2017-10-27 22:53:58 +02:00
Stein Magnus Jodal
f35bd06ada Forum moved from discuss.m.c to discourse.m.c 2017-10-27 22:52:23 +02:00
Alexey Murz Korepov
3fd2b663b7 docs: Add link for Deezer music streaming service plugin
Link to https://github.com/rusty-dev/mopidy-deezer project.
2017-10-18 00:00:57 +01:00
James Barnsley
e7b5027b7f Amending Iris description and screenshot
(cherry picked from commit 6ee92e3245)
2017-10-17 23:46:36 +01:00
Marcus Götling
c779e298c8 Add web extension: Mopidy-Auto (#1630)
* Add web extension: Mopidy-Auto

* Add notice about events hijacked by Mopidy-Auto

* Alphabetically sorting of extensions

* Fix typos

* Sphinx syntax and short lines
(cherry picked from commit 1ac0674658)
2017-10-17 23:45:39 +01:00
James Barnsley
6ee92e3245 Amending Iris description and screenshot 2017-10-17 23:17:04 +01:00
Dominique Tardif
b3fb7b3ffe docs: Dual audio output example in audio.rst
Added an example multiplexing audio output using tee for local output and stream via icecast
2017-10-17 22:48:30 +01:00
Marcus Götling
1ac0674658 Add web extension: Mopidy-Auto (#1630)
* Add web extension: Mopidy-Auto

* Add notice about events hijacked by Mopidy-Auto

* Alphabetically sorting of extensions

* Fix typos

* Sphinx syntax and short lines
2017-07-28 14:43:55 +02:00
Nick
014272cae9 Fix spelling mistake
Replace "takes care or user authentication" with "takes care of user authentication".
2017-06-19 16:43:06 +02:00
Stein Magnus Jodal
b0bf0ecb15 Use pytest command instead of py.test 2017-06-07 23:00:10 +02:00
xsteadfastx
cd5c577760 Update backends.rst 2017-03-31 11:58:02 +02: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
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
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
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
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
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
Stein Magnus Jodal
d62a789092 file: Document file/excluded_file_extensions 2016-10-24 23:42:30 +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
Stein Magnus Jodal
da392510f1 docs: Format changelog 2016-10-24 23:14:32 +02:00
Stein Magnus Jodal
092f009292 docs: Remove mentions of Debian wheezy, as Mopidy 2.0 dependencies are not available there 2016-10-24 23:12:14 +02:00
Piotr Dobrowolski
71ba9c02ae docs: Remove mention of grooveshark extension
(cherry picked from commit 5df1d689c1)
2016-10-24 23:12:14 +02:00
Tom Swirly
ec5b952a66 Fix a name in file.rst.
(cherry picked from commit 96c543dd09)
2016-10-24 23:12:14 +02:00
Nick Steel
38580b5174 Docs: more readable
(cherry picked from commit 81a48592f2)
2016-10-24 23:12:14 +02:00
Paul Connolley
e8d0edf6af Docs: Add Mopidy-Jukepi to the list of webclients
jukePi has been formally converted in to a Mopidy extension and
submitted to PyPi. In the current documentation, it's listed in the
'Other Web Clients' section.

This change adds a screenshot and moves it to its own section in the web
extensions doc.

(cherry picked from commit 6b1707d120)
2016-10-24 23:12:13 +02:00
Naglis Jonaitis
e74a2ae45a docs: Remove link to the Mopidy-LeftAsRain plugin
(cherry picked from commit 633d87bdbd)
2016-10-24 23:12:13 +02:00
Stein Magnus Jodal
ca3e08377d docs: Deb packaging is done on Debian infrastructure as part of the pkg-mopidy team
(cherry picked from commit 5973c0f6b9)
2016-10-24 23:12:13 +02:00
Thomas Adamcik
3d477e1eb9 Merge branch 'develop' into fix/1479-cant-play-rtsp 2016-10-24 23:07:34 +02:00
Piotr Dobrowolski
5df1d689c1 docs: Remove mention of grooveshark extension 2016-10-19 16:50:40 +02:00
Thomas Adamcik
ad3bb710de Merge pull request #1571 from rec/patch-1
docs: Fix a name in file.rst.
2016-10-16 21:56:55 +02:00
Tom Swirly
96c543dd09 Fix a name in file.rst. 2016-10-16 14:15:20 -04: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
Nick Steel
81a48592f2 Docs: more readable 2016-10-03 23:23:32 +01:00
Paul Connolley
6b1707d120
Docs: Add Mopidy-Jukepi to the list of webclients
jukePi has been formally converted in to a Mopidy extension and
submitted to PyPi. In the current documentation, it's listed in the
'Other Web Clients' section.

This change adds a screenshot and moves it to its own section in the web
extensions doc.
2016-10-03 23:03:17 +01: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
Naglis Jonaitis
633d87bdbd docs: Remove link to the Mopidy-LeftAsRain plugin 2016-08-17 21:31:38 +03:00
Stein Magnus Jodal
5973c0f6b9 docs: Deb packaging is done on Debian infrastructure as part of the pkg-mopidy team 2016-08-12 21:19:43 +02:00
Stein Magnus Jodal
bce1101458 Merge branch 'release-2.0' into develop 2016-08-12 20:59:28 +02:00
Stein Magnus Jodal
3011519231 Bump version to 2.0.1 2016-08-12 20:51:15 +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
41559cf7c9 Merge pull request #1546 from jodal/fix/1508-identifier-field-encoding-error
Fix #1508: identifier field encoding error
2016-08-12 01:11:33 +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
4e91f28944 docs: Remove GlobalSign as cert has expired 2016-08-09 22:37:44 +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
242a771062 docs: Add sphinx_rtd_theme in docs/requirements.txt 2016-07-25 23:48:53 +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
Stein Magnus Jodal
df0d534a56 docs: Depend on sphinx_rtd_theme
As of Sphinx 1.4, it is no longer a transitive dependency, so we need
to depend on it explicitly.
2016-04-01 08:12:29 +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
Stein Magnus Jodal
095329ce82 docs: PR #1472 fixes #1469 2016-03-26 11:55:25 +01:00
Stein Magnus Jodal
8820a88e0c file: Fix crash when media_dirs contains non-ASCII chars
Fixes #1345
2016-03-26 11:30:35 +01:00
Stein Magnus Jodal
3e196a88cb Merge branch 'release-2.0' into develop 2016-03-26 09:59:27 +01:00