Commit Graph

4333 Commits

Author SHA1 Message Date
Stein Magnus Jodal
22a0e1bd25 Merge pull request #482 from adamcik/feature/local-uris
Switch local over to custom uris and make library updater plugable.
2013-08-05 13:52:22 -07:00
Thomas Adamcik
16a8886617 docs: Update changelog with respect to local uri scheme and plugable library updaters. 2013-08-05 22:45:45 +02:00
Thomas Adamcik
0ce791f215 Merge branch 'develop' into feature/local-uris 2013-08-05 22:41:37 +02:00
Stein Magnus Jodal
f0b69c3394 Merge remote-tracking branch 'adamcik/feature/visualization' into develop
Conflicts:
	docs/changelog.rst
2013-08-05 22:41:09 +02:00
Stein Magnus Jodal
95c8077135 docs: nodejs deb now includes npm 2013-08-04 11:24:00 +02:00
Stein Magnus Jodal
dc7289ba83 docs: Fix formatting of code examples in lists 2013-08-04 11:22:36 +02:00
Stein Magnus Jodal
e637eb9041 docs: Update changelog, authors 2013-08-02 00:01:45 +02:00
Thomas Adamcik
4ed67ae54e Merge pull request #481 from AlexandreP2101/develop
Improve proxy support by adding port and scheme to config.
2013-08-01 14:49:03 -07:00
AlexandreP2101
da86015a2b Correct typo 2013-08-01 08:47:22 +02:00
Thomas Adamcik
c5c2d10455 audio: Update changelog and docs for visualizer. 2013-08-01 01:53:07 +02:00
Thomas Adamcik
a4d2f28ade audio: Fix tests with respect to visualizer support 2013-08-01 01:09:01 +02:00
Thomas Adamcik
20729eabe3 audio: Add visualiser support and adjust playbin flags
Sets up playbin to use just audio, soft_volume and downloading.
2013-07-31 23:55:59 +02:00
Alexandre Petitjean
c66e2a5b0f add some tests about optionnal integer and optionnal+choices string 2013-07-31 23:11:29 +02:00
Alexandre Petitjean
97848bc1a2 String config value can be optionnal AND have a choices list
Integer value can be optionnal
2013-07-31 10:05:20 +02:00
Stein Magnus Jodal
786d7c1ae0 Change docs license to Apache License, Version 2.0
I've looked through all contributions to the docs. Any contributions not by
Thomas Adamcik or myself are trivial (e.g. typo fixes) or have mostly been
replaced by later changes. Thus I'm comfortable with changing the license with
the agreement of Thomas Adamcik.

By changing the documentation license to be the same as the source code
license, we avoid ambiguities around the license of e.g. docstrings which are
written as part of the source code but are included in the generated docs.
2013-07-31 08:38:23 +02:00
Stein Magnus Jodal
4f310f51fc Change docs license to Apache License, Version 2.0
I've looked through all contributions to the docs. Any contributions not by
Thomas Adamcik or myself are trivial (e.g. typo fixes) or have mostly been
replaced by later changes. Thus I'm comfortable with changing the license with
the agreement of Thomas Adamcik.

By changing the documentation license to be the same as the source code
license, we avoid ambiguities around the license of e.g. docstrings which are
written as part of the source code but are included in the generated docs.
2013-07-30 23:21:08 +02:00
Thomas Adamcik
6ac62c6869 local: Review fixes. 2013-07-30 22:59:22 +02:00
Alexandre Petitjean
bb3242d15a correct default port config for proxy and deserialize function 2013-07-30 08:37:24 +02:00
Alexandre Petitjean
f9da3fe3e9 implement remarks for #481, also add scheme as requested in #472 2013-07-30 08:17:10 +02:00
Thomas Adamcik
18ed7c6279 local: Convert mopidy-local extension to local: uris.
- Use local:playlist:<name>, local:track:<path> and local:search uris
- Adds LocalPlaybackProvider which translates to file uris.
- Switches to storing actual uris in playlists - so local: urls and not
  file:// or plain paths.
