Jens Luetjen
af78f5952c
Merge branch 'develop' of https://github.com/mopidy/mopidy into fix/310-persist-mopidy-state-between-runs
...
Conflicts:
docs/config.rst
Fix conflicts
2016-02-04 21:13:03 +01:00
Stein Magnus Jodal
42a0f63ece
docs: Update Icecast streaming section
...
Fixes #1351
2016-02-03 23:37:07 +01:00
Stein Magnus Jodal
851c206d45
docs: Move advanced audio setups out of config page
2016-02-03 23:11:18 +01:00
Stein Magnus Jodal
30b50b64d3
docs: Update gst-{launch,inspect}-{0.10 => 1.0}
2016-02-03 22:24:20 +01:00
Stein Magnus Jodal
c749647a7b
deps: lamemp3enc replaces lame in Gst1
2016-02-03 22:10:11 +01:00
Jens Luetjen
0a1e43c876
Merge branch 'develop' of https://github.com/mopidy/mopidy into fix/310-persist-mopidy-state-between-runs
...
Conflicts:
mopidy/audio/scan.py
Fix conflicts.
2016-02-03 22:01:51 +01:00
Trygve Aaberge
0ca898fccd
docs: Add a note about running as a service under config
...
If only reading the config page, you might not have realized that the
config is located in another place when running Mopidy as a service.
2016-02-03 01:05:51 +01:00
Jens Luetjen
0b0cbc87d4
Merge branch 'develop' into fix/310-persist-mopidy-state-between-runs
...
Conflicts:
docs/changelog.rst
Fixed conflict in doc/changelog.rst
2016-01-05 08:16:51 +01:00
Jens Luetjen
6746dd0196
More function for config value core.restore_state
...
- New values for core.restore_state : "volume", "last"
- Update changelog
- Adjust logger output
2016-01-05 07:41:02 +01:00
Jens Luetjen
e9625e9feb
core: Fix #310 : Persist mopidy state between runs.
...
Persist following properties:
mopidy.core.tracklist
_tl_tracks
_next_tlid
get_consume()
get_random()
get_repeat()
get_single()
mopidy.core.history
_history
mopidy.core.playlist
get_current_tl_track()
get_time_position()
mopidy.core.mixer
get_volume()
Details:
- moved json export/import write_library()/load_library() from mopidy/local to mopidy/models
- new core methods save_state(), load_state()
- save_state(), load_state() accessible via rpc
- save state to disk at stop
- load state from disk at start
- new config: core.restore_state ("off", "load", "play")
TODO:
- seek to play position does not work. Timing issue.
- use extra thread to load state from disk at start?
2015-12-27 19:28:41 +01:00
jcass
188bd11106
Fix typo.
2015-12-26 15:36:14 +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
Stein Magnus Jodal
77e8436f3e
docs: Elaborate on core/{cache,data}_dir usage
...
Related to #1253
2015-08-21 20:01:06 +02:00
Stein Magnus Jodal
0fcf492327
docs: Tweak #1232 docs, update changelog
2015-07-26 12:55:16 +02:00
Dejan Prokić
caff721055
config: Reorder core config options
...
As suggested by jodal on pull request #1232
Issue #843
2015-07-25 15:17:51 +02:00
Dejan Prokić
33cef9c56e
config: Add config for data/config/cache directories
...
Issue #843
2015-07-25 12:21:57 +02:00
Stein Magnus Jodal
b9c0d305cd
docs: Add core/max_tracklist_length config
2015-07-25 11:51:45 +02:00
Lasse Bigum
cb19b2c48c
Allow 'none' as audio.mixer value
...
To disable mixing altogether, you can now set the configuration value
audio/mixer to 'none'.
2015-03-10 00:26:22 +01:00
Thomas Adamcik
3b41b26880
config: Fix review comments
2015-02-25 22:57:49 +01:00
Thomas Adamcik
5c833e106b
logging: Add support for per logger colors ( fixes : #808 )
2015-02-25 22:16:30 +01:00
Thomas Adamcik
ada7641ee6
audio: Remove visualizer support
2014-09-07 23:48:04 +02:00
Stein Magnus Jodal
7e6d3de81a
Merge branch 'develop' into feature/mixers
...
Conflicts:
mopidy/backend/__init__.py
2014-07-16 22:12:07 +02:00
Stein Magnus Jodal
47b44791a6
log: Colorize logs, unless logging/color is false
...
Fixes #772
2014-07-14 01:40:48 +02:00
Stein Magnus Jodal
71a66f2175
docs: Update audio/* config docs
2014-07-08 01:56:57 +02:00
Stein Magnus Jodal
3daea856b1
config: Deprecate audio/mixer_track
2014-07-08 01:44:30 +02:00
Stein Magnus Jodal
fa8f2652df
docs: Nitpicking
2014-06-16 00:42:21 +02:00
Janez Troha
5cd685285b
Add: More detailed icecast example
2014-06-06 14:39:49 +02:00
Stein Magnus Jodal
0a1654c901
docs: Add #689 to changelog
2014-05-20 20:36:33 +02:00
Stein Magnus Jodal
902064de73
docs: Document proxy/{schema,port}
2014-05-11 13:53:48 +02:00
Stein Magnus Jodal
afbd9895bf
docs: Make 'mopidy config' more prominent
2014-03-29 21:14:45 +01:00
Stein Magnus Jodal
a67bb55428
Remove the mopidy-convert-config migration tool
...
It's almost a year since we changed configuration format and the tool is
barely maintained, probably not doing a perfect job any longer.
2014-02-17 11:57:30 +01:00
Stein Magnus Jodal
a8eaaedb71
docs: Tweak audio/mixer_volume docs, update changelog
2014-01-13 22:40:35 +01:00
Stein Magnus Jodal
e071a161d6
Merge pull request #634 from sdbakker/enhancement/mixer-volume
...
Mixer volume in config
2014-01-13 13:27:51 -08:00
Stein Magnus Jodal
cc8bf67641
docs: More prose and less headers in ext docs
2014-01-11 21:05:21 +01:00
Simon de Bakker
bdb4f9e2a5
Added mixer_volume to config documentation
2014-01-09 20:50:09 +01:00
Stein Magnus Jodal
7b667028e1
docs: Unbreak docs building
2013-12-15 21:38:48 +01:00
Stein Magnus Jodal
1bdc941b9c
Merge master into develop
2013-12-10 09:34:21 +01:00
Jeremy B. Merrill
4e5431c77a
replaces outdated option --show-config with correct mopidy config in docs
2013-12-09 19:27:41 -05:00
Pål Ruud
91710e3618
Document workaround example for #492
...
The example is using an Icecast fallback stream that plays a silent MP3 file
when Mopidy sends the shutdown signal.
Tested and found working, however had minor issues with the client
(mpg123) playing the stream was getting out of sync when rapidly changing
songs.
Looking at the Icecast logs, it revealed that the switch between the mopidy and
the fallback stream happened immediately, so the issue is probably with the
client.
2013-12-05 21:49:49 +01:00
Stein Magnus Jodal
3ff4f0e4fc
docs: Improved file/option markup
2013-11-18 22:18:57 +01:00
Stein Magnus Jodal
495c0b627b
audio: Change to software mixing by default
2013-11-16 15:05:01 +01:00
Stein Magnus Jodal
add79d90dd
docs: Warn about EOT issue with Shoutcast ( fixes #545 )
2013-10-25 18:16:08 +02:00
Lasse Bigum
9661cb4650
doc: Remove duplicate "Extension configuration" section in config.rst
2013-09-22 01:42:26 +02:00
Thomas Adamcik
c5c2d10455
audio: Update changelog and docs for visualizer.
2013-08-01 01:53:07 +02:00
Stein Magnus Jodal
0a61b4642e
Merge branch 'master' into develop
...
Conflicts:
docs/changelog.rst
2013-07-01 11:53:45 +02:00
Stein Magnus Jodal
7560df945e
docs: Add section on extension config and disabling
2013-05-02 22:36:25 +02:00
Stein Magnus Jodal
db956ee1a9
docs: Use 'config' more consistently
2013-05-02 22:35:56 +02:00
Stein Magnus Jodal
9ad88f712d
docs: Fix typo and level of header
2013-05-02 22:35:49 +02:00
Janez Troha
30ea4860a7
Add mention of mopidy-convert-config
2013-05-02 22:34:42 +02:00
Stein Magnus Jodal
5dea63a548
docs: Add section on extension config and disabling
2013-05-01 21:44:02 +02:00