Commit graph

10167 commits

Author SHA1 Message Date
Jérémie Detrey
6ea1be7314 Add the `data-track-list' feature to changelog. 2015-10-07 23:31:48 +02:00
Adrian Sampson
41c5f57339 Merge pull request #1637 from pferdefleisch/fix-genre-yaml
Remove yaml keys without sublists
2015-10-07 09:21:04 -07:00
Jérémie Detrey
edd6e7f789 Take the audio tracks in a data track into account.
Depends on commit 6ec04e6 of `python-musicbrainzngs'.
2015-10-07 18:17:53 +02:00
Aaron Cruz
5fd836b173 Remove yaml keys without sublists 2015-10-07 12:15:09 +02:00
David Logie
168a1645e0 Move the included file loading out of confit.py. 2015-10-05 14:01:26 +01:00
David Logie
bfc5a1b803 Add new `include` config option.
This new option allows users to provide a list of external config files
which will be evaluated when beets starts.

This is useful for keeping private settings (e.g. API keys) out of the
main configuration file.
2015-10-05 14:01:26 +01:00
Peter Kessen
60e225deae corrected test for logging see #1627 2015-09-30 20:02:32 +02:00
Peter Kessen
0a5d9c28db added changelog entry for PR #1623 2015-09-30 19:48:42 +02:00
Adrian Sampson
3475b91c00 Remove unused import
Oops. I was trying to use shlex.quote, but that's Python 3.3+.
2015-09-30 10:32:37 -07:00
Adrian Sampson
2607bee997 Tiny fixes for play 2015-09-30 10:11:17 -07:00
Adrian Sampson
092472d750 Merge pull request #1623 from pkess/test_init
New tests for human readable values
2015-09-30 09:18:32 -07:00
Adrian Sampson
d370aa0791 Merge pull request #1630 from pkess/remove_mtime
removed deprecated checko for mtime!=None
2015-09-30 09:15:56 -07:00
Peter Kessen
6993449602 removed deprecated checko for mtime!=None 2015-09-30 16:40:30 +02:00
Peter Kessen
b980c60941 corrected another testcase for previous commit 2015-09-29 17:40:57 +02:00
Peter Kessen
fffb727033 corrected output of file size
using unit e.g. 5.4 KiB instead of 5.4 KB now
2015-09-29 17:33:54 +02:00
Adrian Sampson
f98dc8a432 Merge pull request #1627 from pkess/addLoggingTest
added test for logging
2015-09-28 08:24:46 -07:00
Adrian Sampson
f56cac1e24 Merge pull request #1625 from pkess/addTest
added test for bucket plugin
2015-09-28 08:23:41 -07:00
Peter Kessen
9c34bde456 added test for logging 2015-09-27 20:16:39 +02:00
Peter Kessen
21f1f53fea added test for bucket plugin 2015-09-27 14:45:17 +02:00
Peter Kessen
9adb398198 removed useless io handler in test 2015-09-27 12:16:15 +02:00
Peter Kessen
770e89ab65 fixed suggestions by travis 2015-09-27 12:04:42 +02:00
Peter Kessen
8202658706 added test for human_bytes 2015-09-27 11:51:21 +02:00
Peter Kessen
40ec848133 moved test to other file
moved the tests of ui/__init__ to a new test file
2015-09-27 11:27:07 +02:00
Peter Kessen
f246a71e7b Merge branch 'master' into test_init
Conflicts:
	test/test_ui_commands.py
2015-09-27 11:12:38 +02:00
Adrian Sampson
35497ff696 Merge pull request #1614 from pkess/test_command_fields
added testcase for fields command
2015-09-25 09:48:15 -07:00
Peter Kessen
b293d6ad88 added test for human_seconds 2015-09-25 17:41:12 +02:00
Peter Kessen
59a1f8be01 extended test_fields_func to check output 2015-09-25 17:15:50 +02:00
Peter Kessen
8fc292bc44 Using LibTestCase instead of TestCase 2015-09-25 16:37:39 +02:00
Peter Kessen
433f85c9d2 Merge branch 'master' into test_command_fields 2015-09-25 16:34:09 +02:00
Peter Kessen
888655413d added testcase for fields command
first check of function without check of consistent output
2015-09-20 12:54:46 +02:00
Adrian Sampson
59d7b96a66 Merge pull request #1612 from YetAnotherNerd/wlg
Add whatlastgenre to plugin index doc
2015-09-19 15:15:43 -07:00
Adrian Sampson
004c58186d Merge pull request #1613 from drm00/openbsd-install-guide
beets is available as a package for openbsd releases since ~1 year now.
2015-09-19 15:14:44 -07:00
Nils Reuße
9ec17a9238 beets is available as a package for openbsd releases since ~1 year now. 2015-09-19 18:20:08 +02:00
YetAnotherNerd
ef34ddf66c add whatlastgenre to plugin index doc 2015-09-19 17:42:14 +02:00
Adrian Sampson
c2d180cd86 Merge pull request #1607 from pkess/addTest
added test for beets.ui.commands
2015-09-17 22:56:04 -07:00
Adrian Sampson
3b22b1df24 Merge pull request #1608 from akermu/patch-1
Make command filtering in zsh completion more robust.
2015-09-17 22:54:40 -07:00
Peter Kessen
0f57c4acd5 fixed spaces at end of lines 2015-09-17 20:46:32 +02:00
Peter Kessen
db2ce36cc3 improved readability of test
implemented suggested method from @sampsyo
2015-09-17 20:31:37 +02:00
akermu
f031ce581b Make command filtering in zsh completion more robust.
- Filter out any lines that don't resemble a command in the help text.

- Fixes #1525.
2015-09-17 19:04:39 +02:00
Peter Kessen
a9a49c6846 again ignoring unused return values 2015-09-17 13:08:34 +02:00
Peter Kessen
f46cc7d131 ignoring unused return values 2015-09-17 13:05:25 +02:00
Peter Kessen
c63db558e9 removed useless install of IO capture
This was introduced by a copy and paste from other code. I removed it now
2015-09-17 12:55:57 +02:00
Peter Kessen
d607ae7adc using asserRaises in test instead of previous workaround
used a workaround with try and except to check for a raised Exception before
2015-09-17 12:50:30 +02:00
Peter Kessen
57452624ae using local variable instead of object attribute 2015-09-17 12:47:22 +02:00
Peter Kessen
6fdf93b59d changed name of method to lowercase: add_item 2015-09-17 12:43:22 +02:00
Peter Kessen
4756f2878a corrected description of test case 2015-09-16 22:18:24 +02:00
Peter Kessen
be583cd63e added test for beets.ui.commands
* added test of _do_query method
2015-09-16 22:11:39 +02:00
Adrian Sampson
f4a124e7e2 Fix #1605: parsing bare + and - in queries 2015-09-15 13:53:41 -07:00
Malte Ried
b5f1f990d2 Merge branch 'master' into RobustCaseSensitiveDetection
# Conflicts:
#	docs/changelog.rst
2015-09-12 21:52:21 +02:00
mried
6bae8146bb Merge pull request #1596 from mried/CaseInsensitiveSearch
Bugfix for case insensitive searches for a file path
2015-09-12 21:47:39 +02:00