- Moved file:// to streaming plugin
- Cleaned up tests and imports for these changes.
2013-07-30 00:40:12 +02:00
Thomas Adamcik
6818e20218 utils: Convert path_to_uri to single argument 2013-07-30 00:23:23 +02:00
Thomas Adamcik
af707dfdbb utils: Switch to urlparse for file-uri/path handling 2013-07-30 00:23:23 +02:00
Thomas Adamcik
bc4935bfcb backends: Add change track helper to playback provider 2013-07-30 00:22:57 +02:00
Thomas Adamcik
3cfa6c3bc0 local: Remove updater from backends 2013-07-30 00:21:55 +02:00
Thomas Adamcik
c2cc9f027c local: Switch to using updater from extensions 2013-07-30 00:21:55 +02:00
Thomas Adamcik
dfcb49a8ba ext: Add library updaters to extensionss 2013-07-30 00:21:55 +02:00
Alexandre Petitjean
05733cf844 correct remarks from #481 2013-07-29 22:22:28 +02:00
Alexandre Petitjean
de80c33753 Add proxy/port to configuration 2013-07-29 09:57:32 +02:00
Stein Magnus Jodal
608b9c9b6c docs: Update changelog, authors 2013-07-28 23:25:42 +02:00
Stein Magnus Jodal
182892e20e Merge pull request #479 from alzeih/develop
Prepend name of Spotify playlist folders to playlist name (fix #62)
2013-07-28 14:21:26 -07:00
alzeih
47c26acf57 spotify folders not necessary as a positional arg
- rename to folders
- remove confusing None for starred playlists
2013-07-28 23:53:47 +12:00
alzeih
c4dcef81b4 - use path separators instead of square brackets
- use generator expression instead of list comprehension
- fix bug for empty but not None list of folders
2013-07-28 22:42:15 +12:00
alzeih
c58de5aa75 workaround for mopidy/mopidy#62 - appends folder names to playlist 2013-07-28 16:42:16 +12:00
Stein Magnus Jodal
6855fddbfb docs: Update changelog, authors 2013-07-26 12:46:42 +02:00
Stein Magnus Jodal
2f94b5d219 mpd: Remove remnants of Python 2.6 support 2013-07-26 12:45:10 +02:00
Stein Magnus Jodal
1c1b622c54 Merge pull request #478 from cgtobi/feature/scanner_disc_number
Scanner: Add disc number to album and track models (fixes #318)
2013-07-26 03:44:16 -07:00
Tobias Sauerwein
d1051e4f18 Removed unnecessary whitespaces. 2013-07-26 12:30:02 +02:00
Tobias Sauerwein
a372df8333 Scanner: Add disc number to album and track models (fixes #318) 2013-07-26 12:20:29 +02:00
Stein Magnus Jodal
73f47a9fce docs: raspi instructions work for both Raspbian and Debian 2013-07-11 22:48:05 +02:00
Stein Magnus Jodal
579a93437f mpd: Allow full MPD queries to 'count'
Fix hechtus/mopidy-gmusic#1
2013-07-09 11:48:11 +02:00
Stein Magnus Jodal
99eed0e6b8 mpd: Allow 'count' without quotes around the 'tag' param
Fix hechtus/mopidy-gmusic#1
2013-07-09 11:22:45 +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
259e55a280 Merge remote-tracking branch 'mopidy/master' 2013-07-01 11:52:51 +02:00
Stein Magnus Jodal
e206a6fdf7 Release v0.14.2 2013-07-01 11:50:29 +02:00
Stein Magnus Jodal
bcf7143096 docs: Update changelog for 0.14.2 2013-07-01 11:50:06 +02:00
Stein Magnus Jodal
cb561519db Bump version number to 0.14.2 2013-07-01 11:50:06 +02:00
Stein Magnus Jodal
4a48f8f216 Allow pyspotify 1.9 and higher, including 1.11 2013-07-01 11:49:54 +02:00
Stein Magnus Jodal
d6a1e13ed6 tests: Use utf-8 when encoding our test data paths to bytes 2013-06-27 00:25:25 +02:00
Stein Magnus Jodal
2ad1bb8bb3 config: Raise ValueError if Path is asked to serialize unicode
If we accept unicode and try to encode using sys.getfilesystemencoding() then
it may work most of the time, but will fail if we get non-ASCII chars in the
unicode string and the file system encoding is e.g. ANSI-something because the
locale is C. Thus, I figure it is better to always fail if we try to serialize
Path from unicode strings. Paths should be maintained as bytes all the time.
2013-06-27 00:08:05 +02:00
Stein Magnus Jodal
59e3b9aec3 config: Formatting 2013-06-27 00:07:57 +02:00