Commit graph

6487 commits

Author SHA1 Message Date
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
Malte Ried
ce022a64f6 Files should be matched exactly so the search for a.mp3 doesn't find a.mp3.foo. 2015-09-12 20:44:56 +02:00
Jack Wilsdon
55bd513278 Remove completed TODO comments 2015-09-12 02:17:06 +01:00
Jack Wilsdon
417a724e42 Remove unused sys import and use correct platform encoding 2015-09-12 02:15:11 +01:00
Jack Wilsdon
0dff24eb96 Move Popen call to a single line 2015-09-12 02:14:33 +01:00
Jack Wilsdon
ae2ff6185f Use default stdout and stderr streams for hook processes 2015-09-12 02:09:19 +01:00
Jack Wilsdon
3d058f4b6c Changelog for #1603 2015-09-11 20:36:12 +01:00
Malte Ried
5832e8730e Changed the documentation of the PathQueries to reflect the usage of the file system cas-sensitivity. 2015-09-11 20:38:53 +02:00
Malte Ried
0e0941c778 Little changes for the changelog. 2015-09-11 20:33:02 +02:00
Jack Wilsdon
46e5f9d4c8 Update tests to follow PEP 8 coding style 2015-09-11 18:39:15 +01:00
Jack Wilsdon
8b7af7fe23 Fix indentation for wrapped method call 2015-09-11 18:38:30 +01:00
Jack Wilsdon
276c5da913 Remove unused logging import 2015-09-11 18:37:20 +01:00
Jack Wilsdon
553dd1f39d Add missing colon for configuration 2015-09-11 18:23:29 +01:00
Jack Wilsdon
6a56677c7c Move line break to correct position 2015-09-11 18:23:15 +01:00
Malte Ried
f79d1ab205 Changed the WHERE clause of a PathQuery to use LIKE instead of lower() 2015-09-11 19:16:00 +02:00
Jack Wilsdon
0af47bff44 Add tests for hook plugin 2015-09-11 18:11:30 +01:00
Jack Wilsdon
8fea1e65c5 Add logging for hook plugin 2015-09-11 18:11:24 +01:00
Jack Wilsdon
1378351c07 Add documentation for hook plugin 2015-09-11 15:24:29 +01:00
Jack Wilsdon
2d0c217252 Improve the way substitute_args is iterated
Iterate substitute_args instead of kwargs, as we
ignore anything that is not in substitute_args
already.

Fix an issue where a hook argument containing
non-ascii characters caused an exception.
2015-09-11 15:19:51 +01:00
Malte Ried
2e052fc93b Merge branch 'master' into CaseInsensitiveSearch 2015-09-11 12:39:04 +02:00
Malte Ried
ff9dc07589 Merge branch 'master' into RobustCaseSensitiveDetection 2015-09-11 12:38:50 +02:00
Malte Ried
4c249ac25b Using GetLongPathNameW to determine file names to check for case sensitivity on windows instead of creating a file. 2015-09-11 12:35:41 +02:00
Jack Wilsdon
88ece413f3 Add Hook plugin to run commands on events
This plugin allows users to execute scripts on
different events, as well as forward any
arguments from the events to the script.
2015-09-11 04:49:50 +01:00
Adrian Sampson
548dab5355 Merge pull request #1601 from jackwilsdon/add-embedart-remove-test
Add a test for EmbedArt removing art files
2015-09-10 18:11:06 -07:00
Jack Wilsdon
b1cef2606b Delete the artwork file if the test failed 2015-09-10 22:48:47 +01:00
Jack Wilsdon
2f333968c5 Add test for removing art files (remove_art_file property) (#1591) 2015-09-10 22:18:13 +01:00
Adrian Sampson
2f5bec2913 Merge pull request #1599 from jackwilsdon/add-plexupdate-library-test
Add a test for PlexUpdate custom library name
2015-09-09 21:50:58 -07:00
Jack Wilsdon
622c5d1e0f Fix unexpected spaces around keyword / parameter equals 2015-09-10 05:14:07 +01:00
Jack Wilsdon
7a70bd3b81 Add test for custom named music section (library_name property) (#1595) 2015-09-10 05:08:16 +01:00
Jack Wilsdon
4a225ee291 Allow a custom music section name to be provided when generating a response 2015-09-10 05:07:14 +01:00
Adrian Sampson
c7603fcbd5 Merge pull request #1595 from jackwilsdon/add-plex-library-config
Add `library_name` configuration property to PlexUpdate plugin (fixes #1572)
2015-09-09 19:41:34 -07:00