Commit Graph

4368 Commits

Author SHA1 Message Date
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
Tobias Sauerwein
dee0d01e20 Throw an error when scan_timeout config is not loaded. 2013-08-01 09:31:44 +02:00
AlexandreP2101
da86015a2b Correct typo 2013-08-01 08:47:22 +02:00
Thomas Adamcik
c5c2d10455 audio: Update changelog and docs for visualizer. 2013-08-01 01:53:07 +02:00
Thomas Adamcik
a4d2f28ade audio: Fix tests with respect to visualizer support 2013-08-01 01:09:01 +02:00
Thomas Adamcik
20729eabe3 audio: Add visualiser support and adjust playbin flags
Sets up playbin to use just audio, soft_volume and downloading.
2013-07-31 23:55:59 +02:00
Tobias Sauerwein
3c6a0543f5 Scanner: Fix deadlock on incorrectly identified files 2013-07-31 23:52:24 +02:00
Alexandre Petitjean
c66e2a5b0f add some tests about optionnal integer and optionnal+choices string 2013-07-31 23:11:29 +02:00
Alexandre Petitjean
97848bc1a2 String config value can be optionnal AND have a choices list
Integer value can be optionnal
2013-07-31 10:05:20 +02:00
Stein Magnus Jodal
786d7c1ae0 Change docs license to Apache License, Version 2.0
I've looked through all contributions to the docs. Any contributions not by
Thomas Adamcik or myself are trivial (e.g. typo fixes) or have mostly been
replaced by later changes. Thus I'm comfortable with changing the license with
the agreement of Thomas Adamcik.

By changing the documentation license to be the same as the source code
license, we avoid ambiguities around the license of e.g. docstrings which are
written as part of the source code but are included in the generated docs.
2013-07-31 08:38:23 +02:00
Stein Magnus Jodal
4f310f51fc Change docs license to Apache License, Version 2.0
I've looked through all contributions to the docs. Any contributions not by
Thomas Adamcik or myself are trivial (e.g. typo fixes) or have mostly been
replaced by later changes. Thus I'm comfortable with changing the license with
the agreement of Thomas Adamcik.

By changing the documentation license to be the same as the source code
license, we avoid ambiguities around the license of e.g. docstrings which are
written as part of the source code but are included in the generated docs.
2013-07-30 23:21:08 +02:00