Stein Magnus Jodal
9864f55b75
core.tracklist: Improve if check in mark_unplayable()
2013-10-19 20:53:02 +02:00
Stein Magnus Jodal
46aeb3bfcc
core.tracklist: Move logging into mark_unplayable()
2013-10-19 20:53:02 +02:00
Stein Magnus Jodal
67a7e0021a
core.tracklist: Add docstrings to mark_*
2013-10-19 20:53:02 +02:00
Stein Magnus Jodal
91e718e85f
core.tracklist: Rename mark_{starting => playing}
2013-10-19 20:53:02 +02:00
Stein Magnus Jodal
0ea4fd6af0
core.tracklist: Rename mark_{consumed => played}
2013-10-19 20:53:02 +02:00
Stein Magnus Jodal
aaa3b2e93c
core.tracklist: Remove redundant if stmt in index()
2013-10-19 20:53:02 +02:00
Stein Magnus Jodal
9c2f6c2f25
core.tracklist: Tweak docstrings
2013-10-19 20:53:01 +02:00
Stein Magnus Jodal
ff89fc58a9
core.tracklist: Remove pylint comment
2013-10-19 20:53:01 +02:00
Stein Magnus Jodal
e5e1b5fa63
core.playback: Formatting
2013-10-19 20:41:48 +02:00
Stein Magnus Jodal
ce55e0eca5
core.playback: Refactor play() logic
2013-10-19 20:41:47 +02:00
Stein Magnus Jodal
d636f0d228
core.playback: Simplify if stmt
...
tracklist.tl_tracks is always a list
2013-10-19 20:41:47 +02:00
Stein Magnus Jodal
b6346f1c86
core.playback: Rename next_{ => tl_}track
...
To make the type of the variable obvious
2013-10-19 20:41:36 +02:00
Javier Domingo Cansino
a14a19447b
Updating tidy-up-core to jodal specs and changing one name. Still need to update docs
2013-10-11 12:41:11 +02:00
Javier Domingo Cansino
686dd5981d
Merging branch develop into tidy-up-core
2013-10-11 10:43:50 +02:00
Stein Magnus Jodal
b539a9c094
mpd: Handle unknown outputid
2013-10-10 10:02:37 +02:00
Stein Magnus Jodal
db892e6974
mpd: Rename muting output to 'Mute'
2013-10-10 09:49:15 +02:00
Stein Magnus Jodal
b65293d2bc
mpd: Add TODO for handling unknown outpitid
2013-10-10 00:03:19 +02:00
Stein Magnus Jodal
863f7e0430
mpd: Trigger 'output' idle event on mute_changed()
...
This is required for e.g. ncmpcpp to detect that an enableoutput/disableoutput
command worked, making it possible to toggle the output back without restarting
ncmpcpp.
2013-10-09 23:52:59 +02:00
Stein Magnus Jodal
447864774e
core: Add volume arg to volume_changed() event
...
It was already called with the argument, and both the MPD and HTTP frontends
handled it/expected it. It was just the default implementation in CoreListener
that lacked the argument.
2013-10-09 23:51:01 +02:00
Stein Magnus Jodal
6a3e322845
core: Tweak mute docs, add simple test case
2013-10-09 23:24:17 +02:00
Stein Magnus Jodal
c2173954c8
audio: Reorder methods
2013-10-09 23:06:18 +02:00
Stein Magnus Jodal
076dd56d6b
audio: Tweak mute docs, fix set_mute() return type if no mixer_track
2013-10-09 23:06:01 +02:00
Stein Magnus Jodal
56b1d6390c
Merge branch 'develop' into feature/audio-mute
2013-10-09 22:57:16 +02:00
Stein Magnus Jodal
e7d6a995e8
spotify: Move to external extension
2013-10-08 22:42:26 +02:00
Javier Domingo Cansino
7d20f372bd
Following thomas' suggestions, correct mixer mute
2013-10-08 11:51:02 +02:00
Javier Domingo Cansino
4305afb81d
Now it's also prepared for mixer level, thanks adam
2013-10-08 10:19:25 +02:00
Javier Domingo Cansino
623f960552
Improving a little the mute code, but still don't know how to mute at mixer level
2013-10-08 09:20:02 +02:00
Stein Magnus Jodal
f9a6fa525a
Bump version number for compat with extracted extensions
2013-10-08 08:51:33 +02:00
Stein Magnus Jodal
c589583b74
mpris: Move to external extension
2013-10-07 23:42:07 +02:00
Stein Magnus Jodal
aaef6b867e
docs: Fix build warning
2013-10-07 21:09:29 +02:00
Javier Domingo Cansino
5d02b1a365
Putting full name of the variable, as Jodal asked
2013-10-07 13:12:20 +02:00
Javier Domingo Cansino
7e31fdcbec
Deleting unused import
2013-10-07 12:39:23 +02:00
Stein Magnus Jodal
6400a45a0e
scrobbler: Move to external extension
2013-10-07 00:02:41 +02:00
Thomas Adamcik
2e1971af89
audio: Handle min=max when scaling volumes ( fixes : #525 )
...
Also add gobject.threads_init() so we can run the audio actor test on its own.
2013-10-06 22:24:36 +02:00
Thomas Adamcik
c235f7259a
audo: Remove stale TODOs
2013-10-06 19:56:03 +02:00
Thomas Adamcik
a5e26f9b54
audio: flake8 fixes
2013-10-06 16:57:32 +02:00
Thomas Adamcik
b1b522694e
audio: Fix lots of playlist issues and add tests.
2013-10-06 15:22:17 +02:00
Thomas Adamcik
4a94433237
audio: Wrap long line, and explain conidtional instalation of icy element.
2013-10-06 14:19:28 +02:00
Thomas Adamcik
9e682d9248
audio: Check for asx/xspf in data before parsing during detection.
2013-10-06 14:18:53 +02:00
Thomas Adamcik
42a05458a0
Merge branch 'develop' into feature/gstreamer-playlists
2013-10-06 14:00:45 +02:00
Javier Domingo Cansino
1693bd22ef
Merge branch 'develop' into feature/audio-mute
2013-10-03 09:24:01 +02:00
Javier Domingo Cansino
2ac13d9b44
Merge branch 'develop' into tidy-up-core
2013-10-03 09:20:08 +02:00
Stein Magnus Jodal
ba361add4c
Bump version to 0.15.0
2013-09-19 19:30:36 +02:00
Javier Domingo Cansino
8b13270f67
Merge branch 'develop' into tidy-up-core
2013-09-17 12:42:42 +02:00
Javier Domingo Cansino
327e6994e7
Merge branch 'develop' into feature/audio-mute
2013-09-17 12:42:24 +02:00
Javier Domingo Cansino
47635d5cfe
Adding mpd frontend capabilities for audio-mute
2013-09-17 12:37:51 +02:00
Javier Domingo Cansino
390194afc3
Adding the possibility to mute at app level mopidy
2013-09-17 12:37:45 +02:00
Stein Magnus Jodal
0a2ef6322e
js: Build updated mopidy.js
2013-09-17 00:43:58 +02:00
Stein Magnus Jodal
ac8d4b7413
main: Reorder/rename functions
2013-09-17 00:15:33 +02:00
Stein Magnus Jodal
c4dc4985b5
main: Don't be verbose on CTRL+C before starting actors
2013-09-16 23:31:14 +02:00