Commit Graph

3087 Commits

Author SHA1 Message Date
Stein Magnus Jodal
331603cc35 docs: Port Raspberry Pi how tos from wiki 2012-11-05 18:07:15 +01:00
Stein Magnus Jodal
76684ddb50 docs: Add links from intro to relevant pages 2012-11-04 22:07:22 +01:00
Stein Magnus Jodal
f715b4927d docs: Remove links from README 2012-11-04 21:56:34 +01:00
Stein Magnus Jodal
870d5db135 docs: Fix a broken link. Reduce amount of redirects 2012-11-04 21:54:56 +01:00
Stein Magnus Jodal
ddbf7b7c40 docs: Include GStreamer and libspotify installation instructions in ToC 2012-11-04 21:44:25 +01:00
Thomas Adamcik
825136edef Merge pull request #221 from jodal/feature/stored-playlists-cleanup
Stored playlists cleanup and multibackend support
2012-11-04 06:35:01 -08:00
Stein Magnus Jodal
f6e42f0f2d Update recommended libspotify and pyspotify version 2012-11-04 12:01:03 +01:00
Stein Magnus Jodal
f08fba954e Update to work with current develop 2012-11-03 22:03:26 +01:00
Stein Magnus Jodal
938524e67e Merge branch 'develop' into feature/stored-playlists-cleanup 2012-11-03 22:02:19 +01:00
Stein Magnus Jodal
4aee340b77 Add flake8 and pylint to test requirements 2012-11-03 17:52:13 +01:00
Stein Magnus Jodal
d985b8be38 Fix plchanges so it returns nothing when nothing has changed 2012-11-01 23:28:19 +01:00
Stein Magnus Jodal
b110e6a478 Move file path is in base dir checker to mopidy.utils.path 2012-11-01 23:10:18 +01:00
Stein Magnus Jodal
0dd4aba143 Move slugify to mopidy.utils.formatting 2012-11-01 23:09:37 +01:00
Stein Magnus Jodal
0d16af97a5 Document 'audio' constructor arg to playback providers 2012-11-01 22:52:17 +01:00
Stein Magnus Jodal
60112897d2 MPD: Support listplaylist{,info} without quotes around spaceless playlist name (fixes #218) 2012-11-01 22:29:11 +01:00
Stein Magnus Jodal
548dd186cf Don't include actor URN in MPD debug log 2012-11-01 21:58:24 +01:00
Stein Magnus Jodal
590270546b Style fix 2012-11-01 20:15:20 +01:00
Stein Magnus Jodal
c553c4b9e5 Merge branch 'fhats_search_by_filename' into develop 2012-11-01 19:36:57 +01:00
Stein Magnus Jodal
3ce986f619 Update changelog with search by filename 2012-11-01 19:36:24 +01:00
Stein Magnus Jodal
c291c9c83e Style fix 2012-11-01 19:36:11 +01:00
Stein Magnus Jodal
3fe856c6ba Mark regexp strings as raw to please pylint 2012-11-01 14:03:38 +01:00
Stein Magnus Jodal
82f5b376da Validate the stored playlist file paths 2012-11-01 14:03:09 +01:00
Stein Magnus Jodal
8c9a3d6df2 Slugify local playlist names to make them safe to use in paths (#217) 2012-11-01 12:46:29 +01:00
Stein Magnus Jodal
078cc72fff Remove undocumented return from core.stored_playlists.delete() (#217) 2012-11-01 12:12:29 +01:00
Stein Magnus Jodal
58c190f12b Fix grammar (#217) 2012-11-01 12:12:24 +01:00
Fred Hatfull
a5b454acc0 Fixes support for MPD find/search by filename
Extends `find_exact` and `search` in mopidy.backends.local.library
to support the `filename` query field. This field can get passed in
from the MPD frontend and would break with a `LookupError` when used.
This patch fixes the issue and introduces two new tests to cover the
added functionality.
2012-10-31 23:45:13 -07:00
Stein Magnus Jodal
af04808941 Make Travis use IRC notice notifications without joining the channel 2012-11-01 00:29:28 +01:00
Stein Magnus Jodal
6c49a7fc52 Make core.stored_playlists.save() support multibackend (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
3d05f3c65f Change stored_playlists.delete() to accepting an URI (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
f9f6f9394d Remove stored_playlists.rename() (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
06bcad2db9 Make local.stored_playlists.save() capable of renaming playlists (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
d03881f173 Require stored_playlists.save() to return the updated playlist (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
51aab4f138 Make local stored playlists set and use URIs (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
d8378e9284 Set URI on local playlists when reading from disk (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
fd88b974e8 Make core.stored_playlists.refresh() support multibackend (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
8cc1896b9d Make core.stored_playlists.lookup() support multibackend (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
e2474da1ef Make core.stored_playlists.create() support multibackend (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
0ddbb4e28a Make core.stored_playlists.playlists read-only (#217) 2012-10-31 16:59:28 +01:00
Stein Magnus Jodal
a679a47212 Minor test updates 2012-10-31 15:27:04 +01:00
Stein Magnus Jodal
855e57a74a Use os.path.splitext to strip of file extension 2012-10-31 10:56:40 +01:00
Stein Magnus Jodal
dd42e5684b Use 'except ... as ...' 2012-10-31 10:56:36 +01:00
Stein Magnus Jodal
89db62bc9e Revert "Make nosetests only look in tests/ for tests to run"
This reverts commit 19787f2850.
2012-10-31 10:55:19 +01:00
Stein Magnus Jodal
ae344e937b Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
	mopidy/__init__.py
	mopidy/audio/__init__.py
	mopidy/backends/dummy.py
	mopidy/backends/local/__init__.py
	mopidy/backends/spotify/__init__.py
	mopidy/utils/__init__.py
	mopidy/utils/network.py
	tests/version_test.py
2012-10-30 18:13:28 +01:00
Stein Magnus Jodal
cae72626c9 Release v0.8.1 2012-10-30 17:58:23 +01:00
Stein Magnus Jodal
5d5f0cc6e3 Bump version number to v0.8.1 2012-10-30 17:57:25 +01:00
Stein Magnus Jodal
056cbf16ec Update changelog for 0.8.1 2012-10-30 16:38:21 +01:00
Stein Magnus Jodal
b5af038a02 Make sure volume are returned as an int 2012-10-30 16:38:21 +01:00
Stein Magnus Jodal
6d55dae212 docs: Homebrew now includes gst-python 2012-10-30 16:29:32 +01:00
Stein Magnus Jodal
5f23b5eafe Check Pykka version on startup 2012-10-30 16:28:39 +01:00
Stein Magnus Jodal
f1e2cff3e0 Update to work with Pykka 1.0 2012-10-30 16:28:20 +01:00