Javier Domingo Cansino
|
21f3a8784a
|
mpris: Correcting get_CanGoPrevious to get() the future instead of passing it.
The failure was invisible to testcases
|
2013-08-12 15:42:23 +02:00 |
|
Javier Domingo Cansino
|
7af86d65ac
|
Merge branch 'develop' into tidy-up-core
Git was not correctly identifying the merge and threw a conflict
|
2013-08-12 13:41:15 +02:00 |
|
Stein Magnus Jodal
|
f0df024fd9
|
travis: Remove -q flags, since Travis collapses install command output
|
2013-08-09 15:00:23 +02:00 |
|
Stein Magnus Jodal
|
7570b242e0
|
travis: Run flake8 as part of build
|
2013-08-09 14:56:06 +02:00 |
|
Stein Magnus Jodal
|
f433a77ec5
|
fab: Add lint/autolint tasks for running flake8 on everything
|
2013-08-09 14:56:06 +02:00 |
|
Javier Domingo Cansino
|
cd83d7a0d9
|
tests: Removing accidental print statement in testcase
|
2013-08-09 10:08:52 +02:00 |
|
Javier Domingo Cansino
|
11d82056a9
|
core: Merged tracklist_position to index inside TracklistController
docs: Updated changelog.rst
|
2013-08-09 09:15:54 +02:00 |
|
Javier Domingo Cansino
|
fac2c8af7d
|
format: Correcting flake8 messages
|
2013-08-09 08:32:01 +02:00 |
|
Stein Magnus Jodal
|
404fb00235
|
Remove pylint remnants
|
2013-08-08 21:12:42 +02:00 |
|
Stein Magnus Jodal
|
5c7a496dc2
|
Fix flake8 warnings
|
2013-08-08 21:09:01 +02:00 |
|
Javier Domingo Cansino
|
782a6a7d1f
|
Renamed tl_track_at_* to more readable names
|
2013-08-08 17:01:24 +02:00 |
|
Javier Domingo Cansino
|
cb4130c2a7
|
core: Moving the trigger activation from one playback to tracklist
|
2013-08-08 13:45:36 +02:00 |
|
Javier Domingo Cansino
|
b15c4f198b
|
docs: Updating changelog.rst to reflect updates in core
|
2013-08-08 13:39:18 +02:00 |
|
Javier Domingo Cansino
|
694db515e4
|
Merge branch 'develop' into tidy-up-core
|
2013-08-08 13:19:01 +02:00 |
|
Javier Domingo Cansino
|
2cb64b365d
|
docs: Documenting changed and created functions
|
2013-08-08 13:13:52 +02:00 |
|
Javier Domingo Cansino
|
826084d9b8
|
Ignoring editor temporary files
|
2013-08-08 12:34:46 +02:00 |
|
Javier Domingo Cansino
|
ab85dd9d62
|
Changed mark_consumed to a flexible mark() function that currently allows to mark songs as consumed (that have been played full time), played (that have been played for some time) and unplayable
|
2013-08-08 12:12:37 +02:00 |
|
Javier Domingo Cansino
|
2c83225a1e
|
Created a TracklistController to let it control wether if a track must be consumed or not
|
2013-08-08 11:56:35 +02:00 |
|
Javier Domingo Cansino
|
6e61f2ef85
|
Refactoring code to convert tl_track_at_previous() in a function, also recoded
tests.
|
2013-08-07 21:53:46 +02:00 |
|
Javier Domingo Cansino
|
6abcad3e55
|
Converting tl_track_at_next into a function that takes the track argument.
Rewrote tests too.
|
2013-08-07 21:38:16 +02:00 |
|
Javier Domingo Cansino
|
ec716fba82
|
Converting tl_track_at_eot property in function with the track having to be
given as an argument
|
2013-08-07 19:44:00 +02:00 |
|
Javier Domingo Cansino
|
5a87d219ff
|
Correcting some self-arounds that were innecesary.
|
2013-08-07 18:00:33 +02:00 |
|
Javier Domingo Cansino
|
68ea483c7b
|
Converted tracklist_position() to be called with the track one wants to have information of,
/mopidy/frontends/mpd/protocol/status.py@189 should be checked for gathering a value before
the rest.
|
2013-08-07 17:50:22 +02:00 |
|
Stein Magnus Jodal
|
74ab07cc6c
|
mpris: Frontend setup failure should only yield a warning
|
2013-08-07 13:09:44 +02:00 |
|
Javier Domingo Cansino
|
4db3999371
|
Cleanup of PlaybackController to be more specific on the current track and
moved those functions to TracklistController, which may control all related
to the tracks. Updated tests too.
|
2013-08-07 10:44:22 +02:00 |
|
Stein Magnus Jodal
|
dbd88b0857
|
Merge pull request #490 from cgtobi/develop
Add test case for scanning empty wav files.
|
2013-08-06 09:45:06 -07:00 |
|
Tobias Sauerwein
|
0a32d89bab
|
Add test case for scanning empty wav files.
|
2013-08-06 17:32:53 +02:00 |
|
Stein Magnus Jodal
|
4756c639b1
|
docs: Update AUTHORS with alzeih' real name
|
2013-08-06 13:46:55 +02:00 |
|
Stein Magnus Jodal
|
3be6346170
|
docs: Update changelog
|
2013-08-06 12:55:24 +02:00 |
|
Stein Magnus Jodal
|
091f8ffdf0
|
Merge pull request #486 from alzeih/develop
Strip invalid characters from playlist names sent through MPD frontend
Fix #474
Fix #480
|
2013-08-06 03:52:21 -07:00 |
|
alzeih
|
333f1c0dbf
|
Move tests to *protocol*/stored_playlists_test.py
|
2013-08-06 22:22:18 +12:00 |
|
alzeih
|
7182f98843
|
cleanup tests and code
- move tests to tests/frontends/mpd/stored_playlists_test.py
stored_playlists_test.py:
- rename test methods names to remove _config
- remove unnecessary imports, setup, teardown, variables
- sort remaining imports
mopidy/frontends/mpd/dispatcher.py:
- remove regex comment
|
2013-08-06 21:14:23 +12:00 |
|
Stein Magnus Jodal
|
80d122ff92
|
Merge branch 'develop' of github.com:mopidy/mopidy into develop
Conflicts:
docs/changelog.rst
|
2013-08-05 23:33:08 +02:00 |
|
Stein Magnus Jodal
|
dc29118639
|
docs: Update changelog
|
2013-08-05 23:32:11 +02:00 |
|
Stein Magnus Jodal
|
7973acf076
|
Merge branch 'feature/scanner_fix_deadlock' into develop
Fixes #476, #483
|
2013-08-05 23:31:27 +02:00 |
|
Stein Magnus Jodal
|
f35b45bf57
|
scanner: Fix time unit in log message. Formatting
|
2013-08-05 23:24:43 +02:00 |
|
Stein Magnus Jodal
|
e2bec79220
|
scanner: Reorder config values
|
2013-08-05 23:19:39 +02:00 |
|
Stein Magnus Jodal
|
022bcd089f
|
scanner: Fix unregistering of the timeout callback
|
2013-08-05 23:18:37 +02:00 |
|
Stein Magnus Jodal
|
a5d8f02454
|
scanner: Fix local/scan_timeout value check
|
2013-08-05 23:18:07 +02:00 |
|
Stein Magnus Jodal
|
66f367048d
|
docs: Document local/scan_timeout config value
|
2013-08-05 23:09:04 +02:00 |
|
Stein Magnus Jodal
|
22a0e1bd25
|
Merge pull request #482 from adamcik/feature/local-uris
Switch local over to custom uris and make library updater plugable.
|
2013-08-05 13:52:22 -07:00 |
|
Thomas Adamcik
|
16a8886617
|
docs: Update changelog with respect to local uri scheme and plugable library updaters.
|
2013-08-05 22:45:45 +02:00 |
|
Thomas Adamcik
|
0ce791f215
|
Merge branch 'develop' into feature/local-uris
|
2013-08-05 22:41:37 +02:00 |
|
Stein Magnus Jodal
|
f0b69c3394
|
Merge remote-tracking branch 'adamcik/feature/visualization' into develop
Conflicts:
docs/changelog.rst
|
2013-08-05 22:41:09 +02:00 |
|
Stein Magnus Jodal
|
95c8077135
|
docs: nodejs deb now includes npm
|
2013-08-04 11:24:00 +02:00 |
|
Stein Magnus Jodal
|
dc7289ba83
|
docs: Fix formatting of code examples in lists
|
2013-08-04 11:22:36 +02:00 |
|
alzeih
|
3f1192e95b
|
Match MPD implementation and add tests
|
2013-08-02 13:38:52 +12:00 |
|
Stein Magnus Jodal
|
e637eb9041
|
docs: Update changelog, authors
|
2013-08-02 00:01:45 +02:00 |
|
Thomas Adamcik
|
4ed67ae54e
|
Merge pull request #481 from AlexandreP2101/develop
Improve proxy support by adding port and scheme to config.
|
2013-08-01 14:49:03 -07:00 |
|
alzeih
|
ac9acaabf0
|
typo in regex
|
2013-08-02 01:32:07 +12:00 |
|