Thomas Adamcik
9bd4d90e41
config: Keyring debug logging cleanup
2013-05-14 00:21:05 +02:00
Thomas Adamcik
b88cf4a8b2
config: Integrate keyring values with overrides.
2013-05-13 23:51:17 +02:00
Thomas Adamcik
474600cf2a
config: Add keyring module with fetch and set.
...
New config submodule for fetching secrets from a secrets service over dbus. To
facilitate this we add a section and key to the stored attributes, allowing us
to fetch all mopidy values from the keyring and map them to the correct config
values.
A helper for setting values is also added. Due to differences in in the secrets
dbus API across versions of the APIs and various states of support in the
secrets service we try and open the default, login and finally session
keyrings for storage.
Locked keyrings will be dismissed for all operations.
2013-05-13 23:14:49 +02:00
Stein Magnus Jodal
647325532b
docs: Review Raspi sound quality howto
2013-05-11 18:40:08 +02:00
Thomas Adamcik
86c2ee14cc
docs: Add how to get good sound on raspis ( fixes : #299 )
2013-05-11 00:57:49 +02:00
Stein Magnus Jodal
f7234a6128
commands: Fix verbose mode
...
argparse and optparse differs in how action='count', default=1 is interpreted.
2013-05-04 15:55:25 +02:00
Stein Magnus Jodal
1c1b8f843e
config: Fix typo
2013-05-03 23:35:51 +02:00
Stein Magnus Jodal
0e75365396
docs: Add glossary ( fixes #430 )
2013-05-02 23:13:08 +02:00
Stein Magnus Jodal
5dea63a548
docs: Add section on extension config and disabling
2013-05-01 21:44:02 +02:00
Stein Magnus Jodal
370cf133fa
docs: Remove mixers' module docs
2013-05-01 21:43:40 +02:00
Stein Magnus Jodal
01335b9fea
docs: Use 'config' more consistently
2013-05-01 20:51:20 +02:00
Stein Magnus Jodal
c7ab8cedca
docs: Fix typo and level of header
2013-05-01 15:07:56 +02:00
Stein Magnus Jodal
b9a7f20b15
docs: Fix logging config link
2013-05-01 15:06:09 +02:00
Thomas Adamcik
0ae247a3da
Merge pull request #444 from dz0ny/patch-1
...
Add mention of mopidy-convert-config
2013-05-01 05:47:44 -07:00
Janez Troha
7b361b836c
Add mention of mopidy-convert-config
2013-05-01 14:12:49 +03:00
Stein Magnus Jodal
ddef55e0e5
Merge pull request #441 from jodal/feature/argparse
...
Switch from optparse to argparse
2013-04-30 15:01:02 -07:00
Stein Magnus Jodal
94ab12b13c
commands: Update override parsing tests
2013-04-30 23:42:53 +02:00
Stein Magnus Jodal
69caea2ef9
command: Move override parsing into module
2013-04-30 23:27:12 +02:00
Stein Magnus Jodal
5e4f22bd17
commands: Use argparse to split config files into a list
2013-04-30 23:27:12 +02:00
Thomas Adamcik
02ea6ecb74
spotify: Just check if we are connected, do not wait until timeout
2013-04-30 00:21:10 +02:00
Thomas Adamcik
2f825b34af
config: Switch to ordered dict
2013-04-30 00:19:59 +02:00
Stein Magnus Jodal
df2abde258
commands: Move argument parser to commands module
2013-04-29 22:57:44 +02:00
Stein Magnus Jodal
a301906fe7
commands: Move --show-{config,deps} handlers to new module
2013-04-29 22:52:11 +02:00
Stein Magnus Jodal
f7ef080671
docs: Add argparse conversion to changelog
2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
1fb9634e47
argparse: Convert mopidy-scan command
2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
a97aab7531
argparse: Convert mopidy command
2013-04-29 22:17:36 +02:00
Stein Magnus Jodal
200473861f
docs: Add issue reference
2013-04-29 22:04:39 +02:00
Thomas Adamcik
3f895159b2
Merge pull request #435 from jodal/feature/drop-python-2.6
...
Drop Python 2.6 support
2013-04-29 12:44:05 -07:00
Stein Magnus Jodal
c6a905efd7
main: Remove resolved TODO
2013-04-29 21:35:35 +02:00
Stein Magnus Jodal
a8f8e9363c
config: Fix flake8 warnings
2013-04-29 21:35:29 +02:00
Stein Magnus Jodal
de84fdfef4
Remove hacks required by #302 to run on older Python 2.6.x
2013-04-29 19:52:29 +02:00
Stein Magnus Jodal
52ee456692
tests: Import unittest directly from the stdlib
2013-04-29 19:45:25 +02:00
Stein Magnus Jodal
2d80621b70
tests: Remove unittest2
2013-04-29 19:26:07 +02:00
Stein Magnus Jodal
d7453982b8
Require Python 2.7
2013-04-29 19:21:21 +02:00
Stein Magnus Jodal
264c097bc4
docs: Add changelog for 0.15
2013-04-29 19:18:08 +02:00
Stein Magnus Jodal
3a2fcc975e
Release v0.14.1
2013-04-28 23:45:49 +02:00
Stein Magnus Jodal
0d3e970890
docs: Update changelog for v0.14.1
2013-04-28 23:45:40 +02:00
Stein Magnus Jodal
a401ecb769
Bump version number to 0.14.1
2013-04-28 23:45:29 +02:00
Thomas Adamcik
64465d318d
config: Ensure that overrides are bytes
2013-04-28 23:31:41 +02:00
Thomas Adamcik
9974f77f1b
config: Serialize unicode to bytes using sys.getfilesystemencoding()
2013-04-28 23:31:41 +02:00
Thomas Adamcik
3417abfe64
config: Use byte paths in convert code
2013-04-28 23:31:29 +02:00
Stein Magnus Jodal
027b0e2e8c
Release v0.14.0
2013-04-28 21:49:57 +02:00
Stein Magnus Jodal
82f191939c
docs: Update changelog for v0.14.0
2013-04-28 21:49:23 +02:00
Stein Magnus Jodal
c81c563c0f
spotify: Fix for #387 fixes #425 too
2013-04-28 10:06:39 +02:00
Stein Magnus Jodal
44cf8a0099
spotify: Fix crash when a playlist is added ( fixes #387 )
2013-04-28 10:04:57 +02:00
Stein Magnus Jodal
d1ca5da470
spotify: Import module instead of class
2013-04-28 10:04:34 +02:00
Stein Magnus Jodal
33378b81f6
Bump version number to 0.14
2013-04-28 01:33:35 +02:00
Stein Magnus Jodal
42f6ce6437
docs: Add some stats to the changelog
2013-04-28 01:28:51 +02:00
Stein Magnus Jodal
a14fcf5ab2
Update .mailmap
2013-04-28 01:26:36 +02:00
Stein Magnus Jodal
263ecc3da7
docs: Add missing words to changelog
2013-04-28 01:18:54 +02:00