Commit Graph

5087 Commits

Author SHA1 Message Date
Stein Magnus Jodal
6027ed1fac core: Add library.browse() 2014-01-02 22:06:33 +01:00
Stein Magnus Jodal
a3731c8187 backend: Add library.browse() 2014-01-02 22:06:32 +01:00
Colin
30a648ee75 Fixed typo 2014-01-02 15:45:18 +00:00
Stein Magnus Jodal
0fb7c79524 log: Use loggers named after __name__ 2014-01-01 13:31:20 +01:00
Stein Magnus Jodal
9e905e2e4b docs: Bump copyright year to 2014 2014-01-01 13:15:51 +01:00
Stein Magnus Jodal
0d3867258a Merge branch 'master' into develop 2014-01-01 13:11:12 +01:00
Stein Magnus Jodal
8399e1f1b2 docs: Formatting 2014-01-01 13:11:04 +01:00
Stein Magnus Jodal
075b75993b Merge pull request #624 from lukegiuliani/patch-1
Add in additional detail for Gentoo installs
2014-01-01 04:08:45 -08:00
lukegiuliani
ed444a9aba Add in additional detail for Gentoo installs
Add in details around the fact that on Gentoo gstreamer-0.10 is in a slot, which is completely non-obvious the first time around.
2014-01-01 22:54:47 +11:00
Stein Magnus Jodal
9eb6307607 docs: Fix broken label reference 2013-12-31 16:36:04 +01:00
Stein Magnus Jodal
a9ab02737c docs: Remove outdated links to issue labels 2013-12-31 16:33:02 +01:00
Stein Magnus Jodal
79e0fe6d87 docs: Align header lines 2013-12-31 16:31:45 +01:00
Thomas Adamcik
702befd6ae Merge branch 'develop' into feature/extension-registry
Conflicts:
	setup.py
2013-12-31 15:34:02 +01:00
Thomas Adamcik
29bb2d52b6 local: Re-add test for #500 fix. 2013-12-31 15:31:09 +01:00
Thomas Adamcik
df12cba905 Merge pull request #623 from jodal/feature/move-frontends
Move MPD and HTTP frontends out of mopidy.frontends
2013-12-31 06:18:13 -08:00
Thomas Adamcik
e880cb56b5 local: Re-add progress helper and log flushes.
Refactored the progress helper to be used in batching flushes in addition to
logging.
2013-12-31 15:09:54 +01:00
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
e82ce6256d core: Re-add one uri scheme per backend constraint. 2013-12-31 14:45:57 +01:00
Stein Magnus Jodal
9eab3cc8ce docs: Add Ref model to changelog 2013-12-31 14:25:43 +01:00
Stein Magnus Jodal
4b9ab5fcbc Remove empty "frontends" packages 2013-12-31 14:14:19 +01:00
Stein Magnus Jodal
1ee534126e mpd: Move mopidy.{frontends => }.mpd 2013-12-31 14:11:16 +01:00
Stein Magnus Jodal
621aff22c9 http: Move mopidy.{frontends => }.http 2013-12-31 14:04:25 +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
Stein Magnus Jodal
b367d032f1 Merge master into develop 2013-12-30 19:40:24 +01:00
Stein Magnus Jodal
18ed4c6638 Merge pull request #622 from dz0ny/master
Add counter
2013-12-30 10:39:51 -08:00
Janez Troha
4e4d63be2c Add counter 2013-12-30 18:06:34 +01:00
Thomas Adamcik
a462f132d3 local: Add --limit to scanner. 2013-12-30 01:43:11 +01:00
Thomas Adamcik
82877ec60f local: Add --clear flag to scanner. 2013-12-30 01:40:47 +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
36e9b43e6c local: Update local library interface.
Refactored interface to incorperate lessons learned so far trying to implemend
a whoosh based local library.

Search now has a limit and an offset to account for fact that we need to start
doing pagination of results properly. Updates now have begin, flush and close
calls. Additionally I've added clear method to allow for easily nuking the data
store.
2013-12-30 01:17:33 +01:00
Thomas Adamcik
60112d7c6f Merge branch 'develop' into feature/extension-registry 2013-12-30 00:37:17 +01:00
Thomas Adamcik
cd261f9aaa Merge pull request #621 from jodal/feature/ref-model
models: Add lightweight Ref model with URI, name, and type
2013-12-29 14:57:18 -08:00
Stein Magnus Jodal
d3dcceefc5 models: Add description of Ref model 2013-12-29 21:08:46 +01:00
Stein Magnus Jodal
e87d5729e3 models: Add lightweight Ref model with URI, name, and type 2013-12-29 19:31:14 +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
413d539a7b py3: Use print() function 2013-12-28 19:23:04 +01:00
Thomas Adamcik
40af4c5f9e local: Review comments 2013-12-28 00:17:31 +01:00
Thomas Adamcik
565b3aeb98 audio: Workaround fact that genre can sometimes be a list 2013-12-28 00:06:16 +01:00
Thomas Adamcik
0f671516ed local: Make sure excluded file extension case does not error out 2013-12-28 00:00:10 +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
ba642aa680 local: Update scanner to use new library interface. 2013-12-24 00:57:57 +01:00
Thomas Adamcik
ff57439995 local: Update library interface
- Add track iterator for use in scanner
- Update lookup to only return a single track
2013-12-24 00:54:02 +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
e065f349db local: Add local library provider back
- Re-add a local library provider that uses our new library interface
- Re-add our json library using the new interface
- Hardcode these to use each other for now
- Scanner bit is still missing, will re-add in one of the next commits
- Bypassed test for #500 for the time being
2013-12-23 23:43:04 +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
4c0b54317b local: Add new library interface to local backend.
This forms the basis of our plugable local libraries that we intend to ship.
2013-12-23 22:16:03 +01:00
Thomas Adamcik
8a94d81c42 ext: Move away from global registry to ease testing.
Extension's setup method are now passed the active registry allowing them to
"steal" a list of the registry items they care about. In the case of commands
the registry is passed via args.registry.
2013-12-23 21:46:24 +01:00