jcass
dee7eb7e20
tests:fix pep8 violation.
2016-01-20 15:55:02 +02:00
jcass
5f6a151604
Merge remote-tracking branch 'upstream/develop' into fix/1402_track_playback_ended
2016-01-20 15:54:07 +02:00
jcass
239a7be708
fix: ensure that tl_track information is included in event trigger when consume mode is enabled.
2016-01-20 15:41:58 +02:00
Stein Magnus Jodal
6528a3bbbc
Merge pull request #1401 from jcass77/fix/503_test_docs
...
Draft documentation on how to test extensions.
2016-01-20 11:47:26 +01:00
jcass
edc3929daf
docs:address PR review comments.
2016-01-20 11:49:29 +02:00
jcass
05729d3dc0
docs:fix bullet list formatting.
2016-01-20 09:36:07 +02:00
Stein Magnus Jodal
f62057a9ad
flake8: Fix compat with pep8 1.7.0
...
(cherry picked from commit 18b609fa6e )
2016-01-20 08:21:10 +01:00
jcass
7f03b21258
docs:align case of headings with rest of section. Remove fragmented sentences.
2016-01-20 00:19:59 +02:00
jcass
ea89a85b5e
docs:add section with some background and pointers on how to test extensions.
2016-01-20 00:07:15 +02:00
Stein Magnus Jodal
1c19dd5d86
docs: Update authors
2016-01-18 23:05:59 +01:00
Stein Magnus Jodal
37a34a734c
docs: Address @trygveaa's review comments
2016-01-18 23:01:46 +01:00
Stein Magnus Jodal
2ba5bdc822
Release v1.1.2
2016-01-18 22:54:57 +01:00
Stein Magnus Jodal
6d0e3ec698
docs: Update changelog for 1.1.2
2016-01-18 22:54:32 +01:00
Stein Magnus Jodal
89888cde48
Bump version to 1.1.2
2016-01-18 22:54:32 +01:00
Stein Magnus Jodal
b0b3bd85dc
docs: Update copyright years
2016-01-18 22:54:32 +01:00
Trygve Aaberge
0c9618da14
Merge pull request #1397 from jodal/feature/mpd-volume-cmd
...
MPD: Add volume command
2016-01-18 22:49:49 +01:00
Stein Magnus Jodal
b09e667127
mpd: Fix review comments
2016-01-18 22:44:11 +01:00
Stein Magnus Jodal
77e2e088fd
docs: Cleanup changelog
2016-01-18 22:34:10 +01:00
Stein Magnus Jodal
0ea3de2c68
docs: Refer to OS X service from service docs
2016-01-18 22:21:37 +01:00
Stein Magnus Jodal
2b0c121e6c
docs: Refer to service docs from Arch and Debian install docs
2016-01-18 22:21:20 +01:00
Stein Magnus Jodal
bd0c88b22b
docs: Fix title capitalization
2016-01-18 22:06:28 +01:00
Stein Magnus Jodal
123614ad69
docs: Repurpose Debian pkg page as a service page
...
Fixes #1398
2016-01-18 22:05:05 +01:00
Stein Magnus Jodal
e69ea22cdd
docs: Remove old cruft from Debian package page
...
Part of #1398
2016-01-18 21:40:57 +01:00
Stein Magnus Jodal
450b1d0f7c
docs: Remove section on missing Debian-packaged extensions
...
For apt.mopidy.com, none of this is an issue.
For Ubuntu:
- none of this is an issue in 15.10 or 16.04 LTS.
- 15.04 is soon out of support.
- 14.04 LTS is old enough that you'll have to read older docs to expect
facts matching your installation.
For Debian:
- none of this is an issue in sid or stretch.
- Jessie this might be an issue, but the same sentiment as for Ubuntu
14.04 LTS applies.
Fixes #1399
2016-01-18 21:29:25 +01:00
Stein Magnus Jodal
14444fe24f
mpd: Add volume command
2016-01-17 22:28:23 +01:00
Stein Magnus Jodal
f15b4e7327
mpd: Move setvol tests to its own test case
2016-01-17 22:28:12 +01:00
Stein Magnus Jodal
0ac77ebb47
docs: Remove Raspbmc and XBian workarounds
...
Ref https://github.com/mopidy/mopidy/issues/1326#issuecomment-172323148
Raspbmc is replaced by OSMC that works with Mopidy without conflicts.
XBian I'm not sure about, but the workaround is still searchable in
older version of our docs, and we'll soon be moving to GStreamer 1.x,
probably affecting the dep on libtag.
2016-01-17 21:06:55 +01:00
Stein Magnus Jodal
18b609fa6e
flake8: Fix compat with pep8 1.7.0
2016-01-17 07:55:34 +01:00
Stein Magnus Jodal
2a01760af3
docs: Update Raspberry Pi howto
...
Fixes #1326
2016-01-16 20:27:49 +01:00
Jens Luetjen
49b84f4a61
Fix a flake8 error
2016-01-14 22:58:41 +01:00
Jens Luetjen
606e87b1bb
Make export/restore state internal
...
- drop filename parameter
- make save_state/load_state internal
- remove save_state/load_state from docu and RPC.
- remove models load/save from docu
- build the config path
- folder for 'core' state files
- move restore_state-to-coverage-translation into a method
2016-01-14 19:56:38 +01:00
Thomas Adamcik
aa9e806230
Merge pull request #1386 from tkem/m3u-refactoring
...
m3u: Major refactoring
2016-01-11 23:12:59 +01:00
Thomas Kemmer
60b071dbbd
m3u: Update changelog for PR #1386 .
2016-01-10 20:08:20 +01:00
Thomas Kemmer
1715756b14
m3u: Update docs.
2016-01-10 19:45:00 +01:00
Thomas Kemmer
2bcf1a6b00
m3u: Change default_extension to m3u8.
2016-01-10 19:23:14 +01:00
Jens Luetjen
4869619bb9
New CoreState to hold all core states
...
- Introduce a CoreState class that holds all core states
- Move xState classes to internal
- Use validation.check_instance for consistent error messages
- Store tlid instead of TlTrack to restore last played track
2016-01-10 13:24:14 +01:00
Stein Magnus Jodal
70b4851a29
docs: Add fix for bad event crash to changelog
...
Fixes #1383
2016-01-10 07:52:21 +01:00
Thomas Adamcik
3ff120a0e6
listener: Try and protect actors against "bad" events
...
(cherry picked from commit aa010e03e9 )
2016-01-10 07:50:08 +01:00
Stein Magnus Jodal
3d6270ad37
docs: Document model's attributes
...
Fixes #1385
2016-01-10 07:41:52 +01:00
Jens Luetjen
74344f2b19
Use tlid instead of full tl_track
...
To export/restore the PlayState the tlid is enough.
2016-01-09 12:52:01 +01:00
Jens Luetjen
abe3d67bc1
Some smaller fixes.
...
- Limit config core.restore_state to a known set of values.
- Initialize new_state to None instead of ''
2016-01-09 12:07:49 +01:00
Jens Luetjen
6e99a95aae
Don't modify data in library function.
...
- storage.save: Don't modify data. mopidy.__version__ has to be added by caller.
- storage.load: Added a Todo. Postponed decision, if load() shall raise an exception in case of error. See PR #310 .
2016-01-09 12:05:14 +01:00
Jens Luetjen
a9327c559f
Don't use pykka callbacks on_start and on_stop.
...
Introduce setup() and teardown() for Core.
2016-01-09 12:00:35 +01:00
Jens Luetjen
46bb780a46
Rename TracklistState 'tracks' to 'tl_tracks'
...
Correct documentation.
2016-01-09 11:46:09 +01:00
Thomas Kemmer
2b8508d3c7
m3u: Implement write-replace context manager.
2016-01-09 07:00:57 +01:00
Stein Magnus Jodal
38307a5717
docs: Add PR#1371 to changelog
2016-01-05 21:18:57 +01:00
jcass
c2c2aa0322
Handle missing or empty 'port' configuration parameter.
...
(cherry picked from commit 3488e6442d )
2016-01-05 21:17:59 +01:00
Jens Luetjen
0b0cbc87d4
Merge branch 'develop' into fix/310-persist-mopidy-state-between-runs
...
Conflicts:
docs/changelog.rst
Fixed conflict in doc/changelog.rst
2016-01-05 08:16:51 +01:00
Jens Luetjen
d5a45516ef
Adujst test code for testing auto-play
2016-01-05 07:53:45 +01:00
Jens Luetjen
6746dd0196
More function for config value core.restore_state
...
- New values for core.restore_state : "volume", "last"
- Update changelog
- Adjust logger output
2016-01-05 07:41:02 +01:00