Commit Graph

4181 Commits

Author SHA1 Message Date
Stein Magnus Jodal
4828d9cfba docs: Add note on new extensions to changelog 2013-04-27 23:58:15 +02:00
Stein Magnus Jodal
e97577d16d main: Remove /etc/mopidy/mopidy.conf from default config file list
Init scripts can use the --config option to specify that the file should be
included.
2013-04-27 23:47:48 +02:00
Stein Magnus Jodal
1bd8f9e793 Merge pull request #427 from adamcik/feature/path-as-bytes
Enforce that we only want bytes in path related code.
2013-04-27 14:41:13 -07:00
Thomas Adacmik
085b44e52f path: Update with respect to review comments in #427 2013-04-27 02:21:27 +02:00
Stein Magnus Jodal
b6844a1e99 docs: A word about codestyle and conventions in extensions 2013-04-26 22:21:57 +02:00
Stein Magnus Jodal
8c65f34d01 docs: Make it explicit who starts the extension actors 2013-04-26 22:10:13 +02:00
Stein Magnus Jodal
03e5dfd05b docs: Fix syntax error in example 2013-04-26 22:06:09 +02:00
Stein Magnus Jodal
e0b51f9c2c docs: Specify what event names AudioListener.on_event() will see 2013-04-26 21:10:34 +02:00
Stein Magnus Jodal
7e85a0cc37 docs: Add ImmutableObject.copy() example 2013-04-26 21:08:19 +02:00
Stein Magnus Jodal
1647ea73d1 docs: Split web client list by transport (HTTP or MPD) 2013-04-26 21:03:08 +02:00
Stein Magnus Jodal
e70474fd14 docs: Add ConfigSchema.serialize() docstring 2013-04-26 20:33:45 +02:00
Stein Magnus Jodal
b95e76a0a6 docs: Document default mixer and its behavior 2013-04-26 20:14:37 +02:00
Stein Magnus Jodal
b4d7afe190 docs: Remove Spotify from Rygel example output 2013-04-26 20:10:43 +02:00
Stein Magnus Jodal
a7a1a23b6d docs: Encurage use of pastebins when getting help 2013-04-26 20:08:55 +02:00
Thomas Adamcik
b8ce1e828a ws: Hostname is already a byte string 2013-04-25 22:53:26 +02:00
Thomas Adamcik
ba40c0032b scanner: Handle missing media_dir 2013-04-25 22:44:55 +02:00
Stein Magnus Jodal
e7d2a5f384 docs: Remove config API inheritance diagrams 2013-04-25 22:39:28 +02:00
Stein Magnus Jodal
3e37ac1e4a docs: Change wording for proxy config values 2013-04-25 22:39:27 +02:00
Stein Magnus Jodal
acbfbca864 docs: AUR package installs from master 2013-04-25 22:39:27 +02:00
Stein Magnus Jodal
8ff740ee04 docs: Update copyrights to include 2013 2013-04-25 22:39:27 +02:00
Thomas Adamcik
69ddfe4eb0 local: Do not create missing media/playlists dir 2013-04-25 22:39:07 +02:00
Thomas Adamcik
a7b6ff7b18 path: Disallow unknown substitutions in expand_path 2013-04-25 22:39:07 +02:00
Thomas Adamcik
ac7edad86d config/path: Pass in expanded value in expanded path type 2013-04-25 22:39:06 +02:00
Thomas Adamcik
3409ca99d1 path: Ensure mopidy.__main__ uses bytes for paths 2013-04-25 21:24:02 +02:00
Thomas Adamcik
160a70e6df path: Only accept bytes as paths 2013-04-25 21:08:33 +02:00
Thomas Adamcik
2f8bc32c14 config: Remove ExtensionConfigSchema 2013-04-24 23:39:14 +02:00
Thomas Adamcik
b7232797ea config/ext: Accept unicode defaults 2013-04-24 23:31:39 +02:00
Stein Magnus Jodal
004fe6dbf8 path: Handle XDG paths as bytes, not unicode 2013-04-23 23:18:16 +02:00
Stein Magnus Jodal
eb18d8d4e3 docs: Remove indications of non-specific issues 2013-04-23 23:00:52 +02:00
Stein Magnus Jodal
9c7ad2bf2d docs: Remove speculations about sound quality on Raspi 2013-04-23 22:57:21 +02:00
Stein Magnus Jodal
5864b56a04 docs: Remove Debian 6 on Raspberry Pi instructions
Debian 7/wheezy is due for release in a couple of weeks.
2013-04-23 22:56:27 +02:00
Stein Magnus Jodal
babd47b37a docs: Fix duplicate links 2013-04-23 22:45:08 +02:00
Stein Magnus Jodal
3e0793250c docs: serial no longer needs to be mocked 2013-04-23 22:34:18 +02:00
Stein Magnus Jodal
222c5ae60d scanner: Remove GStreamer options support 2013-04-22 23:23:16 +02:00
Stein Magnus Jodal
ccde21298f docs: Fix typos 2013-04-22 23:21:03 +02:00
Stein Magnus Jodal
88ba70a460 docs: mopidy-convert-config usage 2013-04-22 23:15:44 +02:00
Stein Magnus Jodal
7c293f58a2 docs: Add Mopidy-Beets extension 2013-04-21 22:56:03 +02:00
Stein Magnus Jodal
5150b0bb53 docs: Extensions should have a MANIFEST.in and ext.conf 2013-04-20 23:08:23 +02:00
Thomas Adamcik
30babaa26a main: Always raise unchaught exceptions and only log once logging is setup 2013-04-18 23:59:36 +02:00
Stein Magnus Jodal
48dfcf6fd1 deps: Survive exceptions from pkg_resources 2013-04-18 18:05:55 +02:00
Stein Magnus Jodal
357c23d0d7 setup: Make sure all *.conf files are packaged 2013-04-18 12:42:10 +02:00
Stein Magnus Jodal
d88da482d4 deps: Don't show 'from ' at the end of the platform line 2013-04-18 12:11:04 +02:00
Thomas Adamcik
18ebb56b3e config: Add logging/config_file 2013-04-17 23:47:18 +02:00
Stein Magnus Jodal
c6490afc2d docs: Update installation guide 2013-04-17 23:37:06 +02:00
Stein Magnus Jodal
4d9bbd9d1c setup: Bump mock requirement to >= 1.0 2013-04-17 23:28:34 +02:00
Stein Magnus Jodal
a861fc996c tests: Bump mock requirement to >= 1.0 2013-04-17 23:27:08 +02:00
Stein Magnus Jodal
1daf0bc07a setup: Install *.conf files as well 2013-04-17 23:19:40 +02:00
Stein Magnus Jodal
cfe548b654 Merge pull request #415 from kingosticks/fix/mpd-disambiguated-playlist-not-found
Fix playlist not found for disambiguated MPD playlists
2013-04-17 13:36:51 -07:00
Nick Steel
fd03acb463 Access playlist_name_from_uri mapping through helper function and make dict private 2013-04-17 21:30:12 +01:00
Nick Steel
28b00dbea1 Merge branch 'develop' into fix/mpd-disambiguated-playlist-not-found 2013-04-17 21:00:58 +01:00