Thomas Adamcik
63a8375429
local: Review comments and library interface update.
...
Added return value to flush so we can log what is being done.
2013-12-31 14:57:54 +01:00
Thomas Adamcik
f5430f4a7f
local: Move --clear to it's own sub-command.
...
Split library setup out into a helper and move the clear option to a command.
2013-12-30 21:47:02 +01:00
Thomas Adamcik
09c0ae2551
local: Add flush threshold to scanner.
...
Instead of triggering every 1000th query, this is now configurable and also
triggers the flush call to the library.
2013-12-30 01:31:00 +01:00
Thomas Adamcik
60112d7c6f
Merge branch 'develop' into feature/extension-registry
2013-12-30 00:37:17 +01:00
Stein Magnus Jodal
7bb533a6b5
docs: Add note about public APIs and API stability
2013-12-29 15:38:41 +01:00
Stein Magnus Jodal
12d473ced6
zeroconf: Make public API with docs
2013-12-29 15:38:20 +01:00
Stein Magnus Jodal
4758a0ac12
tools: Remove unused dev tools
2013-12-29 15:04:47 +01:00
Stein Magnus Jodal
414708b405
docs: Move images out of the _static dir
...
Sphinx copies the images to _images when the docs are built. Thus the
mopidy-docs debian package contains two copies of all images; one in _static
and one in _images. By keeping the images next to the source documents we only
get the _images copy included in the Debian package, reducing the package size
by 1.5MB.
2013-12-27 13:44:06 +01:00
Stein Magnus Jodal
fbd307bbf6
docs: Update mock to support glib.get_{system,user}_config_dir{s,}
2013-12-27 13:40:17 +01:00
Thomas Adamcik
d93d3e6fcd
local: Add local/library config value
...
- Updated library provider to support missing library
- Added config value to select local library provider
- Updated tests to use library config value
2013-12-24 00:22:58 +01:00
Thomas Adamcik
7e063774b3
local: Remove local-json as a split out extension.
...
Will be re-added using the new library interface. This commit does break tests.
2013-12-23 22:22:14 +01:00
Thomas Adamcik
353782e2c8
local: Add local/data_dir config value.
...
Not in use yet but, needed for future changes planed in this branch.
2013-12-23 21:40:35 +01:00
Stein Magnus Jodal
0ffeb2710b
docs: Fix typo
2013-12-21 21:25:31 +01:00
Thomas Adamcik
0bbfaff085
docs: Fix typo in changelog
2013-12-20 00:14:02 +01:00
Thomas Adamcik
2a57190d7a
docs: Update change log with XDG_CONFIG_DIRS change
2013-12-19 22:13:17 +01:00
Stein Magnus Jodal
3859448e06
core: Test version property, fix typo in changelog
2013-12-15 22:49:33 +01:00
Stein Magnus Jodal
77dd40b3d0
Merge remote-tracking branch 'kingosticks/feature/expose-version-to-api' into develop
2013-12-15 22:45:49 +01:00
Stein Magnus Jodal
b0b2e37950
docs: Include API docs for the Core class
2013-12-15 21:41:00 +01:00
Stein Magnus Jodal
7b667028e1
docs: Unbreak docs building
2013-12-15 21:38:48 +01:00
kingosticks
69b1f5e270
get_version changelog entry
2013-12-15 20:38:45 +00: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
Stein Magnus Jodal
e90c3eaf19
requirements: Move docs requirements to docs/
2013-12-06 10:28:07 +01:00
Stein Magnus Jodal
a937d5e117
requirements: Fold testing requirements into docs
2013-12-06 10:23:57 +01:00
Stein Magnus Jodal
8295dd4f4a
requirements: Fold http.txt into Mopidy-HTTP docs
2013-12-06 10:23:29 +01:00
Thomas Adamcik
1a032c5f92
Merge pull request #603 from adamcik/feature/lookup-stream-metadata
...
Add metadata lookup to streaming backend.
2013-12-05 15:06:01 -08:00
Thomas Adamcik
7c7db63659
docs: Add stream/timeout config value to docs
2013-12-05 23:03:50 +01:00
Thomas Adamcik
e37b1a1754
docs: Add streaming metadata lookup to changelog
2013-12-05 23:01:57 +01: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
4a599eec0c
docs: Minor tweaks
2013-12-04 23:30:01 +01:00
Stein Magnus Jodal
07784ed058
Merge branch 'develop' into feature/local-json
2013-12-04 23:27:21 +01:00
Thomas Adamcik
acdc65e9c7
docs: Update changelog with pluggable libraries.
2013-12-04 23:04:30 +01:00
Thomas Adamcik
9794826f26
local: Review changes
2013-12-04 22:52:24 +01:00
Thomas Adamcik
9c2d38e989
local: Remove tag cache support
...
- Updates doc references to tag cache
- Removes tag cache from config and marks it deprecated
- Removes tag cache from setup.py
- Removes tag cache from config converter
- Removes tag cache from tests
- Converts local library tests to use JSON.
2013-12-04 22:38:16 +01:00
Stein Magnus Jodal
2a2d725804
docs: Add Moped client, update other web clients
2013-12-04 22:31:41 +01:00
Stein Magnus Jodal
81e437ae70
docs: Document value separation in config values with lists
2013-12-03 19:07:25 +01:00
Thomas Adamcik
121d2c782a
docs: Add info about local-json and pluggable libraries
2013-11-28 23:42:12 +01:00
Stein Magnus Jodal
2baa00b3a8
docs: Update changelog
2013-11-26 21:16:18 +01:00
Stein Magnus Jodal
55afa18672
docs: Fix reference
...
(cherry picked from commit 13fb2bf604 )
2013-11-23 21:49:58 +01:00
Stein Magnus Jodal
13fb2bf604
docs: Fix reference
2013-11-23 21:40:05 +01:00
Stein Magnus Jodal
972056643f
docs: Use twine for uploading sdist/bdist_wheel
2013-11-23 21:31:20 +01:00
Stein Magnus Jodal
519002dd93
docs: Update changelog for v0.17.0
2013-11-23 20:22:00 +01:00
Stein Magnus Jodal
eaf6e51ed7
docs: Update changelog
2013-11-23 08:30:18 +01:00
Stein Magnus Jodal
f233d8c48e
docs: Update changelog
2013-11-20 22:31:11 +01:00
Stein Magnus Jodal
3ff4f0e4fc
docs: Improved file/option markup
2013-11-18 22:18:57 +01:00
Thomas Adamcik
f84bafe750
Merge pull request #583 from jodal/feature/software-mixing-by-default
...
audio: Change to software mixing by default
2013-11-16 06:23:09 -08:00
Stein Magnus Jodal
e25705f8fa
local: Ignore *.nfo and *.html when scanning
2013-11-16 15:19:48 +01:00
Stein Magnus Jodal
495c0b627b
audio: Change to software mixing by default
2013-11-16 15:05:01 +01:00
Stein Magnus Jodal
4e3cc59581
docs: Move commands changes to top of changelog
2013-11-16 14:32:06 +01:00
Thomas Adamcik
9586cb7fc9
docs: Update usage in man page
2013-11-16 03:11:30 +01:00