Thomas Adamcik
e767cb3f41
tests: Convert local tracklist test to use core actor proxy.
2015-11-21 22:31:25 +01:00
Thomas Adamcik
216bd8e412
tests: Reorder listener_mock.send.mock_calls in assertEqual
2015-11-21 14:28:47 +01:00
Stein Magnus Jodal
6d37d462ac
Merge pull request #1329 from adamcik/develop
...
core: Mark tracks as played via playback ended events
2015-11-21 10:37:37 +01:00
Thomas Adamcik
01086a4cf4
core: Mark tracks as played via playback ended events
2015-11-21 00:34:27 +01:00
Stein Magnus Jodal
e945985448
Merge pull request #1328 from adamcik/feature/core-trigger-track-stopped-cleanup
...
core: Cleanup track ended event handling
2015-11-20 23:17:39 +01:00
Thomas Adamcik
da7ec9b202
core: Cleanup track ended event handling
...
Trigger playback ended on:
- stream changed
- EOS
- stop via stream changed events
Old behavior was to manually trigger on:
- next
- prev
- play with other track and old state != STOPPED
- stop
2015-11-19 22:45:55 +01:00
Stein Magnus Jodal
e48ac186f0
models: Deprecate Album.images
...
Fixes #1325
2015-11-18 15:03:13 +01:00
Stein Magnus Jodal
cc9a382f77
docs: Fix two links in same page with identical text
2015-11-18 14:55:52 +01:00
Stein Magnus Jodal
95f526b60e
docs: Use sphinx_rtd_theme
...
As for Debian packaging, the theme is packaged in jessie.
2015-11-18 14:51:29 +01:00
Nick Steel
8234d38a5d
docs: deprecated section headings were mixed up
2015-11-07 15:28:13 +00:00
Stein Magnus Jodal
d0e4e8e35d
versioning: Fix comparision of bytes and text
2015-10-29 22:57:25 +01:00
Stein Magnus Jodal
97c6b8812d
xdg: Read .dirs file as text for py3 compat
...
Py3's configparser isn't able to work with bytes.
2015-10-29 22:57:21 +01:00
Stein Magnus Jodal
587f2ac3d9
compat: Make more urlparse usage py2+3 compatible
2015-10-29 22:57:18 +01:00
Stein Magnus Jodal
b29d5df9b8
compat: Avoid non-ASCII in byte literals
2015-10-29 22:57:06 +01:00
Stein Magnus Jodal
41c906c912
compat: Ignore some py2-only builtins when running flake8 on py3
2015-10-29 22:21:54 +01:00
Stein Magnus Jodal
ee555ff09d
compat: Replace intern() with compat.intern()
2015-10-29 22:21:51 +01:00
Stein Magnus Jodal
0c059b85b1
compat: Replace (int, long) with compat.integer_types
2015-10-29 22:21:48 +01:00
Stein Magnus Jodal
7e2d77ce0e
compat: Replace basestring with compat.string_types
2015-10-29 22:21:19 +01:00
Stein Magnus Jodal
7b029bfcc4
compat: Make urllib/urlparse usage py2+3 compatible
2015-10-29 22:03:55 +01:00
Stein Magnus Jodal
790b64de13
xdg: Handle paths as bytes
2015-10-29 22:03:46 +01:00
Stein Magnus Jodal
8b57509028
xdg: Use configparser from compat module
2015-10-29 22:03:41 +01:00
Stein Magnus Jodal
7f742ca503
compat: Add future import
2015-10-29 22:03:20 +01:00
Stein Magnus Jodal
b38466ea04
Merge branch 'feature/mpd-playlist-mgmt' into develop
2015-10-29 21:29:54 +01:00
Stein Magnus Jodal
8aeb9841c5
mpd: Final cleanup of PR #1187 , #1308 and #1322
...
Fixes #1014 , fixes #1322
2015-10-29 20:50:23 +01:00
Alex Malone
7aa8aa2967
mpd: fix flake8 errors
2015-10-29 15:03:41 +01:00
Jelle van der Waa
d6afcf0abf
mpd: playlist addition / creation
...
- Rename _playlist_create to _create_playlist
- Change short variables to abbreviations
- Use double quoting when a string contains a single quote
- Use playlist_deleted event
2015-10-29 15:03:41 +01:00
kozec
cb20958e48
mpd: Added line about stored playlists modifying commands to changelog
2015-10-29 15:03:41 +01:00
kozec
cb4c6909f9
mpd: Added default_playlist_scheme to configuration
2015-10-29 15:03:41 +01:00
kozec
3a13bc2358
mpd: Added tests for stored playlists modifying commands
2015-10-29 15:03:41 +01:00
kozec
9e1de9989d
mpd: implemented MPD commands for modifying stored playlists.
2015-10-29 15:03:41 +01:00
kozec
f3f2375560
mpd: Added playlist_changed / stored_playlist event
2015-10-29 15:03:41 +01:00
Stein Magnus Jodal
e3064b668e
Update authors
2015-10-29 15:03:28 +01:00
Stein Magnus Jodal
20efdbfc20
Merge pull request #1317 from ghallberg/develop
...
Run sphinx linkcheck in tox. Fixes for a bunch of broken links.
2015-10-27 08:14:44 +01:00
Stein Magnus Jodal
7bbf45312a
Merge branch 'release-1.1' into develop
2015-10-26 23:26:03 +01:00
Stein Magnus Jodal
32ae87360c
http: Catch and log all requests exceptions
2015-10-26 23:23:11 +01:00
Gustaf Hallberg
dd44a619f2
Fixes based on review
2015-10-23 20:35:04 +02:00
Gustaf Hallberg
cf268bb309
Longer timeout for linkcheck
2015-10-21 22:10:53 +02:00
Gustaf Hallberg
8ebe9f59fd
Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such.
2015-10-21 21:32:21 +02:00
Nick Steel
056a17be89
docs: fixed flake8 whitespace error
2015-10-19 23:00:53 +01:00
Nick Steel
d6c2e513b4
docs: added param info for stream_title_changed
2015-10-19 22:56:54 +01:00
Stein Magnus Jodal
b1a2d14439
docs: Order releases in changelog
2015-10-08 09:00:19 +02:00
Stein Magnus Jodal
93899c8599
Merge pull request #1288 from adamcik/feature/implement-gapless
...
Gapless part 1
2015-10-07 23:32:31 +02:00
Thomas Adamcik
a9a2cdcb9d
audio: Never run about-to-finish from audio actor
2015-10-07 22:59:57 +02:00
Thomas Adamcik
efeac2dba8
docs: Add changelog placeholder for gapless
2015-10-06 23:35:38 +02:00
Thomas Adamcik
0169ce7cad
core: Make sure the about-to-finish callback gets run in the actor.
...
When about to finish gets called we are running in some GStreamer thread. Our
audio code then calls the shim core callback which is responsible for
transferring our execution to the core actor thread and waiting for the
response. From this point we do normal actor calls to the backend(s) which in
turn call into the audio actor. Since the initial audio code that was called is
outside the actor this should never deadlock due to this loop.
2015-10-06 22:45:06 +02:00
Stein Magnus Jodal
8dabdd7287
Merge branch 'release-1.1' into develop
2015-10-06 11:49:37 +02:00
Cadel Watson
525019d03e
Exit with error if clear or scan attempts to load nonexistent library
...
Fixes #1298
(cherry picked from commit 1e037adfc1fbecaebcd6173a2bcda7ce6d436c37)
(cherry picked from commit 44eb668ff957fae42d3ddcab9a3acda56d9ecc8c)
(cherry picked from commit bf318fb1ea09108d9b0c32de2d70383f9f740c4b)
2015-10-06 11:49:22 +02:00
Stein Magnus Jodal
b020d12885
Merge branch 'master' into release-1.1
2015-10-06 11:46:15 +02:00
Lesterpig
9cd43cf79a
docs: Add Mopidy-Party web extension
...
(cherry picked from commit fe8d850ed3 )
2015-10-06 11:45:56 +02:00
Thomas Adamcik
1ca548ece7
core: Fix typos in comments
2015-10-05 21:41:15 +02:00