jcass
|
c55a82b150
|
docs:fix syntax error in code sample.
|
2016-01-21 05:38:09 +02:00 |
|
Stein Magnus Jodal
|
88e9a12f02
|
Merge pull request #1403 from jcass77/fix/1402_track_playback_ended
Fix track_playback_ended event in consume mode
|
2016-01-20 20:43:06 +01:00 |
|
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 |
|
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 |
|
Thomas Kemmer
|
2b8508d3c7
|
m3u: Implement write-replace context manager.
|
2016-01-09 07:00:57 +01:00 |
|
Thomas Kemmer
|
b2d1e1b4f7
|
m3u: Major refactoring, add default_encoding and default_extension settings.
|
2016-01-04 14:19:49 +01:00 |
|
Stein Magnus Jodal
|
811131f716
|
Merge pull request #1371 from jcass77/enhance/format_proxy
Handle missing or empty 'port' configuration parameter.
|
2015-12-29 14:41:58 +01:00 |
|
Stein Magnus Jodal
|
4fba994441
|
Merge pull request #1377 from jcass77/test/pr_1356_resume_unplayable_track
test: Test case for skipping unplayable tracks when paused.
|
2015-12-29 08:53:12 +01:00 |
|
jcass
|
07a0f8ff3e
|
test: Test case to ensure that unplayable tracks are skipped over in PAUSE state.
Ensures that pause->next->resume handles unplayable tracks just like stop->next->play does.
|
2015-12-29 07:54:49 +02:00 |
|
Stein Magnus Jodal
|
5462f0e319
|
Merge pull request #1369 from tkem/m3u-fix-1364
m3u: Derive track name from file name for non-extended M3U playlists.
|
2015-12-29 02:02:48 +01:00 |
|
Stein Magnus Jodal
|
2a04088544
|
Merge pull request #1362 from tkem/feature/playlists-schemes
core: Add PlaylistsController.get_uri_schemes().
|
2015-12-28 23:37:24 +01:00 |
|
Stein Magnus Jodal
|
da43b8679f
|
Merge pull request #1368 from bbenne10/develop
Address mopidy/mopidy#1335
|
2015-12-28 23:16:00 +01:00 |
|
Thomas Adamcik
|
cee4290302
|
Merge pull request #1374 from jcass77/fix/1355-docs-submitting-for-bugfix-release
docs: Provide details on PR procedure for bug fix releases
|
2015-12-28 22:42:33 +01:00 |
|
Nick Steel
|
02dd708ea4
|
Merge pull request #1373 from jcass77/docs/fix_typos
Fix documentation typos and inconsistencies.
|
2015-12-27 09:12:29 +00:00 |
|
jcass
|
8ca871cad9
|
docs: Provide details on procedure for submitting bug fixes for a minor release of Mopidy.
|
2015-12-27 08:04:32 +02:00 |
|
jcass
|
33a668c6c7
|
Fix documentation typos and inconsistencies.
|
2015-12-26 18:50:58 +02:00 |
|
Thomas Adamcik
|
dea07605b7
|
Merge pull request #1372 from jcass77/fix/typo_in_config_rst
docs: Fix typo in config.rst.
|
2015-12-26 14:49:08 +01:00 |
|
jcass
|
188bd11106
|
Fix typo.
|
2015-12-26 15:36:14 +02:00 |
|
jcass
|
3488e6442d
|
Handle missing or empty 'port' configuration parameter.
|
2015-12-26 15:28:07 +02:00 |
|
Thomas Kemmer
|
22690ee5a9
|
m3u: Derive track name from file name for non-extended M3U playlists.
|
2015-12-23 18:14:19 +01:00 |
|
Bryan Bennett
|
d210f3223f
|
Call dbus dependent code only if dbus imported
Addresses another symptom of mopidy/mopidy#1335
|
2015-12-23 11:32:54 -05:00 |
|
Bryan Bennett
|
128de6cd01
|
Set hostname/name to None
Works around mopidy/mopidy#1335
|
2015-12-23 11:31:22 -05:00 |
|
Thomas Kemmer
|
ef1468d8d6
|
core: Add PlaylistsController.get_uri_schemes().
|
2015-12-13 19:02:33 +01:00 |
|
Thomas Adamcik
|
ede5b8abff
|
logging: Catch errors when loading logging/config_file
|
2015-12-05 22:44:39 +01:00 |
|
Stein Magnus Jodal
|
3e259f1c00
|
Merge pull request #1347 from adamcik/feature/mpd-idle-cleanup
MPD idle cleanup
|
2015-12-05 21:36:11 +01:00 |
|
Stein Magnus Jodal
|
23cdeb208b
|
Merge pull request #1346 from adamcik/feature/eot-seek-handling
Gapless aware seek handling
|
2015-12-05 21:34:51 +01:00 |
|
Thomas Adamcik
|
c2fc313151
|
mpd: Update event handling to warn about unknown events
|
2015-12-05 21:26:43 +01:00 |
|
Thomas Adamcik
|
1c2850bc3e
|
docs: Use :issue: instead of :pr:
|
2015-12-05 21:24:18 +01:00 |
|
Stein Magnus Jodal
|
23d83a833f
|
Merge pull request #1349 from adamcik/feature/mpd-playlists-error-handling
MPD playlist editing error handling
|
2015-12-05 21:14:55 +01:00 |
|
Thomas Adamcik
|
00b52da6ab
|
mpd: Make sure rename error handling is correct
|
2015-12-05 14:30:18 +01:00 |
|
Thomas Adamcik
|
9ac1760dd1
|
mpd: Update playlistmove to check names and indexes
|
2015-12-05 14:11:27 +01:00 |
|
Thomas Adamcik
|
5de9495eaa
|
mpd: Update playlistdelete to handle unknown names and indexes
|
2015-12-05 14:01:43 +01:00 |
|
Thomas Adamcik
|
b21debf6ee
|
mpd: Sanity check stored playlist names
|
2015-12-05 13:51:36 +01:00 |
|
Thomas Adamcik
|
c3393d3d85
|
mpd: Refresh mapping when name is not present (Fixes #1348)
|
2015-12-05 12:49:45 +01:00 |
|
Thomas Adamcik
|
98e19e803b
|
mpd: Deleting unkown playlist should return not found
|
2015-12-05 12:48:14 +01:00 |
|
Thomas Adamcik
|
8c6bb63963
|
docs: Improve changelog PR#1346 per review comments
|
2015-12-05 11:34:15 +01:00 |
|
Thomas Adamcik
|
da84c0f59c
|
docs: Update changelog for MPD idle fixes
|
2015-12-05 11:22:33 +01:00 |
|
Thomas Adamcik
|
07328e7dd2
|
mpd: Map playlists_loaded to idle event stored_playlist
|
2015-12-05 11:08:33 +01:00 |
|
Thomas Adamcik
|
435ca5064a
|
listener: Log kwargs in failed send calls
|
2015-12-05 11:05:45 +01:00 |
|